summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-21 10:31:06 +0200
committerGitHub <[email protected]>2019-05-21 10:31:06 +0200
commitf325978b26ea934095f74ac628e6578ebbc2b7a0 (patch)
tree8ddfbaf45b86563af1ba08df3e714409f4ebac8a
parent8db2203bccea99aad83de63c00b594cce87d59da (diff)
downloadraylib-f325978b26ea934095f74ac628e6578ebbc2b7a0.tar.gz
raylib-f325978b26ea934095f74ac628e6578ebbc2b7a0.zip
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/custom-issue-template.md30
1 files changed, 0 insertions, 30 deletions
diff --git a/.github/ISSUE_TEMPLATE/custom-issue-template.md b/.github/ISSUE_TEMPLATE/custom-issue-template.md
deleted file mode 100644
index d3c475ae..00000000
--- a/.github/ISSUE_TEMPLATE/custom-issue-template.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-name: custom issue template
-about: generic template for new issues
-title: "[module] Short description of the issue/bug/feature"
-labels: ''
-assignees: ''
-
----
-
-Please, before submitting a new issue verify and check:
-
- - [ ] I tested it on latest raylib version from master branch
- - [ ] I checked there is no similar issue already reported
- - [ ] My code has no errors or misuse of raylib
-
-### Issue description
-
-*Briefly describe the issue you are experiencing (or the feature you want to see added to raylib). Tell us what you were trying to do and what happened instead. Remember, this is not the best place to ask questions. For questions, go to [raylib Discord server](https://discord.gg/VkzNHUE).*
-
-### Environment
-
-*Provide your Platform, Operating System, OpenGL version, GPU details where you experienced the issue.*
-
-### Issue Screenshot
-
-*If possible, provide a screenshot that illustrates the issue. Usually an image is better than a thousand words.*
-
-### Code Example
-
-*Provide minimal reproduction code to test the issue. Please, format the code properly and try to keep it as simple as possible, just focusing on the experienced issue.*