From d90a027d0b967ced34c5efefa749e894fed6d81d Mon Sep 17 00:00:00 2001 From: Rajat Nai Date: Sat, 23 Sep 2023 22:38:33 +0530 Subject: [PATCH] Changes in issue templates --- .github/ISSUE_TEMPLATE/documentation_bug.yml | 11 +++++++---- .github/ISSUE_TEMPLATE/enhancement.yml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation_bug.yml b/.github/ISSUE_TEMPLATE/documentation_bug.yml index 6eb3e5a..9493ff4 100644 --- a/.github/ISSUE_TEMPLATE/documentation_bug.yml +++ b/.github/ISSUE_TEMPLATE/documentation_bug.yml @@ -24,7 +24,8 @@ body: description: Please provide a step-by-step instruction to reproduce the issue. placeholder: Please provide a step-by-step instruction to reproduce the issue. value: "Steps to reproduce the issue" - validations: true + validations: + required: true - type: dropdown id: contribution attributes: @@ -36,12 +37,14 @@ body: - Minor - Other validations: - required: true + required: + type: array + min: 1 - type: checkboxes id: terms attributes: label: I agree to and respect the Code of Conduct - description: By submitting this issue, you are agree to follow our [CODE OF CONDUCT](https://github.com/rajatnai49/demo/blob/main/.github/CODE_OF_CONDUCT.md) + description: By submitting this issue, you are agreeing to follow our [CODE OF CONDUCT](https://github.com/rajatnai49/demo/blob/main/.github/CODE_OF_CONDUCT.md) options: - - label: I wil follow [CONTRIBUTING GUIDELINES](https://github.com/rajatnai49/demo/blob/main/.github/CONTRIBUTING_GUIDELINE.md) + - label: I will follow [CONTRIBUTING GUIDELINES](https://github.com/rajatnai49/demo/blob/main/.github/CONTRIBUTING_GUIDELINE.md) required: true diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 7478c9a..847adce 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -51,4 +51,4 @@ body: ### Related Issue (if any) Please link to the issue this enhancement request is related to (if any). - Thank you for suggesting this enhancement! \ No newline at end of file + Thank you for suggesting this enhancement!