Create PULL_REQUEST_TEMPLATE.md (#222)

This commit is contained in:
Sidhya Tikku
2019-10-20 18:11:02 +05:30
committed by Yehuda Chikvashvili
parent 91e4388e53
commit 6969f02e9b

21
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,21 @@
<!---
Thank you for contributing to Aqua Security.
Fields marked with (*) are required. Please don't remove the template.
-->
## Description (*)
<!---
Please provide a brief description of this PR.
-->
## Fixed Issues (if necessary)
<!---
Please mention all the relevant issues this PR fixes.
-->
## Screenshots (if necessary)
<!---
Provide relevant screenshots for the error fixed or the feature introduced. You can upload JPEGs, PNGs, or GIFs.
-->
## Contribution checklist (*)
- [ ] I have read the Contributing Guidelines
- [ ] Commits have been made with meaningful commit messages
- [ ] All automated tests have passed successfully