Skip to content

Commit

Permalink
[docs] Add required information for pull requests (vercel#5282)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleishm authored Nov 11, 2020
1 parent 5f5b5b0 commit 76a7a51
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### Related Issues

> Fixes #1
> Related to #2
### 📋 Checklist

<!--
Please keep your PR as a Draft until the checklist is complete
-->

#### Tests

- [ ] The code changed/added as part of this PR has been covered with tests
- [ ] All tests pass locally with `yarn test-unit`

#### Code Review

- [ ] This PR has a concise title and thorough description useful to a reviewer
- [ ] Issue from task tracker has a link to this PR
2 changes: 1 addition & 1 deletion .kodiak.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version = 1

[merge]
automerge_label = "automerge"
automerge_label = ["semver-major","semver-minor","semver-patch"]
blacklist_title_regex = "^WIP.*"
blacklist_labels = ["work in progress"]
method = "squash"
Expand Down

0 comments on commit 76a7a51

Please sign in to comment.