This commit is contained in:
ipvsean
2020-02-24 14:29:00 -05:00
parent 92b7d6f4b0
commit fdfe937462
7 changed files with 80 additions and 1 deletions

9
docs/contribute.md Normal file
View File

@@ -0,0 +1,9 @@
# Contribute
This project is **not** currently taking PRs (pull requests) or code contributions. This is currently a work in progress and not at a point that would make sense to take contributions. Please try to make PRs into [ansible-examples](https://github.com/ansible/ansible-examples) if you want to showcase Ansible Playbooks or roles.
# Going Further
The following links will be helpful if you want to contribute code to the Ansible Workshops project, or any Ansible project:
- [Ansible Committer Guidelines](http://docs.ansible.com/ansible/latest/committer_guidelines.html)
- [Learning Git](https://git-scm.com/book/en/v2)