Skip to content

Commit 465116a

Browse files
authored
Create pull_request_template.md
1 parent 1c10267 commit 465116a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Thank you for your effort to improve this module!
2+
3+
The xml module is upstream now and ships with Ansible v2.4 which is to be released in mid-September:
4+
https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/roadmap/ROADMAP_2_4.rst
5+
6+
Please try running ansible from source:
7+
http://docs.ansible.com/ansible/intro_installation.html#running-from-source
8+
and see if the change you wanted to make is already done.
9+
10+
Note that you'll need version of lxml>=2.3.0.
11+
12+
If you still want to make a pull request, please check if something similar already exists upstream:
13+
https://github.com/ansible/ansible/pulls
14+
and create it there if it's not already created.

0 commit comments

Comments
 (0)