Skip to content

Commit

Permalink
ci(issue-templates): minor fixes (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil authored Jun 24, 2024
1 parent a1d8d5f commit a59a86e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: Bug Report
description: File a bug/issue
description: File a bug/issue.
title: "bug: "
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report and help improve neotest-golang! :heart:
- type: markdown
attributes:
value: |
Please note: usage questions such as "How do I...?" belong in [Discussions](https://github.com/fredrikaverpil/neotest-golang/discussions) and will be closed.
Please note: usage questions such as "How do I...?" belong in [discussions](https://github.com/fredrikaverpil/neotest-golang/discussions) and will be moved there (or closed).
- type: checkboxes
attributes:
label: Did you check docs and existing issues?
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ blank_issues_enabled: false
contact_links:
- name: Ask a question or start a discussion
url: https://github.com/fredrikaverpil/neotest-golang/discussions
about: Use Github discussions instead
about: Use Github discussions instead.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature Request
description: Suggest a new feature
description: Suggest a new feature.
title: "feature: "
labels: [enhancement]
body:
Expand Down

0 comments on commit a59a86e

Please sign in to comment.