Hi
I would be interested in creating Ansible modules for Pivotal Tracker and Github, and wanted to check if this might be something useful that might be worth contributing back to the extras
repo.
I’ve already started working on the Pivotal one here:
https://github.com/toast38coza/ansible-module.pivotaltracker
Initially, I would like to provide the following behavior:
Pivotal:
- create/delete project (pivotal_project)
- create/delete story (pivotal_story)
- create/delete integration (pivotal_integration)
Github:
- repo: (github_repo)
- create/delete deploy keys
- create/delete tags
- create/delete release
- create/delete pull request
- create/delete contributors
- create/delete web/service hooks (I know there is an existing module for this, bit it looks a little out of date - e.g.: it doesnt accept a config)
Is the above something worth contributing to the project? and if so, what process should I follow?
Thanks,
Christo