From cdda4c4182c9ee068567529715e4a5c68a8efb58 Mon Sep 17 00:00:00 2001 From: bonmas14 Date: Sat, 20 Sep 2025 22:28:15 +0300 Subject: Init commit v1.0 --- deps/raylib/.github/ISSUE_TEMPLATE/config.yml | 1 + .../.github/ISSUE_TEMPLATE/new-issue-template.md | 41 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 deps/raylib/.github/ISSUE_TEMPLATE/config.yml create mode 100644 deps/raylib/.github/ISSUE_TEMPLATE/new-issue-template.md (limited to 'deps/raylib/.github/ISSUE_TEMPLATE') diff --git a/deps/raylib/.github/ISSUE_TEMPLATE/config.yml b/deps/raylib/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/deps/raylib/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/deps/raylib/.github/ISSUE_TEMPLATE/new-issue-template.md b/deps/raylib/.github/ISSUE_TEMPLATE/new-issue-template.md new file mode 100644 index 0000000..4bac86e --- /dev/null +++ b/deps/raylib/.github/ISSUE_TEMPLATE/new-issue-template.md @@ -0,0 +1,41 @@ +--- +name: new issue template +about: generic template for new issues +title: "[module] Short description of the issue/bug/feature" +labels: '' +assignees: '' + +--- + +**WARNING: Please, read this note carefully before submitting a new issue:** + +It is important to realise that **this is NOT A SUPPORT FORUM**, this is for reproducible BUGS with raylib ONLY. + +There are lots of generous and helpful people ready to help you out on [raylib Discord forum](https://discord.gg/raylib) or [raylib reddit](https://www.reddit.com/r/raylib/). + +Remember that asking for support questions here actively takes developer time away from improving raylib. + +--- + +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 + - [ ] I checked the documentation on the [wiki](https://github.com/raysan5/raylib/wiki) + - [ ] 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/raylib).* + +### 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.* -- cgit v1.2.3-70-g09d2