From e3064727c37507edc9ba14c69acea8c1ecc6df18 Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 18 Feb 2016 16:49:20 +0100 Subject: [PATCH] add template for issues https://github.com/blog/2111-issue-and-pull-request-templates move to .github folder + prompt for date --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 11 +++++++++++ 2 files changed, 11 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..394aae05 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,11 @@ +OS: +*Override this line with the exact operating system you are running! (e.g. "Win 7 SP1", "OS X 10.8.5", "Ubuntu 15.10" ...)* + +Cockatrice version: +*Put your Cockatrice version number & build date here! You find them inside the app: `Help` --> `About Cockatrice` (e.g. "2d53ce9 (2016-02-18)")* + +___ +
+ + +*Explain your Issue/Request/Suggestion in detail here!*