Trim the pull request template

This commit is contained in:
Chris Bednarski 2016-03-01 19:31:07 -08:00
parent 6a38303030
commit 18f03ec070
2 changed files with 8 additions and 14 deletions

View File

@ -1,3 +1,5 @@
If you are planning to open a pull-request just open the pull-request instead of making an issue first.
FOR FEATURES:
Describe the feature you want and your use case.

View File

@ -1,19 +1,11 @@
Describe your change.
Describe the change you are making here!
Use the following checklist to see when you're ready to merge (for docs-only changes you can skip this).
Please include tests. Check out these examples:
- [ ] For bugs, your first commit should be a test that reproduces the bug.
This test should fail.
- [ ] Implement the change
- [ ] Add unit tests as appropriate
Example: builder/virtualbox/common/ssh_config_test.go:19
- [ ] Add an acceptance test with a template example using your feature
Example: post-processor/compress/post-processor_test.go:153
- [ ] Verify that tests pass
- [ ] For features, update / add documentation under `website/`
- [ ] Format your code with `go fmt`
- [ ] Rebase onto master
- [ ] If your PR resolves other open issues, indicate them below
- https://github.com/mitchellh/packer/blob/master/builder/virtualbox/common/ssh_config_test.go#L19-L37
- https://github.com/mitchellh/packer/blob/master/post-processor/compress/post-processor_test.go#L153-L182
If your PR resolves any open issue(s), please indicate them like this so they will be closed when your PR is merged:
Closes #xxx
Closes #xxx