diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/pull_request_template.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..170a71e5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +***This GitHub repo is only a mirror. Do not submit pull requests +here!*** + +Thank you for taking the time to write and submit a change to +cloud-init! Please follow [our hacking +guide](https://cloudinit.readthedocs.io/en/latest/topics/hacking.html) +to submit your change to cloud-init's [Launchpad git +repository](https://code.launchpad.net/cloud-init/), where cloud-init +development happens. |