From 5e916f0b55c7aff1c8c3209c493196b95b4d299a Mon Sep 17 00:00:00 2001 From: devhkr Date: Mon, 11 Sep 2017 17:46:50 +0200 Subject: [PATCH] Clarify the tagging purpose --- pull_request_template.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index a744798..c93d7d8 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -31,8 +31,7 @@ Links will be tested with [awesome_bot](https://github.com/dkhamsing/awesome_bot - `Description.` should end with a full stop/period - For GitHub repositories, add the name of the author with a link to its GitHub account after the description, like `By [@author](GitHub account)` - ORDER: The entries are in lexical order (English letter order) -- LABEL (Optional) - - 💲 indicates if one needs a paying subscription to use the project. -
Add 💲 next to the project name like `[Name 💲](Link)` - - 🤕 indicates that the project is in beta phase. -
Add 🤕 next to the project name like `[Name 🤕](Link)` +- LABEL (Optional): Add one of the following icons next to the project name like ```[Name](Link) :icon: - Description.``` + - :heavy_dollar_sign: indicates if one needs a paying subscription to use the project. + - :construction: indicates that the project is in work in progress/beta phase. + - :skull: indicates that the project is obsolete, but still worth mentioning it. \ No newline at end of file