From 25eeaac03f1f0e0e1c460e1d0d88b23f76c17044 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Tue, 29 Sep 2020 10:28:42 -0500 Subject: Adding a PR template (#587) --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..82a0fadf --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +## Proposed Commit Message + + +## Additional Context + + +## Test Steps + + +## Checklist: + + - [] My code follows the process laid out in [the documentation](https://cloudinit.readthedocs.io/en/latest/topics/hacking.html) + - [] I have updated or added any unit tests accordingly + - [] I have updated or added any documentation accordingly \ No newline at end of file -- cgit v1.2.3