Skip to content

Commit 54b3ea0

Browse files
authored
Add pull request template
Relates elastic#119
1 parent 5f251e5 commit 54b3ea0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!--
2+
Here are a few simple things to check before submitting your pull request
3+
that can help with the review process. You should delete these items
4+
from your submission, but they are here to help bring them to your
5+
attention.
6+
-->
7+
8+
* For new features, have you added tests?
9+
* Have you run `make test` and ensured it finishes without errors?
10+
* Have you executed the `nightly` and `release` [Vagrant workflow](https://github.com/elastic/night-rally/blob/master/README.md#developing-night-rally--rally) successfully?
11+
* Did you choose a [descriptive title and description](https://chris.beams.io/posts/git-commit/) for your PR?
12+
* Did you apply appropriate labels?

0 commit comments

Comments
 (0)