From 5935640a4a64b2bf6903d71b43fc2da91c1da4e6 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sun, 14 Jan 2024 16:45:18 +0300 Subject: [PATCH] Add CLA PR form --- CLA-en.md | 4 ++-- pull_request_template.yml | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 pull_request_template.yml diff --git a/CLA-en.md b/CLA-en.md index 0407b56e..b912f06f 100644 --- a/CLA-en.md +++ b/CLA-en.md @@ -38,7 +38,7 @@ in the offer. on behalf of third parties, including on behalf of his employer. 2. Subject of the Agreement. \ - 2.1. Subject of the Agreement shall be the Contributions sent to the Author by Contributors. + 2.1. Subject of the Agreement shall be the Contributions sent to the Author by Contributors. \ 2.2. The Contributor grants to the Author the right to use Contributions at his own discretion and without any necessity to get a prior approval from Contributor or any other third party in any way, under a simple (non-exclusive), royalty-free, @@ -86,7 +86,7 @@ in the offer. of their provision to the Author. \ 5.2. The Contributor represents and warrants that he legally owns exclusive intellectual property rights to the Contributions. \ - 5.3. The Contributor represents and warrants that any further use of \ + 5.3. The Contributor represents and warrants that any further use of Contributions by the Author as provided by Contributor under the terms of the Agreement does not infringe on intellectual and other rights and legitimate interests of third parties. \ diff --git a/pull_request_template.yml b/pull_request_template.yml new file mode 100644 index 00000000..bc25a0fe --- /dev/null +++ b/pull_request_template.yml @@ -0,0 +1,28 @@ +name: Pull Request +about: Submit a pull request +body: + - type: textarea + id: description + attributes: + label: Description + description: Describe your pull request + placeholder: "" + value: "" + validations: + required: true + - type: input + id: author + attributes: + label: Contributor Name + description: Contributor Name or Company Details if the Contributor is a company + placeholder: "" + validations: + required: false + - type: checkboxes + id: terms + attributes: + label: CLA + description: By submitting this pull request, I accept [Vitastor CLA](https://git.yourcmc.ru/vitalif/vitastor/src/branch/master/CLA-en.md) + options: + - label: "I accept Vitastor CLA agreement: https://git.yourcmc.ru/vitalif/vitastor/src/branch/master/CLA-en.md" + required: true