Add more issue templates
This commit is contained in:
parent
26eb7056e3
commit
a6a605993e
|
|
@ -1,2 +0,0 @@
|
|||
<!-- If this is a bug report, please remember to mention your version info from
|
||||
`:open qute:version` or `qutebrowser --version` -->
|
||||
|
|
@ -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**
|
||||
<!-- Link to the affected site, or steps to reproduce the issue
|
||||
(if possible/applicable). -->
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
name: 🚀 Feature Request
|
||||
about: Ideas for new features and improvements
|
||||
|
||||
---
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
name: ❓ Support Question
|
||||
about: It's okay to ask questions via GitHub, but IRC/Reddit/Mailinglist might be better.
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
While it's fine to ask questions here, check the documentation for better
|
||||
ways to get help:
|
||||
|
||||
https://github.com/qutebrowser/qutebrowser#getting-help
|
||||
-->
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue