diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index c63a1d894..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,29 +0,0 @@ - - -### 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. - -```