Skip to content

Commit 200b7f6

Browse files
authored
Merge branch 'development' into typos
2 parents a064a6c + a57cce0 commit 200b7f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* (Optional) If you want to discuss your implementation with the users of GoFr, use the GitHub discussions of this repo.
66
* Configure your editor to use goimport and golangci-lint on file changes. Any code which is not formatted using these
77
tools, will fail on the pipeline.
8+
* We follow **American English** conventions in this project (e.g., *"favor"* instead of *"favour"*). Please keep this consistent across all code comments, documentation, etc.
89
* All code contributions should have associated tests and all new line additions should be covered in those testcases.
910
No PR should ever decrease the overall code coverage.
1011
* Once your code changes are done along with the testcases, submit a PR to development branch. Please note that all PRs

0 commit comments

Comments
 (0)