Add tags details
This commit is contained in:
parent
74f01e8a73
commit
5904d3a460
|
@ -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 |
|
Loading…
Reference in New Issue