Skip to content

Commit

Permalink
docs: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jan 8, 2024
1 parent cd47004 commit db764f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
@@ -1,6 +1,6 @@
contact_links:
- name: 🙌 Contribution Guide
url: https://github.com/kazupon/unplugin-time-stat/blob/main/CONTRIBUTING.md
url: https://github.com/kazupon/unicode-locale-parser/blob/main/CONTRIBUTING.md
about: Please read through before making contributions.
- name: ⁉️ Why and How to make a reproduction?
url: https://antfu.me/posts/why-reproductions-are-required
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Expand Up @@ -10,14 +10,14 @@ body:
id: feature-description
attributes:
label: Clear and concise description of the problem
description: 'As a developer using unplugin-time-stat. I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description. Thanks!'
description: "As a developer using unplugin-time-stat. I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description. Thanks!"
validations:
required: true
- type: textarea
id: suggested-solution
attributes:
label: Suggested solution
description: 'In module [xy] we could provide following implementation...'
description: "In module [xy] we could provide following implementation..."
validations:
required: true
- type: textarea
Expand All @@ -38,7 +38,7 @@ body:
options:
- label: Follow our [Code of Conduct](https://github.com/kazupon/.github/blob/main/CODE_OF_CONDUCT.md)
required: true
- label: Read the [Contributing Guide](https://github.com/kazupon/unplugin-time-stat/blob/main/CONTRIBUTING.md).
- label: Read the [Contributing Guide](https://github.com/kazupon/unicode-locale-parser/blob/main/CONTRIBUTING.md).
required: true
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
required: true

0 comments on commit db764f6

Please sign in to comment.