Add tags details

This commit is contained in:
Samuel Hawksby-Robinson 2020-05-01 23:13:32 +01:00
parent 74f01e8a73
commit 5904d3a460
1 changed files with 17 additions and 0 deletions

17
tags/README.md Normal file
View File

@ -0,0 +1,17 @@
# Tags
|Name |Description |
|-----------|----------------------------------------------------------------|
|`approved` |Related to Pull Request (PR) requests for review |
|`commits` |Related to add git commits to github PRs |
|`completed`|Denotes that an item has been completed |
|`created` |Denotes that an item was created |
|`discussed`|Denotes that an item was discussed with a team member |
|`draft` |Denotes a git branch was converted into a PR draft |
|`feedback` |Denotes that an item was given feedback by myself |
|`merged` |Denotes that a PR was merged with the related repo's main branch|
|`prototype`|Denotes that a prototype of an idea was implemented |
|`read` |Denotes that an item was read |
|`submitted`|Denotes that an item was submitted for review |
|`watched` |Denotes that an item was watched. Example a video lecture |
|`voted` |Denotes that an item was voted on. Example feature prioritising |