-
Notifications
You must be signed in to change notification settings - Fork 0
Development Guidelines
This page contains a set of guidelines and conventions for the entire development process. There may be additional points along the way.
Below are some ideas, will finalize later:
- Sprint meetings.
- Everyone will make their own branch, and the pull request will be to the development branch. Duc is the only one touching the main branch.
- Require review before merging.
- The use of git rebase is required to avoid messing up the history.
- The git work process.
- Process of reporting issues.
- Avoid the use of deprecated features.
Github is the control center of our project, and we would like everyone, especially developers, to understand it in and out. Remember that status, type, label, and milestones are all used on issues and that we reference issues when those are brought up.
Currently, we have 5 kinds of status. The name of each is self-explanatory:
- Todo
- In progress
- Waiting for Review
- Under Review
- Done
We have different kinds of issues:
- Documentation: For any issue that is not code related.
- Bug: Reporting a bug.
- Urgent: For unexpected problems that need to be fixed as soon as possible.
- Enhancement: For newly proposed features that are not required by the description.
- Refine: For issues related to refining already working code for better code quality.
- Abandoned: We shall no longer be working on this issue.
Keep in mind that just being close to the deadline does not make an issue "Urgent". The issue has to be unexpected (might be a bug or a requirement done wrong), close to the deadline, and has significant impact on the project