Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sixlive committed Oct 9, 2018
1 parent 9bd658c commit 5291f60
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,30 @@
<!-- Please put the status in the PR title e.g. [HOLD], [WIP] -->
<!-- Statuses: READY/WIP/HOLD -->

## Description
A few sentences describing the overall goals of the pull request's commits.

## Related PRs
List related PRs against other branches:

branch | PR
------ | ------
other_pr_production | [link]()
other_pr_master | [link]()


## Todos
- [ ] Tests
- [ ] Documentation
- [ ] Changelog Entry (unreleased)

## Steps to Test or Reproduce
<!-- Outline the steps to test or reproduce the PR here. -->

```bash
> git pull --prune
> git checkout <branch>
> vendor/bin/phpunit
```

1.

0 comments on commit 5291f60

Please sign in to comment.