diff options
author | Daniel Watkins <daniel@daniel-watkins.co.uk> | 2019-08-19 18:52:41 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2019-08-19 18:52:41 +0000 |
commit | 633f1eabac04325a639d9f4893e8bb6fa89bb281 (patch) | |
tree | 5d66a183c0fe016dfa9a26a37484416192e6774b /.github | |
parent | f17c72ee4c959b1cfb1b3f260ade22fc5c6c5970 (diff) | |
download | vyos-cloud-init-633f1eabac04325a639d9f4893e8bb6fa89bb281.tar.gz vyos-cloud-init-633f1eabac04325a639d9f4893e8bb6fa89bb281.zip |
Add GitHub pull request template to point people at hacking doc
This will hopefully avoid people submitting PRs against our mirror repo.
(Thanks to GitHub user @max06 for this suggestion!)
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. |