Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 Fix syntax for new issue templates #2511

Merged
merged 1 commit into from
Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Because_Done.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Because / Done when
name: ':clipboard: Because / Done when'
description: Standard issue template, neither a bug nor a feature.
body:
- type: textarea
Expand Down
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
name: ':bug: Bug Report'
description: Report a bug to help us improve
title: ''
labels: Bug
body:
- type: markdown
Expand Down
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Feature request
name: ':bulb: Feature Request'
description: Suggest an idea for this project
title: ''
body:
- type: markdown
attributes:
Expand All @@ -11,8 +10,8 @@ body:

- type: textarea
id: summary
description: ':pencil2: Briefly summarize your feature request'
attributes:
description: ':pencil2: Briefly summarize your feature request'
label: Summary
placeholder: |
As a [user]
Expand All @@ -21,21 +20,21 @@ body:

- type: textarea
id: related
description: ':grey_question: Is this issue related to other existing issues? Please link them below'
attributes:
description: ':grey_question: Is this issue related to other existing issues? Please link them below'
label: Related
placeholder: Fixes [link to existing issue]

- type: textarea
id: alternatives
description: ':part_alternation_mark: Describe alternatives you have considered'
attributes:
description: ':part_alternation_mark: Describe alternatives you have considered'
label: Alternatives
placeholder: We could also ...

- type: textarea
id: context
description: ':information_desk_person: Add any other context or screenshots about the feature request here.'
attributes:
description: ':information_desk_person: Add any other context or screenshots about the feature request here.'
label: Additional context
placeholder: Due date, required for, blocked by ...