From b41eda60f7721209ebed042d64ff232d2c0f7784 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Fri, 22 Feb 2019 14:36:25 +0100 Subject: [PATCH] Update issue labels table in Contributing Guidelines (#1204) * Update issue labels table in Contributing.md * Add "release" label to label table --- CONTRIBUTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b2b7d9a2..d0ab5e6e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -153,12 +153,16 @@ We use several labels to help organize and identify issues. You can find all lab | Label Name | Description | | :---- | :---- | -| [icon](https://github.com/simple-icons/simple-icons/labels/icon) | Issues for adding or updating an icon. | +| [new icon](https://github.com/simple-icons/simple-icons/labels/new%20icon) | Issues for adding a new icon. | +| [icon outdated](https://github.com/simple-icons/simple-icons/labels/icon%20outdated) | Issues regarding icons that are outdated, this can be the SVG or color or both. | +| [website](https://github.com/simple-icons/simple-icons/labels/website) | Issues for the website [simpleicons.org](http://simpleicons.org/). | | [docs](https://github.com/simple-icons/simple-icons/labels/docs) | Issues for improving or updating documentation. | +| [meta](https://github.com/simple-icons/simple-icons/labels/meta) | Issues regarding the project or repository itself. | | [good first issue](https://github.com/simple-icons/simple-icons/labels/good%20first%20issue) | Issues we believe are simple and a good first stab at contributing to the project. | | [help wanted](https://github.com/simple-icons/simple-icons/labels/help%20wanted) | Issues we would like help from the community to resolve. | | [awaiting reply](https://github.com/simple-icons/simple-icons/labels/awaiting%20reply) | Issues awaiting reply from an individual (issue author or 3rd party) before it may be addressed. | -| [icon outdated](https://github.com/simple-icons/simple-icons/labels/icon%20outdated) | Issues regarding icons that are outdated, this can be the SVG or color or both. | +| [won't add](https://github.com/simple-icons/simple-icons/labels/won%27t%20add) | Icon requests or other features that won't be added. | +| [release](https://github.com/simple-icons/simple-icons/pulls?q=is%3Apr+label%3Arelease+is%3Aclosed) | Pull requests that released a new version. | ## Building Locally