-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# How to Contribute | ||
|
||
We welcome contributions from the community. Here are a few ways you can help us improve. | ||
|
||
## Open an Issue | ||
|
||
If you see something you'd like changed, but aren't sure how to change it, submit an issue describing what you'd like to see. | ||
|
||
## Submit a Pull Request | ||
|
||
If you feel like getting your hands dirty, feel free to make the change yourself. Here's how: | ||
|
||
1. Fork the repo on Github, and then clone it locally. | ||
2. Create a branch named appropriately for the change you are going to make. | ||
3. Make your code change. | ||
4. Push your code change up to your forked repo. | ||
5. Open a Pull Request to merge your changes to this repo. The comment box will be filled in automatically via a template. | ||
|
||
See [Using Pull Requests](https://help.github.com/articles/using-pull-requests/) got more information on how to use GitHub PRs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
### What does this PR do? | ||
Brief explanation of the code or documentation change you've made | ||
|
||
### How should this be tested? | ||
Automated tests are preferred, but not always doable - especially for infrastructure. Include commands to run your new feature, and also post-run commands to validate that it worked. (please use code blocks to format code samples) | ||
|
||
### Is there a relevant Issue open for this? | ||
Provide a link to any open issues that describe the problem you are solving. | ||
resolves #<number> | ||
|
||
### Other Relevant info, PRs, etc. | ||
Please provide link to other PRs that may be related (blocking, resolves, etc. etc.) | ||
|
||
### People to notify | ||
cc: @redhat-cop/infra-ansible |