diff options
author | acsfer <carlos@reendex.com> | 2022-01-20 19:29:34 +0100 |
---|---|---|
committer | acsfer <carlos@reendex.com> | 2022-01-20 19:29:34 +0100 |
commit | e4b5a82132cb8f991498d3c6f19fc07ad0a277a4 (patch) | |
tree | 3d4c78e3998c8e1f570e687650c8ad9aaddf6b36 | |
parent | 00a24106319ede2d9244b495c880be834817afa4 (diff) | |
download | nextcloud-server-e4b5a82132cb8f991498d3c6f19fc07ad0a277a4.tar.gz nextcloud-server-e4b5a82132cb8f991498d3c6f19fc07ad0a277a4.zip |
Add Code of Conduct
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 10 |
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 |