-
Notifications
You must be signed in to change notification settings - Fork 3
Coding Guidelines
YASHSVI GIRDHAR edited this page Feb 20, 2023
·
4 revisions
- Always make a pull request no matter how small a feature is. NEVER directly merge to main branch.
This will not only help you review your own code but also let others see your work to learn from.
-
If your work is pertaining to a specific ticket - create branches name as
DEV-{ticket#}, exampleDEV-1 -
If you work doesn't belong to a specific ticket - create a ticket first add the requirements you are meeting with this ticket and then follow step 2 for naming PR
-
Keep adding comments to the tickets you are working on to update the mentors and other team members on your progress. Please add any other information you would like to or discovered while working on the ticket.