You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
* (Optional) If you want to discuss your implementation with the users of GoFr, use the GitHub discussions of this repo.
6
6
* Configure your editor to use goimport and golangci-lint on file changes. Any code which is not formatted using these
7
7
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.
8
9
* All code contributions should have associated tests and all new line additions should be covered in those testcases.
9
10
No PR should ever decrease the overall code coverage.
10
11
* Once your code changes are done along with the testcases, submit a PR to development branch. Please note that all PRs
0 commit comments