Merge pull request #425 from prokube/patch-5

Breaking News: New Discoveries in What to Complain About
This commit is contained in:
Kade M
2021-05-11 15:10:23 -07:00
committed by GitHub
2 changed files with 23 additions and 0 deletions

22
ISSUES-WITH-ISSUES.md Normal file
View File

@@ -0,0 +1,22 @@
# Addressing Various Topics Related to Issues &/Or Discussions
Read this before making an issue. It pretty much just tells you what and what not to complain about.
## Issues
### What should go in an issue?
An issue should adhere to one of the two templates, Bug Report or Enhancement. (You can also create from blank but meh)
An issue should NOT be related to any problems in forks or mods of Kade Engine.
What the individual issue templates are for is self-explanatory, but please ACTUALLY use them. Don't just leave them blank and put all or partial info in the title.
## Discussions
### What should go in a discussion?
Discussions should be related to mods or forks of Kade Engine, as well as topics related to building the game from source.
> issues are for suggestions/bugs with kade engine itself, not with forks/mods of it.
This whole thing was made by Prokube's head and a comment by daniel11420.

View File

@@ -60,3 +60,4 @@ This game was made with love to Newgrounds and its community. Extra love to Tom
# Other pages # Other pages
- [BUILDING.md](https://github.com/KadeDev/Kade-Engine/blob/master/BUILDING.md) - How to compile/build the game - [BUILDING.md](https://github.com/KadeDev/Kade-Engine/blob/master/BUILDING.md) - How to compile/build the game
- [ModCharts.md](https://github.com/KadeDev/Kade-Engine/blob/master/ModCharts.md) - Mod Chart Documentation - [ModCharts.md](https://github.com/KadeDev/Kade-Engine/blob/master/ModCharts.md) - Mod Chart Documentation
- [ISSUES-WITH-ISSUES.md](https://github.com/KadeDev/Kade-Engine/blob/master/ISSUES-WITH-ISSUES.md) - Notes related to Issues & Discussions