Skip to content

Commit 153ae3a

Browse files
committed
chore: require contributor statement
1 parent 2161721 commit 153ae3a

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

.github/pull_request_template.md

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/pull-request-lint.yml

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ const repo = configureProject(
160160
mergify: false,
161161
mergeQueue: true,
162162
pullRequestLintOptions: {
163+
contributorStatement: "By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license",
163164
semanticTitleOptions: {
164165
types: ['feat', 'fix', 'chore', 'refactor', 'test', 'docs', 'revert'],
165166
},

0 commit comments

Comments
 (0)