From 670798b19c9721e4a6ba9398beb2ebec942410bf Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 8 Mar 2024 10:35:05 -0500 Subject: [PATCH] Add code of conduct rules to issue template. --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 ++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index a4028afd0..3d3caa261 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -20,6 +20,8 @@ body: required: true - label: Is this only a single bug? Do not put multiple bugs in one issue. required: true + - label: Do you agree to follow the rules in our [Code of Conduct](https://join-lemmy.org/docs/code_of_conduct.html)? + required: true - label: Is this a backend issue? Use the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) repo for UI / frontend issues. required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml index 40ef2caf3..f50a93ff2 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml @@ -20,6 +20,8 @@ body: required: true - label: Is this a backend issue? Use the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) repo for UI / frontend issues. required: true + - label: Do you agree to follow the rules in our [Code of Conduct](https://join-lemmy.org/docs/code_of_conduct.html)? + required: true - type: textarea id: problem attributes: