diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2017-11-19 17:34:32 +0300 |
|---|---|---|
| committer | Frank LENORMAND <lenormf@gmail.com> | 2017-12-23 10:20:05 +0300 |
| commit | 6c719b7e9350348ddd8385e98a3bf54d9878f3c5 (patch) | |
| tree | 7f28dddc82a7c55234def663272fcff0d8150124 /.github | |
| parent | 079b006cdab6f0ae594f80fff18ad61b71b0754d (diff) | |
github: Add a template for bug reports
Diffstat (limited to '.github')
| -rw-r--r-- | .github/issue_template.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..dc7e7e35 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,10 @@ +<!-- +If you're not reporting a bug (e.g. requesting a feature or asking a general question), feel free to remove this template. +Otherwise, please edit the following sections with the relevant information (). +--> + +### Steps <!-- how to reproduce the issue? --> + +### Outcome <!-- what is the result of the above steps? --> + +### Expected <!-- what should have been the result of the above steps? --> |
