From 68807f274e301915296fb15c13892b22d18e09df Mon Sep 17 00:00:00 2001 From: David Adam Date: Wed, 24 Feb 2016 14:44:19 +0800 Subject: github: add issues template [ci skip] --- .github/ISSUE_TEMPLATE.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md (limited to '.github') 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 @@ + + +[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] -- cgit v1.2.3