Skip to content

Commit

Permalink
Merge pull request #60 from xexyl/templates
Browse files Browse the repository at this point in the history
Improve issue templates
  • Loading branch information
lcn2 authored Jan 20, 2025
2 parents 4fc987b + 2872782 commit 4037f6e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/author_details.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Author details
description: Report a problem with information about a winning author
title: "[Author] <title>"
title: "Author: <issue synopsis>"
labels: ["author"]
body:
- type: checkboxes
Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug report
description: Report a bug with a tool
title: "[Bug] <title>"
labels: ["bug"]
title: "Bug: <bug synopsis>"
labels: ["bug", "tool"]
body:
- type: checkboxes
attributes:
Expand Down Expand Up @@ -31,9 +31,9 @@ body:
label: Environment
description: |
Example:
- **OS**: macOS Sonoma 14.5
- **Device**: MacBook Pro M1
- **Shell**: GNU bash, version 5.2.26(1)-release (aarch64-apple-darwin23.2.0)
- **OS**: macOS Sequoia 15.2
- **Device**: MacBook Pro M1 Max
- **Shell**: GNU bash, version 5.2.37(1)-release (aarch64-apple-darwin24.0.0)
**PLEASE** provide **AT** **LEAST** the above items. If you have the **SAME** problem with more than one device please list the above for **ALL** **RELEVANT** **devices** with **any** **relevant** **context**.
value: |
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Documentation issue
description: Report a problem with documentation
title: "[Documentation] <title>"
title: "Documentation: <issue synopsis>"
labels: ["documentation"]
body:
- type: checkboxes
Expand Down
47 changes: 0 additions & 47 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/rules_guidelines.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Rules and/or Guidelines issue
description: Report a problem with the Rules and/or Guidelines
title: "[Rules and Guidelines] <title>"
labels: ["Rules and Guidelines"]
title: "Rules and Guidelines: <issue synopsis>"
labels: ["rules", "guidelines"]
body:
- type: checkboxes
attributes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Enhancement
description: Suggest an enhancement
title: "Enhancement: <enhancement title>"
labels: ["enhancement"]
name: Website enhancement
description: Suggest a website enhancement
title: "Website enhancement: <enhancement synopsis>"
labels: ["enhancement", "website"]
body:
- type: checkboxes
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/website_issue.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Website issue
description: Report a problem with the website
title: "[Website] <title>"
title: "Website: <issue synopsis>"
labels: ["website"]
body:
- type: checkboxes
Expand Down

0 comments on commit 4037f6e

Please sign in to comment.