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