Skip to content

Commit

Permalink
chore: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jan 26, 2024
1 parent 76a6c58 commit cd98959
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🐞 Bug report
description: Create a report to help me improve unlazy
description: Write a report to help improve unlazy
labels: [pending triage]
body:
- type: textarea
Expand All @@ -14,19 +14,19 @@ body:
id: bug-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell me in the description. Thanks!
description: A clear and concise description of what the bug is. If you intend to file a PR for this issue, please let us know in the description. Thanks a lot!
placeholder: Bug description
validations:
required: true
- type: textarea
id: additonal
attributes:
label: Additional context
description: If applicable, add any other context about the problem here
description: If applicable, add any other context about the problem here.
- type: textarea
id: logs
attributes:
label: Logs
description: |
Optional if reproduction is provided. Please try not to insert an image but copy paste the log text.
Optional if reproduction is provided. Please try not to insert an image, but copy and paste the log text.
render: shell-script
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body:
id: required-info
attributes:
label: Final checks
description: Before submitting, please make sure you do the following
description: 'Before submitting, please make sure you do the following:'
options:
- label: Check existing [issues](https://github.com/johannschopplich/unlazy/issues).
required: true

0 comments on commit cd98959

Please sign in to comment.