Skip to content

Commit d3f94d2

Browse files
author
Power Cloud Robot
authored
Merge pull request #184 from prb112/patch-1
Update branch reference in CONTRIBUTING.md to main
2 parents 5cff251 + c2af578 commit d3f94d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Contributing
22

3-
This project is [Apache 2.0 Licenced](https://github.com/ocp-power-automation/ocp4-playbooks/blob/master/LICENSE) and welcomes external contributions. When contributing to this repository, please first discuss the change you wish to make via an [issue](https://github.com/ocp-power-automation/ocp4-playbooks/issues).
3+
This project is [Apache 2.0 Licenced](https://github.com/ocp-power-automation/ocp4-playbooks/blob/main/LICENSE) and welcomes external contributions. When contributing to this repository, please first discuss the change you wish to make via an [issue](https://github.com/ocp-power-automation/ocp4-playbooks/issues).
44

5-
Please note we have a [code of conduct](https://github.com/ocp-power-automation/ocp4-playbooks/blob/master/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
5+
Please note we have a [code of conduct](https://github.com/ocp-power-automation/ocp4-playbooks/blob/main/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
66

77
# Issues
88

@@ -13,12 +13,12 @@ Please note we have a [code of conduct](https://github.com/ocp-power-automation/
1313
# Pull Request Process
1414

1515
- To contribute code or documentation, please submit a [pull request](https://github.com/ocp-power-automation/ocp4-playbooks/pulls).
16-
- Always take the latest update from upstream/master before creating a pull request.
16+
- Always take the latest update from upstream/main before creating a pull request.
1717
- Ensure your changes work fine and have no syntax problems. Also, verify that it does not break the existing code flow.
1818
- Update the README.md or relevant documents with details of changes to the code. This includes variables change, added or updated feature, change in steps, dependencies change, etc.
1919
- Make use of proper commit message. Mention the issue# which you are planning to address eg: Fixes #38.
2020
- After creating the pull request ensure you implement all the review comments given if any. Pull request will be merged only when it has at least two approvals from the list of reviewers.
21-
- Please read [Developer Certificate of Origin](https://github.com/ocp-power-automation/ocp4-playbooks/blob/master/DCO1.1.txt) and sign-off your commit using command `git commit -s`.
21+
- Please read [Developer Certificate of Origin](https://github.com/ocp-power-automation/ocp4-playbooks/blob/main/DCO1.1.txt) and sign-off your commit using command `git commit -s`.
2222

2323

2424
# Spec Formatting Conventions

0 commit comments

Comments
 (0)