mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
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:
parent
ae4427175f
commit
415cf7b6c1
2 changed files with 191 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue