diff options
| author | raysan5 <[email protected]> | 2020-04-16 13:49:05 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-04-16 13:49:05 +0200 |
| commit | c8309327f87a58452bd931602c1059d7890c0830 (patch) | |
| tree | a79539745a65ffb21d06bd55eb0df7d19b216746 /.github | |
| parent | baf5e02f43086891e182565086b1fc8ab4cec7aa (diff) | |
| parent | 2f044acb4e864e3d9b94ea516462199e5337b1d5 (diff) | |
| download | raylib-c8309327f87a58452bd931602c1059d7890c0830.tar.gz raylib-c8309327f87a58452bd931602c1059d7890c0830.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 1 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/new-issue-template.md | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/new-issue-template.md b/.github/ISSUE_TEMPLATE/new-issue-template.md index d2c7718d..cf6c5bc7 100644 --- a/.github/ISSUE_TEMPLATE/new-issue-template.md +++ b/.github/ISSUE_TEMPLATE/new-issue-template.md @@ -7,6 +7,16 @@ 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/VkzNHUE) 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 |
