From 5fd36948655ebf122523b5a2dd16225ab312ffd9 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 13 Dec 2018 00:54:06 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd95015..eaaa092 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,15 @@ Before starting, make sure that you visited the project [todo](https://github.co ### You can help me fix some bug/implement a new feature? * Create a pull request, using [this](https://github.com/Sigmanor/Crypto-Notepad/blob/master/PULL_REQUEST_TEMPLATE.md) template +### Issue labels explanation +* `bug` - Issues with bugs +* `duplicate` - Duplicate issues +* `enhancement` - Enhancement request +* `help wanted` - Issues I need help with +* `hotfix` - Issues with critical bugs, that must be solved as soon as possible +* `in progress` - Issues with I'm working on right now +* `question` - Issue that contain only a question + ### Things that will never be in this project * Installer. Crypto Notepad will be always portable. * Significant design changes. Crypto Notepad looks exactly as I want to see it.