diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-08-23 09:57:14 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2019-08-23 09:57:14 +0200 |
commit | ef86ec6240bc2dbea2020b636cef9c4018f1553a (patch) | |
tree | f567ac48db4ea18c0aa45444feb5752b41f5fa75 /.github/ISSUE_TEMPLATE | |
parent | dacbe25d93ebc7b6bb60fac8f25e7ff7ea8c9adc (diff) | |
download | profani-tty-ef86ec6240bc2dbea2020b636cef9c4018f1553a.tar.gz |
Move ISSUE_TEMPLATE into github folder
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 00000000..d580ae56 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,31 @@ +<!--- Provide a general summary of the issue in the Title above --> + +## Expected Behavior +<!--- If you're describing a bug, tell us what should happen --> +<!--- If you're suggesting a change/improvement, tell us how it should work --> + +## Current Behavior +<!--- If describing a bug, tell us what happens instead of the expected behavior --> +<!--- If suggesting a change/improvement, explain the difference from current behavior --> + +## Possible Solution +<!--- Not obligatory, but suggest a fix/reason for the bug, --> +<!--- or ideas how to implement the addition or change --> + +## Steps to Reproduce (for bugs) +<!--- Describe, in detail, what needs to happen to reproduce this bug --> +<!--- Give us a screenshot (if it's helpful for this particular bug) --> +1. +2. +3. +4. + +## Context +<!--- How has this issue affected you? What are you trying to accomplish? --> + +## Environment +* Give us the version and build information output generated by `profanity -v` +* If you could not yet build profanity, mention the revision you try to build from +* Operating System/Distribution +* glib version + |