Updated Developer's Guide (markdown)

MetalStormGhost 2022-01-17 14:19:16 +02:00
parent 8e78a9b4b7
commit 570c9d4dd4

@ -109,6 +109,8 @@ The type checker is **not** run as part of pre-commit, since that makes it harde
Please make a new branch from either develop or master, and make your pull requests to khopa/develop.
New features and bug fixes in pull requests are usually worth mentioning in the changelog. Exceptions are fixes for bugs that never shipped (were only present in a canary build), and changes with no intended user observable behavior, such as a refactor. If you're comfortable writing the note yourself, add it to `changelog.md` in the root of the project in the section for the upcoming release.
If you're new to GitHub, https://guides.github.com/introduction/flow/ and the other tutorials on that site may be helpful.