docs: add contribution guide (#1368)

* docs: add CONTRIBUTING.md

* add nodejs version comment
fix frontend start command
add make build command section
capitalization
formatting

---------

Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
This commit is contained in:
ze0s 2024-01-23 17:08:17 +01:00 committed by GitHub
parent ae4427175f
commit 415cf7b6c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 191 additions and 0 deletions

View file

@ -293,6 +293,8 @@ Whether you're fixing a bug, adding a feature, or improving documentation, your
### Code Contributions
Check out the full guide for contributing [here](CONTRIBUTING.md).
- **Fork and Clone:** Fork the `autobrr` repository and clone it to start working on your changes.
- **Branching:** Create a new branch for your changes. Use a descriptive name for easy understanding.
- **Coding:** Ensure your code is well-commented for clarity.