From b3ff10ae20371b2764a67e875ebe64549bbbf384 Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:46:10 +0000 Subject: [PATCH] Typo in 01-feature-request.yml Fixed a typo and enabled COC Signed-off-by: spirillen <44526987+spirillen@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/01-feature-request.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-feature-request.yml b/.github/ISSUE_TEMPLATE/01-feature-request.yml index 0db9a42d..e08c323f 100644 --- a/.github/ISSUE_TEMPLATE/01-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/01-feature-request.yml @@ -13,7 +13,7 @@ body: value: |+ Thanks for taking the time to fill out this feature request! - lease be patient and rest assured that we will get back to you as soon as possible. + Please be patient and rest assured that we will get back to you as soon as possible. To help us understand and reproduce the issue, please provide as much information as possible. If you have a question or need help, please ask in our [Discussions](https://github.com/funilrys/PyFunceble/discussions) section. @@ -78,11 +78,11 @@ body: validations: required: false - # - type: checkboxes - # id: terms - # attributes: - # label: Code of Conduct - # description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.org/todo). - # options: - # - label: I agree to follow this project's Code of Conduct - # required: true + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/funilrys/PyFunceble/blob/dev/CODE_OF_CONDUCT.md). + options: + - label: I agree to follow this project's Code of Conduct + required: true