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 000000000..744c09c17 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,29 @@ + + +### 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? + +### Code and Logs + +```python +// REPLACE ME: Paste your code and logs here, a template can be found at https://git.io/vM1id. + +```