From 2f1cc246220d07718f06b002051c2d2a99f3326f Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 25 Oct 2023 16:02:48 +0200 Subject: [PATCH] Update .gitea/PULL_REQUEST_TEMPLATE.yml --- .gitea/PULL_REQUEST_TEMPLATE.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.yml b/.gitea/PULL_REQUEST_TEMPLATE.yml index 0055bcf..a226d0c 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.yml +++ b/.gitea/PULL_REQUEST_TEMPLATE.yml @@ -38,4 +38,11 @@ body: label: 📚 Additional Notes description: A place for additional notes or linking references. placeholder: Software and cathedrals are much the same -- first we build them, then we pray. - \ No newline at end of file + - type: checkboxes + id: contribution + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) + options: + - label: I agree to follow this project's Code of Conduct + required: true \ No newline at end of file