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
You generally only need to submit a CLA once, so if you've already submitted one
15
-
(even if it was for a different project), you probably don't need to do it
16
-
again.
15
+
## How to Contribute
17
16
18
-
## Code reviews
17
+
There are many ways to contribute, including:
19
18
20
-
All submissions, including submissions by project members, require review. We
21
-
use GitHub pull requests for this purpose. Consult
22
-
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
23
-
information on using pull requests.
19
+
***Reporting Bugs:** If you find a bug, please open an issue describing the problem in detail. Include steps to reproduce, expected behavior, and any relevant error messages.
20
+
***Suggesting Enhancements:** Have an idea for a new feature or improvement? Open an issue to discuss it with us.
21
+
***Improving Documentation:** Help make our documentation clearer and more helpful by suggesting changes or fixing errors.
22
+
***Submitting Pull Requests (PRs):** The best way to contribute code is by submitting a pull request. Before you start working on a major change, please open an issue to discuss the proposed change first.
23
+
24
+
## Pull Request Guidelines
25
+
26
+
1.**Fork the repository:** Create your own copy of the repository.
27
+
2.**Create a branch:** Make your changes on a new branch.
28
+
3.**Write clear commit messages:** Explain what each commit does.
29
+
4.**Follow coding style:** Match the existing code style as closely as possible.
30
+
5.**Add tests:** Include tests for your changes (if applicable).
31
+
6.**Open a pull request:** Submit your changes for review.
0 commit comments