Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.05 KB

File metadata and controls

31 lines (22 loc) · 1.05 KB

##Summarized WorkFlow##

  1. Opens up issue regarding the task to be done

[Optional] Creates a new branch locally

  1. Push commits
  2. Create Pull Request
  3. Review Pull Request
  4. Resolve issue and PR

###When to create an issue:###

  • Before working on a task
  • Reporting a bug
  • Spot a place for improvement
  • Opens up a place for discussion about a specific commit or part of the codes.

(Refer to Handbook Appendix E whenever free unsure about issue)

###How to create an issue:### The scope of an issue should be a task or dicussion which can be done within a few hours max.

  • Add Description
  • Add Label
  • Refer to Milestone / Metions / Reference to commit or pull request or other issues (if applicable)

####When to do a pull request###

  • Not necessary to immediately do a PR when working on a feature.
  • A PR can be useful when needs teammates’ inputs during the middle of the solving an issue
  • A PR should be created when asking for merges and reviews.