Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add issue templates #29707

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading