diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index b9bf8d399..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,2 +0,0 @@ - diff --git a/.github/ISSUE_TEMPLATES/1_Bug_report.md b/.github/ISSUE_TEMPLATES/1_Bug_report.md new file mode 100644 index 000000000..56566849d --- /dev/null +++ b/.github/ISSUE_TEMPLATES/1_Bug_report.md @@ -0,0 +1,15 @@ +--- +name: 🐛 Bug Report +about: Report errors and problems + +--- + +**Version info (see `:version`)**: + +**Does the bug happen if you start with `--temp-basedir`?** (if applicable): + +**Description** + +**How to reproduce** + diff --git a/.github/ISSUE_TEMPLATES/2_Feature_request.md b/.github/ISSUE_TEMPLATES/2_Feature_request.md new file mode 100644 index 000000000..54912b052 --- /dev/null +++ b/.github/ISSUE_TEMPLATES/2_Feature_request.md @@ -0,0 +1,5 @@ +--- +name: 🚀 Feature Request +about: Ideas for new features and improvements + +--- diff --git a/.github/ISSUE_TEMPLATES/3_Support_question.md b/.github/ISSUE_TEMPLATES/3_Support_question.md new file mode 100644 index 000000000..76d0cffca --- /dev/null +++ b/.github/ISSUE_TEMPLATES/3_Support_question.md @@ -0,0 +1,12 @@ +--- +name: ❓ Support Question +about: It's okay to ask questions via GitHub, but IRC/Reddit/Mailinglist might be better. + +--- + + diff --git a/.github/ISSUE_TEMPLATES/4_Security_issue.md b/.github/ISSUE_TEMPLATES/4_Security_issue.md new file mode 100644 index 000000000..b8f7d25e4 --- /dev/null +++ b/.github/ISSUE_TEMPLATES/4_Security_issue.md @@ -0,0 +1,11 @@ +--- +name: ⛔ Security Issue +about: Contact mail@qutebrowser.org for security issues. + +--- + +⚠ PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, SEE BELOW. + +If you have found a security issue in qutebrowser, please send the details to +mail [at] qutebrowser.org and don't disclose it publicly until we can provide a +fix for it