diff options
author | James Falcon <TheRealFalcon@users.noreply.github.com> | 2020-09-29 10:28:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 09:28:42 -0600 |
commit | 25eeaac03f1f0e0e1c460e1d0d88b23f76c17044 (patch) | |
tree | 47f1a788e9ffa3622fe231b79418acf0a8e57e08 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 43164902dc97cc0c51ca1b200fa09c9303a4beee (diff) | |
download | vyos-cloud-init-25eeaac03f1f0e0e1c460e1d0d88b23f76c17044.tar.gz vyos-cloud-init-25eeaac03f1f0e0e1c460e1d0d88b23f76c17044.zip |
Adding a PR template (#587)
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 18 |
1 files changed, 18 insertions, 0 deletions
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 +<!-- Include a proposed commit message because all PRs are squash merged --> + +## Additional Context +<!-- If relevant --> + +## Test Steps +<!-- Please include any steps necessary to verify (and reproduce if +this is a bug fix) this change on an actual Ubuntu Server image, +including any necessary configuration files, user-data, +setup, and teardown. Scripts used may be attached directly to this PR. --> + +## Checklist: +<!-- Go over all the following points, and put an `x` in all the boxes +that apply. --> + - [] 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 |