diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-31 16:46:21 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-31 16:46:21 +0200 |
commit | dfc27c5eafc70a98788336c1c5b8a0c3b7d493f2 (patch) | |
tree | 26c590588d966c37b4ef3853d1cc1699ff3c2413 | |
parent | b23057f4b46d09b4c97bba71b0235f9fc667fe7f (diff) | |
download | weechat-dfc27c5eafc70a98788336c1c5b8a0c3b7d493f2.zip |
Add a template for GitHub issues
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..3caf25f97 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,34 @@ +<!-- Please do not report any security issue here, see file Contributing.adoc --> + +## Bug, feature, or question? + + + +## Current behavior + + + +## Steps to reproduce + +1. +2. +3. + +## Desired behavior + + + +## Suggested solutions + + + +## Additional information + + + +--- + +<!-- MANDATORY INFO: --> + +- WeeChat version: +- OS, distribution and version: |