Here’s how you can get involved and help make Bagshui better!
- Bugs are tracked here.
- Feature requests can be submitted through discussions.
Please follow Github Flow. TL;DR:
- Fork the repo and create a new branch from
main
.- If you have collaborator access, you don’t need to fork, but you do need to create a new branch.
- Make changes.
- Create a pull request.
- Indent using tabs, not spaces (I know, I know).
- Comments that explain the why of the code, not just the what.
- No semicolons at end of lines.
- Avoid collapsing
if
statements into one-liners.
Don’t do this:if true then return end
. - Split long lines (including conditions and function calls).
Try not to go too far past column 120.
You agree that your contributions will be under the MIT License.