Skip to content

Commit

Permalink
fix: polish Github issue templates (#380)
Browse files Browse the repository at this point in the history
## Description:
- Shorten bug report, FR, and docs tagline from the "choose new issue"
page
- Remove the title prefix in the bug report, FR, and docs issue
templates

## Is this change user facing?
YES

## References (if applicable):
<!-- Add relevant Github Issues, Discord threads, or other helpful
information. -->
  • Loading branch information
leeederek committed Mar 29, 2023
1 parent 7d14797 commit bd9a9d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: "Bug Report"
description: We are always striving to improve Kurtosis. Use this form to report a bug with Kurtosis.
title: "[bug]: "
description: Report a bug with Kurtosis
labels: ["bug"]
body:
- type: markdown
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/docs-issue.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: "Docs Issue"
description: We are always striving to improve Kurtosis. Use this form to report an issue with our documentation.
description: Report an issue in our documentation
labels: ["docs"]
title: "[Docs]: "
assignees:
- leeederek
body:
Expand Down
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: "Feature Request"
description: We are always striving to improve Kurtosis. Use this form to suggest a new feature or improvement.
description: Suggest a new feature, improvement, or change
labels: ["feature request"]
title: "[FR]: "
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to fill out this Feature Request form. We value your feedback.
Please make sure to update the title of this Feature Request to concisely describe the request.
Please make sure to add a title to this Feature Request to concisely describe your suggestion.
- type: textarea
id: background-and-motivation
attributes:
Expand Down

0 comments on commit bd9a9d0

Please sign in to comment.