From 8de77e3d11b030239fe76eb00d58da03f5eb8279 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 23 Oct 2019 11:37:03 -0700 Subject: [PATCH] use org .github repo --- .github/FUNDING.yml | 1 - .github/ISSUE_TEMPLATE.md | 11 ----------- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 20 ++++++++++++++++++++ .github/config.yml | 15 --------------- .github/lock.yml | 4 ---- .github/no-response.yml | 9 --------- .github/stale.yml | 17 ----------------- 8 files changed, 40 insertions(+), 57 deletions(-) delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.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 diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 27381237..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -github: feross diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 32dc85c1..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,11 +0,0 @@ - - -**What version of WebTorrent Desktop?** (See the 'About WebTorrent' menu) - -**What operating system and version?** - -**What did you do?** - -**What did you expect to happen?** - -**What actually happened?** diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 00000000..da5952d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,20 @@ +--- +name: "🐞 Bug report" +about: Report an issue with this software +title: '' +labels: '' +assignees: '' + +--- + + + +**What version of WebTorrent Desktop are you using?** + +**What operating system and version?** + +**What happened?** + +**What did you expect to happen?** + +**Are you willing to submit a pull request to fix this bug?** diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 00000000..403c3a86 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,20 @@ +--- +name: "⭐️ Feature request" +about: Request a new feature to be added +title: '' +labels: '' +assignees: '' + +--- + + + +**What version of WebTorrent Desktop are you using?** + +**What operating system and version?** + +**What problem do you want to solve?** + +**What do you think is the correct solution to this problem?** + +**Are you willing to submit a pull request to implement this change?** diff --git a/.github/config.yml b/.github/config.yml deleted file mode 100644 index ea6bf584..00000000 --- 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 5df3141c..00000000 --- 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 7e320d2d..00000000 --- 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 4de49ea2..00000000 --- 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