From 13a57ba74b70d914026e62eb9425ee65373e4ea0 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 23 Oct 2019 11:30:44 -0700 Subject: use org .github repo --- .github/ISSUE_TEMPLATE.md | 13 ------------- .github/config.yml | 15 --------------- .github/lock.yml | 4 ---- .github/no-response.yml | 9 --------- .github/stale.yml | 17 ----------------- 5 files changed, 58 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/config.yml delete mode 100644 .github/lock.yml delete mode 100644 .github/no-response.yml delete mode 100644 .github/stale.yml (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 73dd38f..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,13 +0,0 @@ - - - - -**What version of WebTorrent?** - -**What operating system and Node.js version?** - -**What browser and version? (if using WebTorrent in the browser)** - -**What did you expect to happen?** - -**What actually happened?** diff --git a/.github/config.yml b/.github/config.yml deleted file mode 100644 index ea6bf58..0000000 --- a/.github/config.yml +++ /dev/null @@ -1,15 +0,0 @@ -# ProBot Request Info (https://probot.github.io/apps/request-info/) - -requestInfoReplyComment: > - 👋 We would appreciate it if you could provide us with more information about this - issue.

![](https://feross.net/s/cats/14.gif) -requestInfoLabelToAdd: 'need more info' - -# ProBot Welcome (https://probot.github.io/apps/welcome/) - -newPRWelcomeComment: > - 🙌 Thanks for opening this pull request! You're awesome. -

![](https://feross.net/s/cats/6.gif) -firstPRMergeComment: > - 🎉 Congrats on getting your first pull request landed!

- ![](https://feross.net/s/cats/29.gif) diff --git a/.github/lock.yml b/.github/lock.yml deleted file mode 100644 index 5df3141..0000000 --- a/.github/lock.yml +++ /dev/null @@ -1,4 +0,0 @@ -# ProBot Lock (https://probot.github.io/apps/lock/) - -daysUntilLock: 365 -lockComment: false diff --git a/.github/no-response.yml b/.github/no-response.yml deleted file mode 100644 index 7e320d2..0000000 --- a/.github/no-response.yml +++ /dev/null @@ -1,9 +0,0 @@ -# ProBot No Response (https://probot.github.io/apps/no-response/) - -daysUntilClose: 14 -responseRequiredLabel: 'need more info' -closeComment: > - This issue has been automatically closed because there was no response to a - request for more information from the issue opener. Please leave a comment or - open a new issue if you have additional information related to this issue. -

![](https://feross.net/s/cats/7.gif) diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 4de49ea..0000000 --- a/.github/stale.yml +++ /dev/null @@ -1,17 +0,0 @@ -# ProBot Stale (https://probot.github.io/apps/stale/) - -daysUntilStale: 90 -daysUntilClose: 14 -exemptLabels: - - accepted - - blocked - - bug - - enhancement - - greenkeeper - - 'help wanted' - - meta -staleLabel: stale -markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. -closeComment: false -- cgit v1.2.3