From 5904d3a460ebff5f1bf52dc9bc39dea3ec33f66f Mon Sep 17 00:00:00 2001 From: Samuel Hawksby-Robinson Date: Fri, 1 May 2020 23:13:32 +0100 Subject: [PATCH] Add tags details --- tags/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tags/README.md diff --git a/tags/README.md b/tags/README.md new file mode 100644 index 0000000..d1d79b5 --- /dev/null +++ b/tags/README.md @@ -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 | \ No newline at end of file