You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you for considering contributing to Hexashades! I welcome contributions from everyone, whether you're fixing a typo or submitting a major feature. To make the contribution process smooth and consistent, I ask that you follow these guidelines.
By participating in this project, you agree to follow the [Code of Conduct](CODE_OF_CONDUCT.md). Please read it to ensure a positive experience for everyone.
19
+
20
+
## How to Contribute
21
+
22
+
### Reporting Bugs
23
+
24
+
If you find a bug in the project, please help by reporting it:
25
+
26
+
1. Check the issue tracker to see if the bug has already been reported.
27
+
2. If not, open a new issue with a detailed description of the problem, including steps to reproduce it, your environment (OS, Node.js version, etc.), and any relevant logs or error messages.
28
+
29
+
### Suggesting Enhancements
30
+
31
+
If you have an idea for a new feature or improvement:
32
+
33
+
1. Check if the feature has already been suggested.
34
+
2. If not, open a new issue with a clear description of the enhancement and why it would be useful. I love hearing your ideas!
35
+
36
+
### Submitting a Pull Request
37
+
38
+
I appreciate your contributions! To submit a pull request (PR), follow these steps:
39
+
40
+
1. Fork the repository and create a new branch for your changes.
41
+
2. Write clear, concise commit messages that explain your changes.
42
+
3. Ensure that your code adheres to the project's coding style and passes any existing tests.
43
+
4. If applicable, write tests for your changes and make sure they pass.
44
+
5. Open a pull request against the main branch (usually `main` or `master`).
45
+
46
+
I will review your PR and provide feedback. Be prepared to make revisions if necessary.
47
+
48
+
## Development Setup
49
+
50
+
To set up the project for local development, follow these steps:
0 commit comments