Skip to content
Alexander Oliver Nymann Hvidt edited this page Nov 6, 2018 · 12 revisions

Scrum Base Repository wiki!

Octocat GetToWork

Here is some suggestions on how to work using this template repository.

Project Workflow

How-to select an appropriate issue template.

Look at descriptions of issue types and follow instructions on templates. The templates should have standards for how things are written. Internal: Epic - Large piece of work that encompasses many issues and should be broken down Story - functionality request expressed from the perspective of the use Hotfix - Urgent fix that need immediate attention Documentation - Task related to the documentation of the project

External and internal:

Feature request - Submit a proposal/request for a new feature Question - Ask a question Bug - Submit a bug report to help us improve

How-to sprint planning:

Figure out how much time we’ve and Make sure that user stories are groomed and ready to be processed.

How-to groom user stories:

Happens before sprint planning Estimate Poker planning game https://www.planitpoker.com/board/#/rooms

How-to retrospectives:

Do activities, scheduled by facilitator. Look to this site for inspiration or google other resources. -> https://luis-goncalves.com/agile-retrospectives-ideas-exercises/ Should include something that examines “how we work” and other processes. Reach consensus on changes. Write changes in change log on google drive.

Workflow from Kanban Board:

Working from right to left on the board, to avoid congestion issues as reviews will eventually pile up till it’s an unhandleable mess.

How-to start working on an issue:

Open a new branch with issue type you’re trying to solve and paste in issue number in the end. As such: bug-#5. This will automatically move the issue to in-progress on the board. Apply commits with the changes, open a pull request, add issue name as title. Fill in the required information. Reference issue that is being handled. Change will be committed once review, has been done.

Clone this wiki locally