Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added PR template (issue templates existed already). #830

Merged
merged 10 commits into from
Oct 29, 2018
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Description
<!--- Describe your changes in detail -->
<!--- If applicable please link this PR to it's corresponding issue>

## Testing
<!--- Please describe how you tested your changes. -->
- [ ] Unit testing
- [ ] Tested locally
- [ ] Tested in kubernetes mode

## Screenshots (if appropriate):

## Checklist:
<!--- These can be used to show you've met the issue criteria, or similar. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have updated the version.txt file
<!--- there should be a version.txt file in the root of the project, -->
<!--- please update the version number according to the guidelines for semantic versioning -->