From 3f6d94260408ffb1615ad71a031cc41b4ef03487 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Mon, 9 Dec 2024 17:49:35 +0900 Subject: [PATCH] chore: add issue templates --- .../bug-report-contribution.yml | 51 +++++++++++++++++++ .../support-request-contribution.yml | 51 +++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-contribution.yml create mode 100644 .github/ISSUE_TEMPLATE/support-request-contribution.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report-contribution.yml b/.github/ISSUE_TEMPLATE/bug-report-contribution.yml new file mode 100644 index 0000000000..e067372024 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-contribution.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/support-request-contribution.yml b/.github/ISSUE_TEMPLATE/support-request-contribution.yml new file mode 100644 index 0000000000..b2a93460c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support-request-contribution.yml @@ -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