Skip to content
AhmadBAmzah edited this page Oct 10, 2019 · 24 revisions

Welcome to the Capstone-2019-Data-Sharing wiki!

Processes

Two category of kanban boards

Used as an overarching kanban board which will contain which sections of the project we still need to create spike reports for. (replacement for the Trello board) Spike Details

Sprint Projects

Act as that sprints kanban board will contain each task of the sprint to be completed. Includes the review process.

Making a feature

  1. Make a new branch from development Make sure you work on the development branch Example: git checkout -b "new_feature"

  2. Write your code

  3. Commit your changes to ensure you use "Fixes #ISSUE_NUMBER" in your commit message to make it auto close the issue once your feature branch is merged into the dev branch Example: git commit -m "Fixes #ISSUE_NUMBER"

  4. Before you make a pull request make sure to git push.

  5. Once your feature is done create a pull request from your branch into the dev branch. https://github.com/sardap/Capstone-2019-Data-Sharing/pulls

  6. on the project board for the sprint you should see the pull request in the needs review section.

  7. Wait or annoy someone until the pull request is reviewed and merge the branch or resolve any issues they have found.

Clone this wiki locally