From aaaaaaaa9f659272b412855e435406c789c7f424 Mon Sep 17 00:00:00 2001 From: wj25czxj47bu6q Date: Sun, 22 Jan 2023 11:50:47 +0000 Subject: [PATCH] Administrative setup --- .../Contributor License Agreement.yml | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ README.md | 15 +++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Contributor License Agreement.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 README.md diff --git a/.github/ISSUE_TEMPLATE/Contributor License Agreement.yml b/.github/ISSUE_TEMPLATE/Contributor License Agreement.yml new file mode 100644 index 0000000..81618fe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Contributor License Agreement.yml @@ -0,0 +1,16 @@ +name: "Contributor License Agreement" +description: "Accept the PrivSec.dev CLA." +title: "[v] " +labels: ["v"] +body: + - type: markdown + attributes: + value: "Thank you for your interest in contributing to PrivSec.dev. In order to protect both you as a contributor and the PrivSec.dev Organization, please review and accept our Contributor License Agreement." + - type: checkboxes + attributes: + label: "Contributor License Agreement" + options: + - label: "I agree to PrivSec.dev's [Contributor License Agreement Version ](https://github.com/PrivSec-dev/contributor-license-agreement/blob//Contributor%20License%20Agreement.md) and all license terms therein." + required: true + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..62ee29e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: "Main PrivSec.dev Repository" + url: "https://github.com/PrivSec-dev/privsec.dev" + about: "​" + - name: "PrivSec.dev Matrix Chat" + url: "https://matrix.to/#/!GDRXkRlmSfDOhfEWGE:arcticfoxes.net?via=arcticfoxes.net&via=matrix.org&via=grapheneos.org" + about: "General questions and discussions. #privsec:arcticfoxes.net" diff --git a/README.md b/README.md new file mode 100644 index 0000000..029b266 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +This repository is dedicated exclusively to the Contributor License Agreement. Please defer to the [main PrivSec.dev repository](https://github.com/PrivSec-dev/privsec.dev) for all other purposes. + +- [**View the latest version of the CLA**](https://github.com/PrivSec-dev/contributor-license-agreement/blob/main/Contributor%20License%20Agreement.md) + +- [**View the revision history of the CLA**](https://github.com/PrivSec-dev/contributor-license-agreement/commits/main/Contributor%20License%20Agreement.md) + +- [**Accept the CLA**](https://github.com/PrivSec-dev/contributor-license-agreement/issues/new?assignees=&labels=v&template=Contributor+License+Agreement.yml&title=%5Bv%5D+%3CYour+GitHub+Username%3E) + +
+ +For full transparency, an [audit log is published in the form of a pull request](https://github.com/PrivSec-dev/contributor-license-agreement/pull/1). Force‑pushes and history rewrites will be reflected there such that even the PrivSec.dev Organization cannot mask them, _so long as the pull request remains open and this repository remains public_. + +

+ +_Fancy commit hashes made possible by [lucky‑commit](https://github.com/not-an-aardvark/lucky-commit)._