Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Contributing to Boytacean
## Introduction
Thanks for your interest in contributing to Boytacean! We're excited to have you on board.
## How to Contribute
### Reporting Bugs
* Use the issue tracker to report bugs.
* Clearly describe the issue, including steps to reproduce.
### Feature Requests
* Open an issue and tag it as a feature request.
* Explain the feature and its value.
### Pull Requests
1. Fork the repo.
2. Create a new branch (`git checkout -b feature-xyz`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add some feature'`).
5. Push to the branch (`git push origin feature-xyz`).
6. Create a new Pull Request.
## Coding Standards
* Follow existing coding style.
* Write meaningful commit messages.
* Include comments in your code where necessary.
## Getting Support
* Join our Discord or mailing list (links in README).
## Code of Conduct
Respect the code of conduct detailed in `CODE_OF_CONDUCT.md`.
Thank you for contributing to Boytacean!