Skip to content

Commit 4a5f7de

Browse files
committed
Add pull request template
1 parent c7bae51 commit 4a5f7de

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

PULL_REQUEST_TEMPLATE.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!--
2+
Thanks for your contribution!
3+
4+
Please take a quick look at those things down there. They're quite important.
5+
Really! We wrote them for you. Yes you! With utmost care. Read them.
6+
-->
7+
8+
**For short term contributors:** we understand that getting your commits well
9+
defined like we require is a hard task and takes some learning. If you
10+
look to help without wanting to contribute long term there's no need
11+
for you to learn this. Just drop us a message and we'll take care of brushing
12+
up your stuff for merge!
13+
14+
### Checklist
15+
16+
- [ ] I read the [commit guidelines](http://coala.io/commit) and I've followed
17+
them.
18+
- [ ] I ran coala over my code locally. (*All commits have to pass
19+
individually.* It is not sufficient to have "fixup commits" on your PR,
20+
our bot will still report the issues for the previous commit.) You will
21+
likely receive a lot of bot comments and build failures if coala does not
22+
pass on every single commit!
23+
24+
After you submit your pull request, **DO NOT click the 'Update Branch' button.**
25+
When asked for a rebase, consult [coala.io/rebase](https://coala.io/rebase)
26+
instead.
27+
28+
Please consider helping us by reviewing other peoples pull requests as well:
29+
30+
- pick up any PR at <https://coala.io/review>
31+
- review it (check <https://coala.io/reviewing> for more info)
32+
- if you are sure that it needs work, use `cobot mark wip <URL>` to get it out
33+
of the review queue.
34+
35+
The more you review, the more your score will grow at coala.io and we will
36+
review your PRs faster!

0 commit comments

Comments
 (0)