From b0e3960fba6defe50fca4a7f093430a9c1858d72 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Mon, 18 Nov 2024 16:11:58 -0800 Subject: [PATCH] Update feature.yml --- .github/ISSUE_TEMPLATE/feature.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index f0520eef..3913159e 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -39,3 +39,11 @@ body: attributes: label: Additional comments description: Is there anything else that's important for the team to know? + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://meshtastic.org/docs/legal/conduct/). + options: + - label: I agree to follow this project's Code of Conduct + required: true