From 0818d8d43a733806882fb3e7e4b6c4661fb326fb Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Mon, 5 Sep 2022 11:20:30 +0300 Subject: [PATCH] [#1751] .github: Add label checklist to templates Signed-off-by: Evgenii Stratonikov --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++++ .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f0d6e5e00..5fa1650de 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -41,3 +41,10 @@ assignees: '' * Version used: * Server setup and configuration: * Operating System and version (`uname -a`): + +## Don't forget to add labels! +- component label (`neofs-adm`, `neofs-storage`, ...) +- `goodfirstissue`, `helpwanted` if needed +- does this issue belong to an epic? +- priority (`P0`-`P4`) if already triaged +- quarter label (`202XQY`) if possible diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index da7a29fb4..5beeb0641 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -18,3 +18,11 @@ assignees: '' ## Additional context + +## Don't forget to add labels! +- component label (`neofs-adm`, `neofs-storage`, ...) +- issue type (`enhancement`, `refactor`, ...) +- `goodfirstissue`, `helpwanted` if needed +- does this issue belong to an epic? +- priority (`P0`-`P4`) if already triaged +- quarter label (`202XQY`) if possible