Initial Version

This commit is contained in:
T.J. Corrigan
2022-11-01 10:49:10 -05:00
committed by GitHub
parent 758a77ef9a
commit 6b597b980c
12 changed files with 471 additions and 129 deletions

View File

@@ -1,4 +1,4 @@
# Contributing to [project-title]
# Contributing to terraform-github-actions
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
@@ -51,12 +51,12 @@ chances of your issue being dealt with quickly:
* **Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
causing the problem (line of code or commit)
You can file new issues by providing the above information at the corresponding repository's issues link: https://github.com/[organization-name]/[repository-name]/issues/new].
You can file new issues by providing the above information at the corresponding repository's issues link: https://github.com/Azure-Samples/terraform-github-actions/issues/new.
### <a name="submit-pr"></a> Submitting a Pull Request (PR)
Before you submit your Pull Request (PR) consider the following guidelines:
* Search the repository (https://github.com/[organization-name]/[repository-name]/pulls) for an open or closed PR
* Search the repository (https://github.com/Azure-Samples/terraform-github-actions/pulls) for an open or closed PR
that relates to your submission. You don't want to duplicate effort.
* Make your changes in a new git fork: