Skip to content

Commit cda54e8

Browse files
committed
docs: add english contributing guide
1 parent 8e6f584 commit cda54e8

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CONTRIBUTING_EN.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Contributing to the LeetCode Daily Challenge Worker
2+
3+
Thank you for your interest in contributing to this project! Below are the guidelines for contributing effectively.
4+
5+
## Code of Conduct
6+
7+
When participating in this project, it is expected that you follow our [Code of Conduct](LINK_TO_CODE_OF_CONDUCT). Please read it and respect it in all your interactions.
8+
9+
## Issues
10+
11+
If you find a bug or have a suggestion to improve the project, you can open a new issue in the repository. Please provide clear and concise details about the problem or suggestion.
12+
13+
## Pull Requests (PRs)
14+
15+
1. Fork the repository and create a new branch for your changes.
16+
2. Make your modifications and ensure that the code follows style guidelines and all tests pass.
17+
3. Write tests for your new or updated code.
18+
4. Update the documentation if necessary.
19+
5. Create a pull request from your branch to the main branch of the original repository.
20+
6. Provide a clear and concise description of your changes.
21+
7. Ensure that your pull request passes all required tests and code reviews.
22+
23+
## Code Style
24+
25+
This project follows Rust's code style guidelines. Please ensure that your contributions adhere to these guidelines.
26+
27+
## Tests
28+
29+
All contributions must include tests to ensure code quality. Make sure your tests cover relevant use cases and pass before submitting a pull request.
30+
31+
## Documentation
32+
33+
If your contribution involves changes to the documentation, please update it accordingly. Keeping documentation clear and up-to-date is crucial for understanding and maintaining the project.
34+
35+
## License
36+
37+
By contributing to this project, you agree that your contributions will be licensed under the [MIT LICENSE](./LICENSE-MIT) of the project.
38+
39+
Thank you for your interest in contributing to this project! We look forward to your contributions.

0 commit comments

Comments
 (0)