Skip to content

Commit

Permalink
chore: sort issue templates (#29709)
Browse files Browse the repository at this point in the history
* chore: sort issue templates

* chore: fix issue templates

* chore: rename issue templates
  • Loading branch information
suzuki-shunsuke authored Dec 9, 2024
1 parent 13981b9 commit 88f9a3d
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 12 deletions.
File renamed without changes.
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
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Bug Request 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 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
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
name: Bug of registry
description: |
Please report the bug of aqua-registry.
Please report the bug of registry.
If you're not sure if it's a bug or not, please use the template `Support Request` instead.
labels:
- bug
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 88f9a3d

Please sign in to comment.