From 670e71ec5f37ecc7639b3cf60051768e48552ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Wed, 3 Jan 2024 17:54:30 +0800 Subject: [PATCH] chore: add non-rule-change issue template There is already an issue template for rule-related changes, but some changes do not apply to it. Therefore, this pull request adds a new one. --- .github/ISSUE_TEMPLATE/non-rule-change.yml | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/non-rule-change.yml diff --git a/.github/ISSUE_TEMPLATE/non-rule-change.yml b/.github/ISSUE_TEMPLATE/non-rule-change.yml new file mode 100644 index 00000000..610803d8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/non-rule-change.yml @@ -0,0 +1,47 @@ +name: "\U0001F680 Request a change (not rule-related)" +description: "Request a change that is not a bug fix, rule change, or new rule" +title: "Change Request: (fill in)" +labels: + - enhancement + - core +body: +- type: markdown + attributes: + value: By opening an issue, you agree to abide by the [Open JS Foundation Code of Conduct](https://eslint.org/conduct). +- type: input + attributes: + label: eslint-plugin-n version + description: | + What version of eslint-plugin-n are you currently using? + placeholder: | + e.g. v16.0.0 + validations: + required: true +- type: textarea + attributes: + label: What problem do you want to solve? + description: | + Please explain your use case in as much detail as possible. + placeholder: | + ESLint currently... + validations: + required: true +- type: textarea + attributes: + label: What do you think is the correct solution? + description: | + Please explain how you'd like to change to address the problem. + placeholder: | + I'd like to... + validations: + required: true +- type: checkboxes + attributes: + label: Participation + options: + - label: I am willing to submit a pull request for this change. + required: false +- type: textarea + attributes: + label: Additional comments + description: Is there anything else that's important for the team to know?