diff --git a/README.md b/README.md index 59d46dd..1c29811 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,10 @@ To setup a gitea issue tracked project you need to first select the issues tab a When you've finished you can press the refresh button in the open issues section and you'll see the issues of the first 10 pages (only open issues). ## Issue colors -In order to get nice looking issueicons in multiple colors you need to assigne any issue a label called either "feature" or "bug". A bug is going to be represented as an red issue, while a feature will have a green icon. If the issue does not have got a label it will receive a grey icon. If the label is not know (so neither "feature" nor "bug" not case sensitive) it will also get a grey icon. +![Issues with multiple colors](./media/gitea-issues.png) + +In order to get nice looking issueicons in multiple colors you need to assigne any issue a label called either "feature" or "bug". A bug is going to be represented as an red issue, while a feature will have a green icon. If the issue does not have got a label it will receive a grey icon. If the label is not know (so neither "feature" nor "bug" not case sensitive) it will also get a grey icon. ## Future - Implement a `Close Issue` Button - Create Issues via Webview diff --git a/media/gitea-issues.png b/media/gitea-issues.png new file mode 100644 index 0000000..d428ee4 Binary files /dev/null and b/media/gitea-issues.png differ