Skip to content

Commit

Permalink
feat github: simplify contributing and hightlight CLA autosign
Browse files Browse the repository at this point in the history
Tests: протестировано локально, на прод не влияет
commit_hash:6defb1139063f1ac84cdf556cd83c4cc210c9711
  • Loading branch information
apolukhin committed Oct 31, 2024
1 parent 149a327 commit d4375a4
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 39 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/0-default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Default
description: Feature request or bug report
body:
- type: markdown
attributes:
value: |
**Note:** By creating a PR or an issue you automatically agree to the CLA. See [CONTRIBUTING.md](https://github.com/userver-framework/userver/blob/develop/CONTRIBUTING.md).
- type: textarea
id: what-happened
attributes:
label: Add a description
placeholder: Tell us what you see!
validations:
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
10 changes: 10 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@







------------------------
Note: by creating a PR or an issue you automatically agree to the CLA. See [CONTRIBUTING.md](https://github.com/userver-framework/userver/blob/develop/CONTRIBUTING.md). Feel free to remove this note, the agreement holds.

26 changes: 0 additions & 26 deletions .github/workflows/cla.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
".clang-tidy":"taxi/uservices/userver/.clang-tidy",
".editorconfig":"taxi/uservices/userver/.editorconfig",
".gitattributes":"taxi/uservices/userver/.gitattributes",
".github/ISSUE_TEMPLATE/0-default.yml":"taxi/uservices/userver/.github/ISSUE_TEMPLATE/0-default.yml",
".github/ISSUE_TEMPLATE/config.yml":"taxi/uservices/userver/.github/ISSUE_TEMPLATE/config.yml",
".github/dependabot.yml":"taxi/uservices/userver/.github/dependabot.yml",
".github/docker-compose.yml":"taxi/uservices/userver/.github/docker-compose.yml",
".github/pull_request_template.md":"taxi/uservices/userver/.github/pull_request_template.md",
".github/workflows/ci-conan.yml":"taxi/uservices/userver/.github/workflows/ci-conan.yml",
".github/workflows/ci.yml":"taxi/uservices/userver/.github/workflows/ci.yml",
".github/workflows/cla.yml":"taxi/uservices/userver/.github/workflows/cla.yml",
".github/workflows/codeql-analysis.yml":"taxi/uservices/userver/.github/workflows/codeql-analysis.yml",
".github/workflows/docker.yaml":"taxi/uservices/userver/.github/workflows/docker.yaml",
".github/workflows/macos.yml":"taxi/uservices/userver/.github/workflows/macos.yml",
Expand Down
12 changes: 0 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ By adopting the CLA, you state the following:

If you agree with these principles, please read and adopt our CLA. By providing us your contributions, you hereby declare that you have already read and adopt our CLA, and we may freely merge your contributions with our corresponding open source project and use it in further in accordance with terms and conditions of the CLA.

## Provide contributions

If you have already adopted terms and conditions of the CLA, you are able to provide your contributions. When you submit your pull request, please add the following information into it:

```
I hereby agree to the terms of the CLA available at: [link].
```

Replace the bracketed text as follows:
* [link] is the link to the current version of the CLA: https://yandex.ru/legal/cla/, https://yandex.ru/legal/cla/?lang=en (in English) or https://yandex.ru/legal/cla/?lang=ru (in Russian).

It is enough to provide us such notification once.

## Other questions

Expand Down

0 comments on commit d4375a4

Please sign in to comment.