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 Opensource Statistics! It's people like you that make the open source community such a great place.
4
+
5
+
## How Can I Contribute?
6
+
7
+
### Reporting Bugs
8
+
This section guides you through submitting a bug report. Following these guidelines helps maintainers and the community understand your report, reproduce the behavior, and find related reports.
9
+
10
+
-**Check if the bug has already been reported** by searching the issues.
11
+
- If you can't find an open issue addressing the problem, **open a new one**.
12
+
- Use a clear and descriptive title.
13
+
- Describe the exact steps which reproduce the problem in as many details as possible.
14
+
15
+
### Suggesting Enhancements
16
+
This section guides you through submitting an enhancement suggestion, including completely new features and minor improvements to existing functionality.
17
+
18
+
-**Check if the enhancement has already been suggested** by searching the issues.
19
+
-**Open a new issue** and describe the enhancement you would like to see.
20
+
21
+
### Pull Requests
22
+
- Fill in the pull request template (if available).
23
+
- Ensure the PR description clearly describes the problem and solution.
24
+
- Include the relevant issue number if applicable.
25
+
- Make sure your code follows the project's coding style.
26
+
- Update documentation as needed.
27
+
28
+
## Styleguides
29
+
30
+
### Git Commit Messages
31
+
- Use the present tense ("Add feature" not "Added feature").
32
+
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...").
33
+
- Limit the first line to 72 characters or less.
34
+
35
+
## License
36
+
By contributing, you agree that your contributions will be licensed under its MIT License.
0 commit comments