You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/.github/PULL_REQUEST_TEMPLATE.md

20 lines
739 B

Describe your change.
Use the following checklist to see when you're ready to merge (for docs-only changes you can skip this).
- [ ] 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
Closes #xxx
Closes #xxx