Skip to content

Commit

Permalink
chore: fix issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Dec 9, 2024
1 parent 4ca9729 commit fe032b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
18 changes: 13 additions & 5 deletions .github/ISSUE_TEMPLATE/02-support-request-contribution.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Support Request for contribution
name: Support Request of development tool
description: |
Please use this template when you try to contribute to this repository but face any problem (not bug).
If you're not sure if it's a bug or not, please use this template.
labels:
- support-request-for-contribution
- support-request-of-dev-tool
body:
- type: markdown
attributes:
Expand All @@ -25,10 +25,18 @@ body:
description: |
Please explain how to reproduce the problem.
[Please see the guide too.](https://github.com/suzuki-shunsuke/oss-contribution-guide#write-good-how-to-reproduce)
value: |
Current branch name:
Code:
```
```
Command and output
- current branch name:
- code
- command and output
```console
$
```
validations:
required: true
- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/03-bug-report-contribution.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Bug of tools for contribution
name: Bug of development tool
description: |
Please use this template when you try to contribute to this repository but face any problem.
If you're not sure if it's a bug or not, please use the template `Support Request for contribution`.
labels:
- bug-for-contribution
- bug-of-dev-tool
body:
- type: markdown
attributes:
Expand Down

0 comments on commit fe032b1

Please sign in to comment.