Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 24ca3d8

Browse files
Create CONTRIBUTING.md
1 parent 4bbf180 commit 24ca3d8

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

‎CONTRIBUTING.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Contributing to Competitive-Python
2+
3+
Thank you for your interest in contributing to the Competitive-Python project! We welcome all contributions, including bug fixes, new features, documentation improvements, and more.
4+
5+
## How to contribute
6+
7+
To contribute to the project, please follow these guidelines:
8+
9+
1. Fork the repository and create a new branch for your contribution.
10+
2. Make your changes and ensure that the tests pass.
11+
3. Submit a pull request to the master branch with a clear description of your changes.
12+
13+
## Code style
14+
15+
We follow the [PEP 8](https://www.python.org/dev/peps/pep-0008/) style guide for Python code. Please ensure that your code adheres to these standards.
16+
17+
## Testing
18+
19+
Please include tests with your contribution to ensure that it functions correctly and does not break existing functionality.
20+
21+
## Documentation
22+
23+
Improvements to the documentation are always appreciated. If you notice any errors or omissions, please submit a pull request with your changes.
24+
25+
## Issues and bug reports
26+
27+
If you encounter any issues or bugs with the project, please open a new issue in the issue tracker with a clear description of the problem and any relevant details.
28+
29+
Thank you for your contributions!

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /