Skip to content

Commit

Permalink
chore: add issue templates (#29707)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Dec 9, 2024
1 parent 6d04ce0 commit 6d17a16
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report-contribution.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: Bug Request for contribution
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
body:
- type: markdown
attributes:
value: |
[Please read the contribution guide first.](https://aquaproj.github.io/docs/products/aqua-registry/contributing)
If `cmdx s` generates code but you can't resolve the failure of the test, please create a pull request.
Then we can help you on the pull request.
- type: textarea
id: overview
attributes:
label: Overview
description: Please explain the detail of your problem.
validations:
required: true
- type: textarea
id: how-to-reproduce
attributes:
label: How to reproduce
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)
- current branch name:
- code
- command and output
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: Expected behaviour
validations:
required: true
- type: textarea
id: actual-behaviour
attributes:
label: Actual behaviour
validations:
required: true
- type: textarea
id: note
attributes:
label: Note
validations:
required: false
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/support-request-contribution.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: Support Request for contribution
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
body:
- type: markdown
attributes:
value: |
[Please read the contribution guide first.](https://aquaproj.github.io/docs/products/aqua-registry/contributing)
If `cmdx s` generates code but you can't resolve the failure of the test, please create a pull request.
Then we can help you on the pull request.
- type: textarea
id: overview
attributes:
label: Overview
description: Please explain the detail of your problem.
validations:
required: true
- type: textarea
id: how-to-reproduce
attributes:
label: How to reproduce
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)
- current branch name:
- code
- command and output
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: Expected behaviour
validations:
required: true
- type: textarea
id: actual-behaviour
attributes:
label: Actual behaviour
validations:
required: true
- type: textarea
id: note
attributes:
label: Note
validations:
required: false

0 comments on commit 6d17a16

Please sign in to comment.