From ed31b9b844d84f8b67d7abb4701f69370ab1d96a Mon Sep 17 00:00:00 2001 From: Greg Cobb Date: Fri, 16 Sep 2016 10:26:11 -0700 Subject: [PATCH] Add ISSUE_TEMPLATE for github issues --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..42c355ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +### Are you creating an issue in the correct repository? + +- When in doubt, create an issue here. +- If you have an issue with the Jasmine docs, file an issue in the docs repo + here: https://github.com/jasmine/jasmine.github.io +- This repository is for the core Jasmine framework +- If you are using a test runner that wraps Jasmine (Jasmine npm, karma, etc), + consider filing an issue with that library if appropriate + +### When submitting an issue, please answer the following: + + - What version are you using? + - What environment are you running Jasmine in (node, browser, etc)? + - How are you running Jasmine (standalone, npm, karma, etc)? + - If possible, include an example spec that demonstrates your issue. + + Thanks for using Jasmine!