Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation how to contribute to the project #43

Closed
weyert opened this issue Jan 22, 2020 · 1 comment · Fixed by #82
Closed

Add documentation how to contribute to the project #43

weyert opened this issue Jan 22, 2020 · 1 comment · Fixed by #82

Comments

@weyert
Copy link
Contributor

weyert commented Jan 22, 2020

Can someone please add some documentation how to contribute to the project? What's the workflow when you want to add a new command or extend an existing one and want to test whether it works?

For example, how would go about implementing ticket #42 ?

@ltalirz
Copy link
Member

ltalirz commented Sep 14, 2020

Hi @weyert - I agree that at least a minimal set of contribution guidelines would be quite useful; in particular since there are some aspects in this repository (like the automatically generated README) that are not common in ansible roles.

We can probably add this as a subsection to the README at some point.

For example, how would go about implementing ticket #42 ?

In order to modify an existing ansible module, look into the python code in the libraries/ folder (in this case, it would be library/dokku_config.py).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants