Update CONTRIBUTING.md

This commit is contained in:
LJNeon 2022-10-01 14:56:36 -07:00
parent d573f1a93b
commit 2fa5636651
No known key found for this signature in database
GPG key ID: 837C6B23D22030BE

View file

@ -6,7 +6,7 @@ Thanks for considering contributing! This project would not be what it is withou
- If reporting a bug, please include the operating system used, any relevant information about the tech stack, and the configuration used. - If reporting a bug, please include the operating system used, any relevant information about the tech stack, and the configuration used.
## Pull requests ## Pull requests
- Code contributions should match the existing code style. - Before opening the PR, make sure you've built and run it, done the tests locally, and run the formatter/linter.
- Discuss additions/changes with us [on Discord](https://discord.gg/Dq43JNys6J) before working on them. - Feel free to pop in on [Discord](https://discord.gg/Dq43JNys6J) to ask for help or clarification on anything related to this project.
- Check to make sure someone hasn't worked on the same thing already. - If possible, check that someone else hasn't recently said that they've taken up an issue.
- Make pull requests from a feature branch on your own fork instead of from `main`. - Make pull requests from a feature branch on your own fork instead of from `main`.