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] --- .gitattributes | 3 ++- .github/ISSUE_TEMPLATE.md | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.gitattributes b/.gitattributes index 8a377765..643b1e52 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,4 +21,5 @@ fish.spec.in export-ignore /build_tools/make_darcs_completions.fish export-ignore /debian export-ignore /debian/* export-ignore - +/.github export-ignore +/.github/* export-ignore 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