mirror of
https://github.com/PrivSec-dev/contributor-license-agreement
synced 2024-11-13 18:11:34 -05:00
17 lines
773 B
YAML
17 lines
773 B
YAML
|
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 ](https://github.com/PrivSec-dev/contributor-license-agreement/blob//Contributor%20License%20Agreement.md) and all license terms therein."
|
||
|
required: true
|
||
|
validations:
|
||
|
required: true
|