Browse Source

Run ansible-lint before submitting a pull request

Mike Ashley 9 years ago
parent
commit
e229e904b9
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      CONTRIBUTING.md

+ 3
- 1
CONTRIBUTING.md View File

59
 
59
 
60
 ## Submitting pull requests
60
 ## Submitting pull requests
61
 
61
 
62
-When you issue a pull request, please specify what distribution you used for testing (if any).  Code that is committed to the master branch should work with both Debian 7 and Ubuntu 14.04 LTS.  Support for Debian 8 is coming.
62
+Verify that your changes pass [ansible-lint](https://github.com/willthames/ansible-lint) before submitting a pull request.
63
 
63
 
64
 Use good commit practices to document your changes. Don't assume the developer reviewing your commits has access to GitHub. The developer could be a future maintainer in a different environment. Similarly, as you address feedback on the pull request, do not assume the reviewer has access to GitHub.
64
 Use good commit practices to document your changes. Don't assume the developer reviewing your commits has access to GitHub. The developer could be a future maintainer in a different environment. Similarly, as you address feedback on the pull request, do not assume the reviewer has access to GitHub.
65
+
66
+When you issue a pull request, please specify what distribution you used for testing (if any).  Code that is committed to the master branch should work with both Debian 7 and Ubuntu 14.04 LTS.  Support for Debian 8 is coming.

Loading…
Cancel
Save