1
0
mirror of https://github.com/PrivSec-dev/contributor-license-agreement synced 2024-11-08 16:01:35 -05:00

Administrative setup

This commit is contained in:
wj25czxj47bu6q 2023-01-22 11:50:47 +00:00
parent fffffff6dc
commit aaaaaaaa9f
No known key found for this signature in database
GPG Key ID: 7ABFAFE6553B81BB
3 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,16 @@
name: "Contributor License Agreement"
description: "Accept the PrivSec.dev CLA."
title: "[v] <Your GitHub Username>"
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&nbsp;](https://github.com/PrivSec-dev/contributor-license-agreement/blob//Contributor%20License%20Agreement.md) and all license terms therein."
required: true
validations:
required: true

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -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"

15
README.md Normal file
View File

@ -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)
<br>
For full transparency, an [audit&nbsp;log is published in the form of a pull&nbsp;request](https://github.com/PrivSec-dev/contributor-license-agreement/pull/1). Force&#8209;pushes and history&nbsp;rewrites will be reflected there such that even the PrivSec.dev Organization cannot mask them, _so long as the pull&nbsp;request remains open and this repository remains public_.
<br><br>
_Fancy commit hashes made possible by [lucky&#8209;commit](https://github.com/not-an-aardvark/lucky-commit)._