Contributing
-
Please check in the issues that no other developer is working on the same thing you want to develop.
-
Create an issue with the
request
label. The other collaborators can give suggestion or rejection within a week. After one week, if majority of the people got no rejection then it can be developed. -
When the development start, the issue label should be changed into
progress
fromrequest
. Create a new branch frommain
. The branch name should be something likefeat/$name
orbugfix/$name
. -
Once it's ready to merge, please create a pull request and leave a message in slack channel. The collaborators will comes and give feedback on the code strucutre and api. Once most of the team member is sastifies with the code strucutre and api, it can be pushed into
main
branch and delete your current branch.