-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d04ce0
commit 6d17a16
Showing
2 changed files
with
102 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |