Skip to content

Commit dde3baf

Browse files
authored
Merge pull request #215 from mbland/cla-#214
CONTRIBUTING: Add CLA link, pull request template
2 parents 98bb9ba + c14a909 commit dde3baf

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- [ ] I have reviewed the [contributor guidelines][contrib]
2+
- [ ] I have reviewed the [code of conduct][conduct]
3+
- [ ] I have reviewed and signed the [Contributor License Agreement][cla]
4+
5+
[contrib]: CONTRIBUTING.md
6+
[conduct]: CODE_OF_CONDUCT.md
7+
[cla]: https://github.com/mbland/cla
8+
9+
Closes #.
10+
11+
Replace this paragraph with a description of the change.
12+
13+
cc: @mbland

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ file](https://github.com/atom/atom/blob/master/CONTRIBUTING.md).
1414
## Table of contents
1515

1616
- [Quick links](#quick-links)
17+
- [Contributor License Agreement](#contributor-license-agreement)
1718
- [Code of conduct](#code-of-conduct)
1819
- [Reporting issues](#reporting-issues)
1920
- [Updating documentation](#updating-documentation)
@@ -33,6 +34,13 @@ file](https://github.com/atom/atom/blob/master/CONTRIBUTING.md).
3334
- [Pull requests](https://github.com/mbland/go-script-bash/pulls)
3435
- [Issues](https://github.com/mbland/go-script-bash/issues)
3536

37+
## Contributor License Agreement
38+
39+
Please sign the [Contributor License Agreement][cla] by submitting the form
40+
linked from the top of the agreement prior to filing any pull requests.
41+
42+
[cla]: https://github.com/mbland/cla
43+
3644
## Code of conduct
3745

3846
Harrassment or rudeness of any kind will not be tolerated, period. For

0 commit comments

Comments
 (0)