-
Notifications
You must be signed in to change notification settings - Fork 3.1k
task3 #3232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
task3 #3232
Changes from all commits
5dcca8e
9539e06
698027e
b2457e1
aa0f6a1
e86e734
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1 +1,20 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Contribution guidelines | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Welcome Contributors! | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thank you for considering contributing to the centralized repository. This document outlines the guidelines for contributing to the development of Shipping Rates and Calculations. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thank you for considering contributing to the centralized repository. This document outlines the guidelines for contributing to the development of Shipping Rates and Calculations. | |
| Thank you for considering contributing to the centralized repository. This document outlines the guidelines for contributing to the development and improvement of this project. |
Copilot
AI
Dec 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Section headings should use proper markdown heading syntax (e.g., ## Code Style) for better document structure and consistency. Currently these appear as plain text rather than formatted headings.
| Code style | |
| Please follow the coding style and conventions used in the existing codebase. This helps maintain consistency across the project. | |
| Documentation | |
| 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. | |
| Testing | |
| Before submitting a pull request, make sure your changes have been tested thoroughly. Include relevant test cases and ensure that existing tests pass. | |
| Issue tracker | |
| 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. | |
| Code review | |
| ## Code style | |
| Please follow the coding style and conventions used in the existing codebase. This helps maintain consistency across the project. | |
| ## Documentation | |
| 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. | |
| ## Testing | |
| Before submitting a pull request, make sure your changes have been tested thoroughly. Include relevant test cases and ensure that existing tests pass. | |
| ## Issue tracker | |
| 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. | |
| ## Code review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing article in the title. Should be "Contribution Guidelines" (with capital G for consistency with other section headings) or use proper article format.