Skip to content

Commit 72234ea

Browse files
Merge branch 'development' into redis-pubsub
2 parents 6ca6368 + 3bbc7d4 commit 72234ea

34 files changed

Lines changed: 4611 additions & 149 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Contribution Guidelines
22
* Minor changes can be done directly by editing code on GitHub. GitHub automatically creates a temporary branch and
33
files a PR. This is only suitable for really small changes like: spelling fixes, variable name changes or error string
4-
change etc. For larger commits, following steps are recommended.
4+
change etc. For larger commits, the following steps are recommended.
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 goimports and golangci-lint on file changes. Any code which is not formatted using these
77
tools, will fail on the pipeline.
@@ -16,7 +16,7 @@
1616
No PR should ever decrease the overall code coverage.
1717
* Once your code changes are done along with the test cases, submit a PR to development branch. Please note that all PRs
1818
are merged from feature branches to development first.
19-
* PR should be raised only when development is complete and the code is ready for review. This approach helps reduce the number of open pull requests and facilitates a more efficient review process for the team.
19+
* A PR should be raised only when development is complete and the code is ready for review. This approach helps reduce the number of open pull requests and facilitates a more efficient review process for the team.
2020
* All PRs need to be reviewed by at least 2 GoFr developers. They might reach out to you for any clarification.
2121
* Thank you for your contribution. :)
2222

0 commit comments

Comments
 (0)