Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 843 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 843 Bytes

Contributing

  1. Please check in the issues that no other developer is working on the same thing you want to develop.

  2. 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.

  3. When the development start, the issue label should be changed into progress from request. Create a new branch from main. The branch name should be something like feat/$name or bugfix/$name.

  4. 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.