From e7fb939afbaed5b87875da171d59e22d18aa01cf Mon Sep 17 00:00:00 2001 From: olf Date: Tue, 3 Jan 2023 21:39:49 +0100 Subject: [PATCH] Enhance GitHub issue-templates (#94) * Update help-template.md * Update bug-template.md * Update suggestion-template.md --- .github/ISSUE_TEMPLATE/bug-template.md | 6 +++--- .github/ISSUE_TEMPLATE/help-template.md | 6 +++--- .github/ISSUE_TEMPLATE/suggestion-template.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-template.md b/.github/ISSUE_TEMPLATE/bug-template.md index 1b7d1d4..00e70b3 100644 --- a/.github/ISSUE_TEMPLATE/bug-template.md +++ b/.github/ISSUE_TEMPLATE/bug-template.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Report a bug for this project +about: Report a bug for SailfishOS:Chum title: "[Bug] " labels: 'bug' assignees: '' @@ -9,7 +9,7 @@ assignees: '' **SailfishOS VERSION** (Settings → About product → Build):
**HARDWARE** (Settings → About product → Manufacturer & Product name): -
**SailfishOS:Chum repo config RPM VERSION**: +
**SailfishOS:Chum VERSION(s)** (`pkcon search name sailfishos-chum`):
#### BUG DESCRIPTION @@ -20,4 +20,4 @@ assignees: '' #### ADDITIONAL INFORMATION - +\[Please consider which other pieces of information may be relevant: Denote if this is not always reproducible, if this is a regression (then name to which older version), attach relevant data such as log files or the systemd journal, provide screenshots etc.\] diff --git a/.github/ISSUE_TEMPLATE/help-template.md b/.github/ISSUE_TEMPLATE/help-template.md index 0fcaf79..66d2fd1 100644 --- a/.github/ISSUE_TEMPLATE/help-template.md +++ b/.github/ISSUE_TEMPLATE/help-template.md @@ -1,6 +1,6 @@ --- name: Help form -about: Questions about this project +about: Questions about SailfishOS:Chum title: "[Help] " labels: 'question' assignees: '' @@ -9,7 +9,7 @@ assignees: '' **SailfishOS VERSION** (Settings → About product → Build):
**HARDWARE** (Settings → About product → Manufacturer & Product name): -
**SailfishOS:Chum repo config RPM VERSION**: +
**SailfishOS:Chum VERSION(s)** (`pkcon search name sailfishos-chum`):
#### QUESTION @@ -20,4 +20,4 @@ assignees: '' #### ADDITIONAL INFORMATION - +\[Please consider which other pieces of information may be relevant: Denote if this is not always reproducible, if this is a regression (then name to which older version), attach relevant data such as log files or the systemd journal, provide screenshots etc.\] diff --git a/.github/ISSUE_TEMPLATE/suggestion-template.md b/.github/ISSUE_TEMPLATE/suggestion-template.md index 5a51a15..0dddd71 100644 --- a/.github/ISSUE_TEMPLATE/suggestion-template.md +++ b/.github/ISSUE_TEMPLATE/suggestion-template.md @@ -1,8 +1,8 @@ --- name: Feature request -about: Suggest an idea for this project +about: Suggest an idea for SailfishOS:Chum title: "[Suggestion] " -labels: 'feature request' +labels: 'enhancement' assignees: '' --- @@ -12,4 +12,4 @@ assignees: '' #### ADDITIONAL INFORMATION - +\[Please consider which other pieces of information may be relevant: Attach relevant data, provide screenshots etc.\]