← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~daniel-thewatkins/cloud-init/+git/cloud-init:pr_template into cloud-init:master

 

Dan Watkins has proposed merging ~daniel-thewatkins/cloud-init/+git/cloud-init:pr_template into cloud-init:master.

Commit message:
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!)


Requested reviews:
  cloud-init commiters (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~daniel-thewatkins/cloud-init/+git/cloud-init/+merge/371350
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~daniel-thewatkins/cloud-init/+git/cloud-init:pr_template into cloud-init:master.
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..56cbed4
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,8 @@
+***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, where
+cloud-init development happens.

Follow ups