Skip to content

Commit 9539e06

Browse files
authored
Update CONTRIBUTING.md with contribution guidelines
This document outlines the guidelines for contributing to the development of Shipping Rates and Calculations, including code style, documentation, testing, issue tracking, and code review.
1 parent 5dcca8e commit 9539e06

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CONTRIBUTING.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
1+
Contribution guidelines
2+
Welcome Contributors!
3+
Thank you for considering contributing to the centralized repository. This document outlines the guidelines for contributing to the development of Shipping Rates and Calculations.
4+
5+
Code style
6+
Please follow the coding style and conventions used in the existing codebase. This helps maintain consistency across the project.
7+
8+
Documentation
9+
Ensure that your contributions are well-documented. Include comments in your code where necessary and provide a clear and concise description of your changes in the pull request.
10+
11+
Testing
12+
Before submitting a pull request, make sure your changes have been tested thoroughly. Include relevant test cases and ensure that existing tests pass.
13+
14+
Issue tracker
15+
Check the issue tracker for any open issues or feature requests. If you're working on something, please comment on the issue to let others know.
16+
17+
Code review
18+
All contributions will go through a code review process. Be open to feedback and be willing to make changes if necessary. Code reviews help maintain code quality and consistency.
19+
20+
Thank you for your contribution!

0 commit comments

Comments
 (0)