Repository: libcloud Updated Branches: refs/heads/trunk f9b1d17d5 -> cb238e18a
Add Github pull request template file. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/cb238e18 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/cb238e18 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/cb238e18 Branch: refs/heads/trunk Commit: cb238e18a30321ad7480e921f86494614a8c1182 Parents: f9b1d17 Author: Tomaz Muraus <to...@tomaz.me> Authored: Sun Apr 10 15:26:20 2016 +0200 Committer: Tomaz Muraus <to...@tomaz.me> Committed: Sun Apr 10 15:27:07 2016 +0200 ---------------------------------------------------------------------- PULL_REQUEST_TEMPLATE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/cb238e18/PULL_REQUEST_TEMPLATE.md ---------------------------------------------------------------------- diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..7a84798 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,24 @@ +## Changes Title (replace this with a logical title for your changes) + +### Description + +Replace this with the PR description (mention the changes you have made, why +you have made them, provide some background and any references to the provider +documentation if needed, etc.). + +For more information on contributing, please see [Contributing](http://libcloud.readthedocs.org/en/latest/development.html#contributing) +section of our documentation. + +### Status + +Replace this: describe the PR status. Examples: + +- work in progress +- done, ready for review + +### Checklist (tick everything that applies) + +- [ ] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks) +- [ ] Documentation +- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html) +- [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes)