aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-02-24 14:44:19 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-02-24 16:06:26 +0800
commit68807f274e301915296fb15c13892b22d18e09df (patch)
tree13dce6658ae58a5ee97e65ab6d9a297169854c7b /.github
parenta805d401b870de14558d669736ebbc0877f7092c (diff)
github: add issues template
[ci skip]
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000..b7e083c4
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,40 @@
+<!--
+Thanks for helping to make fish better!
+
+If you are asking for help with fish, or you've found a bug:
+ - Make sure it's not a known or solved issue, by searching https://github.com/fish-shell/fish-shell/issues
+ - Fill in the following information carefully:
+
+-->
+
+[Please include a short description of the problem here]
+
+### Reproduction Steps:
+
+1. [First Step]
+2. [Second Step]
+3. [Other Steps...]
+
+### Expected behavior:
+
+[Describe expected behavior here]
+
+### Observed behavior:
+
+[Describe observed behavior here]
+
+### Additional information:
+
+[ Other useful information, such as:
+ When did this problem start?
+ Does this happen all the time?
+ Has anything changed on your system recently?
+]
+
+
+---
+Fish version: [from the output of fish --version]
+
+Operating system: [your operating system and how you installed fish e.g. Homebrew, Ubuntu PPA, distribution package]
+
+Terminal or terminal emulator: [e.g. PuTTy, iTerm2, GNOME Terminal, VT220]