Skip to content

Commit

Permalink
update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed Jul 19, 2023
1 parent 0ca11e5 commit 6df361b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ body:
- type: markdown
attributes:
value: Thank you for filling out this form to file a bug report! ❤️
- type: input
- type: textarea
id: description
validations:
required: true
attributes:
label: Short description
description: |
Please describe the issue as concise as possible.
Please describe the issue as concise as possible.
- type: textarea
id: reproduction
validations:
Expand All @@ -30,6 +30,6 @@ body:
required: false
attributes:
label: Attachments
description: |
description: |
Here you can attach image links, logs or videos to the issue.
Please use the [markdown notation for image files](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#images).
Please use the [markdown notation for image files](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#images).
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ body:
- type: markdown
attributes:
value: Thank you for filling out this form to improve the documentation of ken! ❤️
- type: input
- type: textarea
id: description
validations:
required: true
attributes:
label: Short description
description: |
Please describe the issue with the documentation as concise as possible.
Please describe the issue with the documentation as concise as possible.
- type: textarea
id: attachments
validations:
required: false
attributes:
label: Attachments
description: |
description: |
Here you can attach image links, logs or videos to the issue.
Please use the [markdown notation for image files](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#images).
Please use the [markdown notation for image files](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#images).
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
- type: markdown
attributes:
value: Thank you for filling out this form to improve ken! ❤️
- type: input
- type: textarea
id: description
validations:
required: true
Expand All @@ -22,6 +22,6 @@ body:
required: false
attributes:
label: Attachments
description: |
description: |
Here you can append images, sketches or other stuff related to the request.
Please use the [markdown notation for image files](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#images).
Please use the [markdown notation for image files](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#images).

0 comments on commit 6df361b

Please sign in to comment.