]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(CONT-990) - Community Pull Requests template CONT-990-Pull_Requests_template
authorMalik Parvez <84777619+malikparvez@users.noreply.github.com>
Thu, 15 Jun 2023 11:11:18 +0000 (16:41 +0530)
committerMalik Parvez <84777619+malikparvez@users.noreply.github.com>
Thu, 15 Jun 2023 11:11:18 +0000 (16:41 +0530)
.github/pull_request_template.md [new file with mode: 0644]

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644 (file)
index 0000000..e3a9700
--- /dev/null
@@ -0,0 +1,15 @@
+## Summary
+Provide a detailed description of all the changes present in this pull request.
+
+## Additional Context
+Add any additional context about the problem here. 
+- [ ] Root cause and the steps to reproduce. (If applicable)
+- [ ] Thought process behind the implementation.
+
+## Related Issues (if any)
+Mention any related issues or pull requests.
+
+## Checklist
+- [ ] ðŸŸ¢ Spec tests.
+- [ ] ðŸŸ¢ Acceptance tests.
+- [ ] Manually verified. (For example `puppet apply`)
\ No newline at end of file