Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracsfer <carlos@reendex.com>2022-01-20 21:29:34 +0300
committeracsfer <carlos@reendex.com>2022-01-20 21:29:34 +0300
commite4b5a82132cb8f991498d3c6f19fc07ad0a277a4 (patch)
tree3d4c78e3998c8e1f570e687650c8ad9aaddf6b36 /.github
parent00a24106319ede2d9244b495c880be834817afa4 (diff)
Add Code of Conduct
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_REPORT.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
index a0742cd76ab..289abe2a14a 100644
--- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
+++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
@@ -209,4 +209,12 @@ body:
label: Additional info
description: Any additional information related to the issue (ex. browser console errors, software versions).
validations:
- required: true \ No newline at end of file
+ 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://nextcloud.com/contribute/code-of-conduct/)
+ options:
+ - label: I agree to follow Nextcloud's Code of Conduct
+ required: true