From c30d394efe208390908f53908292695608959e21 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 15 Apr 2020 19:58:51 +0200 Subject: [PATCH 1/4] Update new-issue-template.md --- .github/ISSUE_TEMPLATE/new-issue-template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/new-issue-template.md b/.github/ISSUE_TEMPLATE/new-issue-template.md index d2c7718d4..a967a85a6 100644 --- a/.github/ISSUE_TEMPLATE/new-issue-template.md +++ b/.github/ISSUE_TEMPLATE/new-issue-template.md @@ -7,6 +7,19 @@ 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 From 736c6761a23df22bf4c230c0b1c3f414854ccfdd Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 15 Apr 2020 20:02:51 +0200 Subject: [PATCH 2/4] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false From ff58f7e84645edd3db8b338c624034d4cf3b872c Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 15 Apr 2020 20:04:14 +0200 Subject: [PATCH 3/4] Update new-issue-template.md --- .github/ISSUE_TEMPLATE/new-issue-template.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-issue-template.md b/.github/ISSUE_TEMPLATE/new-issue-template.md index a967a85a6..b99e5a852 100644 --- a/.github/ISSUE_TEMPLATE/new-issue-template.md +++ b/.github/ISSUE_TEMPLATE/new-issue-template.md @@ -7,11 +7,10 @@ assignees: '' --- -| WARNING: Please, read this note carefully before submitting a new issue | -| --- | - --- +**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/). From 2f044acb4e864e3d9b94ea516462199e5337b1d5 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 15 Apr 2020 20:05:19 +0200 Subject: [PATCH 4/4] Update new-issue-template.md --- .github/ISSUE_TEMPLATE/new-issue-template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-issue-template.md b/.github/ISSUE_TEMPLATE/new-issue-template.md index b99e5a852..cf6c5bc7a 100644 --- a/.github/ISSUE_TEMPLATE/new-issue-template.md +++ b/.github/ISSUE_TEMPLATE/new-issue-template.md @@ -7,8 +7,6 @@ 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.