Skip to content

Commit

Permalink
Enhance GitHub issue-templates (#94)
Browse files Browse the repository at this point in the history
* Update help-template.md

* Update bug-template.md

* Update suggestion-template.md
  • Loading branch information
Olf0 authored Jan 3, 2023
1 parent 378c52c commit e7fb939
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-template.md
Original file line number Diff line number Diff line change
@@ -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: ''
Expand All @@ -9,7 +9,7 @@ assignees: ''

**SailfishOS VERSION** (Settings → About product → Build):
<br />**HARDWARE** (Settings → About product → Manufacturer & Product name):
<br />**SailfishOS:Chum repo config RPM VERSION**:
<br />**SailfishOS:Chum VERSION(s)** (`pkcon search name sailfishos-chum`):
<br />

#### BUG DESCRIPTION
Expand All @@ -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.>
<sub>\[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.\]</sub>
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/help-template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Help form
about: Questions about this project
about: Questions about SailfishOS:Chum
title: "[Help] "
labels: 'question'
assignees: ''
Expand All @@ -9,7 +9,7 @@ assignees: ''

**SailfishOS VERSION** (Settings → About product → Build):
<br />**HARDWARE** (Settings → About product → Manufacturer & Product name):
<br />**SailfishOS:Chum repo config RPM VERSION**:
<br />**SailfishOS:Chum VERSION(s)** (`pkcon search name sailfishos-chum`):
<br />

#### QUESTION
Expand All @@ -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.>
<sub>\[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.\]</sub>
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/suggestion-template.md
Original file line number Diff line number Diff line change
@@ -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: ''

---
Expand All @@ -12,4 +12,4 @@ assignees: ''

#### ADDITIONAL INFORMATION

<Please consider which other pieces of information may be relevant: Attach relevant data, provide screenshots etc.>
<sub>\[Please consider which other pieces of information may be relevant: Attach relevant data, provide screenshots etc.\]</sub>

0 comments on commit e7fb939

Please sign in to comment.