From 5cee6d7f143963482d2f424b2cdf4567ee2098d7 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Tue, 23 Oct 2018 06:24:11 +0200 Subject: [PATCH] new issue templates (#723) --- .github/ISSUE_TEMPLATE.md | 43 ------------------ .github/ISSUE_TEMPLATE/01_bug_report.md | 44 +++++++++++++++++++ .github/ISSUE_TEMPLATE/02_feature_request.md | 14 ++++++ .../03_security_vulnerability.md | 7 +++ .../ISSUE_TEMPLATE/04_documentation_issue.md | 8 ++++ .github/ISSUE_TEMPLATE/05_question.md | 7 +++ .github/ISSUE_TEMPLATE/06_discussion.md | 7 +++ .github/ISSUE_TEMPLATE/07_support.md | 5 +++ 8 files changed, 92 insertions(+), 43 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/01_bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/02_feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/03_security_vulnerability.md create mode 100644 .github/ISSUE_TEMPLATE/04_documentation_issue.md create mode 100644 .github/ISSUE_TEMPLATE/05_question.md create mode 100644 .github/ISSUE_TEMPLATE/06_discussion.md create mode 100644 .github/ISSUE_TEMPLATE/07_support.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 6b3fb046..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,43 +0,0 @@ -## Note - -- [ ] You may try to follow the update procedure described in the README and try again before opening this issue. -- [ ] Before asking for something, please check the [F.A.Q.](https://github.com/jfurrow/flood/wiki/F.A.Q.). -- [ ] Before opening a bug issue, please check the [Troubleshooting](https://github.com/jfurrow/flood/wiki/Troubleshooting) wiki section. -- [ ] If you want to contribute to the project please review the [contributing guidelines](https://github.com/jfurrow/flood/blob/master/.github/CONTRIBUTING.md). -- [ ] Keep in mind that Flood is a [FLOSS](https://en.wikipedia.org/wiki/Free_and_open-source_software#FLOSS) (Free, Libre and Open Source Software), so please try to provide a PR when opening a bug issue. Without contributions the project can't live and with your help fix and request will come faster. -- [ ] The project is accepting issues (bugs report), feature or enhancement requests, discussions and questions but **not personal support**. - -## Summary - - -## Expected Behavior - - - -## Current Behavior - - - -## Possible Solution - - - -## Steps to Reproduce (for bugs) - - -1. -2. -3. -4. - -## Context - - - -## Your Environment - -* Version used: - + Version (stable release) `git --no-pager tag` - + Commit ID (development release) `git --no-pager log -1` -* Environment name and version (e.g. Chrome 39, node.js 5.4): -* Operating System and version: diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.md b/.github/ISSUE_TEMPLATE/01_bug_report.md new file mode 100644 index 00000000..284d2dff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01_bug_report.md @@ -0,0 +1,44 @@ +--- +name: "🐞 Bug Report" +about: "Report a general bug in flood" +--- +Type: Bug Report + +- [ ] Try to follow the update procedure described in the README and try again before opening this issue. +- [ ] Please check the [F.A.Q.](https://github.com/jfurrow/flood/wiki/F.A.Q.). +- [ ] Please check the [Troubleshooting](https://github.com/jfurrow/flood/wiki/Troubleshooting) wiki section. + +## Your Environment + +* Version used: + + Version (stable release) `git --no-pager tag` + + Commit ID (development release) `git --no-pager log -1` +* Environment name and version: + + Node.js version `node --version` + + npm version `npm --version` + + Web browser `name and version` +* Operating System and version: + +## Summary + + +## Expected Behavior + + +## Current Behavior + + +## Possible Solution + + + +## Steps to Reproduce + + +1. +2. +3. +4. + +## Context + diff --git a/.github/ISSUE_TEMPLATE/02_feature_request.md b/.github/ISSUE_TEMPLATE/02_feature_request.md new file mode 100644 index 00000000..1c8f2038 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_feature_request.md @@ -0,0 +1,14 @@ +--- +name: "💡 Feature Request" +about: "Suggest an idea for this project" +--- +Type: Feature Request + +- [ ] If you want to contribute to the project please review the [contributing guidelines](https://github.com/jfurrow/flood/blob/master/.github/CONTRIBUTING.md). + +## Summary + + + +## Idea of implementation + diff --git a/.github/ISSUE_TEMPLATE/03_security_vulnerability.md b/.github/ISSUE_TEMPLATE/03_security_vulnerability.md new file mode 100644 index 00000000..0d15d941 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03_security_vulnerability.md @@ -0,0 +1,7 @@ +--- +name: "🔒 Security Vulnerability" +about: "Report a security vulnerability in flood" +--- +PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, SEE BELOW. + +If you discover a security vulnerability within flood, please send an e-mail to jfurrow (me@johnfurrow.com) or noraj (cybersecurity@tutamail.com). diff --git a/.github/ISSUE_TEMPLATE/04_documentation_issue.md b/.github/ISSUE_TEMPLATE/04_documentation_issue.md new file mode 100644 index 00000000..54973a9a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04_documentation_issue.md @@ -0,0 +1,8 @@ +--- +name: "📚 Documentation Issue" +about: 'Report an issue or missing part in the documentation' +--- +Type: Documentation Issue + +## Summary + diff --git a/.github/ISSUE_TEMPLATE/05_question.md b/.github/ISSUE_TEMPLATE/05_question.md new file mode 100644 index 00000000..6f5fe9cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/05_question.md @@ -0,0 +1,7 @@ +--- +name: "❓ Question" +about: "Ask your questions here" +--- +Type: Question + +## Question diff --git a/.github/ISSUE_TEMPLATE/06_discussion.md b/.github/ISSUE_TEMPLATE/06_discussion.md new file mode 100644 index 00000000..5de7e1b5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/06_discussion.md @@ -0,0 +1,7 @@ +--- +name: "🎙️ Discussion" +about: "Start a discussion here" +--- +Type: Discussion + +## Discussion diff --git a/.github/ISSUE_TEMPLATE/07_support.md b/.github/ISSUE_TEMPLATE/07_support.md new file mode 100644 index 00000000..3d449bcb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/07_support.md @@ -0,0 +1,5 @@ +--- +name: "🆘 Support" +about: "Ask for help on Discord" +--- +If you need support, ask on Discord https://discord.gg/Z7yR5Uf