Skip to content

Commit

Permalink
fixed md linter
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMDA committed Nov 23, 2024
1 parent 9c40f31 commit bf594ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/development/project_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,28 @@ Issues can be added via the [issues overview](https://github.com/una-auxme/paf/i

By clicking "New issue" in the overview you have different templates to create the issue.

After creating the issue it has to be added to the project board. The project board is used to keep track of the
After creating the issue it has to be added to the project board. The project board is used to keep track of the
progress of the issue. The project board can be found [here](https://github.com/orgs/una-auxme/projects/3).

For tracking time and complexity of the issue we will use the predefined `Priority` and `Size` states of the PAF Project
Backlog Board.

Priority has following states:

- `Urgent`: Critical bug causing system crash, needs immediate fix.
- `High`: Major feature request or significant bug affecting many users.
- `Medium`: Minor feature request or bug with a workaround.
- `Low`: Cosmetic changes or minor improvements.

Size has following states:

- `Tiny`: Small typo fix or minor code refactor. Estimated time: 30 minutes.
- `Small`: Simple bug fix or small feature addition. Estimated time: 1-2 hours.
- `Medium`: Moderate feature addition or multiple bug fixes. Estimated time: 1-2 days.
- `Large`: Major feature implementation or significant refactor. Estimated time: 1-2 weeks.
- `X-Large`: Large-scale feature or complete module overhaul. Estimated time: 2-4 weeks. Especially `EPIC` issues should
be tagged with this size.


## 2. Create a Pull Request

To create a pull request, go to the [branches overview](https://github.com/una-auxme/paf/branches) and select ``New Pull Request`` for the branch you want to create a PR for.
Expand Down

0 comments on commit bf594ee

Please sign in to comment.