From 0342e9c452747287d3b9c0de40a6b1c7c436be9a Mon Sep 17 00:00:00 2001 From: dessant Date: Wed, 18 Jan 2017 22:47:23 +0200 Subject: [PATCH 1/3] add github issue template --- .github/ISSUE_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..1a971bc22 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,28 @@ + + +### Description + +// REPLACE ME: What are you trying to get done, what has happened, what went wrong, and what did you expect? + +### Code and Logs + +```python +// REPLACE ME: Paste your code and logs here, a template can be found at https://git.io/vM1id. + +``` + +### Versions + +* Kivy: +* Python: +* OS: From 7faa1f9f274d32f597f98fb3f4c7b29580cc7d21 Mon Sep 17 00:00:00 2001 From: dessant Date: Wed, 18 Jan 2017 22:48:41 +0200 Subject: [PATCH 2/3] move contributing guide to github folder --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md From e55e66ddf6189f8a22a08dd85329b6cfcfca68af Mon Sep 17 00:00:00 2001 From: matham Date: Wed, 18 Jan 2017 18:29:50 -0500 Subject: [PATCH 3/3] Move version to the start. --- .github/ISSUE_TEMPLATE.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1a971bc22..744c09c17 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -10,6 +10,13 @@ Before opening a new issue, make sure you do the following: * double-check that the issue is indeed a bug and not a support request --> +### Versions + +* Python: +* OS: +* Kivy: +* Kivy installation method: + ### Description // REPLACE ME: What are you trying to get done, what has happened, what went wrong, and what did you expect? @@ -20,9 +27,3 @@ Before opening a new issue, make sure you do the following: // REPLACE ME: Paste your code and logs here, a template can be found at https://git.io/vM1id. ``` - -### Versions - -* Kivy: -* Python: -* OS: