From 4eca372b97776acb86d429a43a8f8ffdaba7426d Mon Sep 17 00:00:00 2001 From: Maddison Hellstrom Date: Mon, 6 Aug 2018 18:21:20 -0700 Subject: [PATCH] Add .github directory with contribution guidelines --- .github/ISSUE_TEMPLATE.md | 29 +++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ .github/config.yml | 24 ++++++++++++++++++++++++ .github/stale.yml | 16 ++++++++++++++++ 4 files changed, 77 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/config.yml create mode 100644 .github/stale.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..ec45241 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,29 @@ + + +- Surfingkeys Version: +- Surfingkeys-conf Version (git hash): +- Operating System: ___ +- Browser Version: ___ + +## Details + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..209a62a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ + + diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000..40e5f10 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,24 @@ +# Comment to be posted to on first time issues +newIssueWelcomeComment: | + 👋 Thanks for opening your first issue! If you're reporting a 🐞 bug, please make sure + you include steps to reproduce it. If you're requesting a feature 🎁, please provide real + use cases that would benefit. 👪 + + Please use proper text formatting to make your issue easy to read and + understand. See the + [GitHub Markdown Guide](https://guides.github.com/features/mastering-markdown/) + for help. + +# Comment to be posted to on PRs from first time contributors in your repository +newPRWelcomeComment: | + 💖 Thanks for opening this pull request! 💖 + + Please use proper text formatting to make your pull request description easy + to read and understand. See the + [GitHub Markdown Guide](https://guides.github.com/features/mastering-markdown/) + for help. + +# Comment to be posted to on pull requests merged by a first time user +firstPRMergeComment: > + Congrats on merging your first pull request! 🎉🎉🎉 Great moves, keep it up. Proud of you 💖 + diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..121f7cf --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,16 @@ +daysUntilStale: 60 +daysUntilClose: 7 +exemptLabels: + - High Priority + - Accepted + - Help Wanted + - Needs Discussion + - Blocked + - Bug +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. Thank you + for your contributions. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false