Skip to content

Commit e013e8b

Browse files
authored
Merge pull request MichaelCade#528 from theorjiugovictor/contribution-test
2 parents ca99eaf + cd62915 commit e013e8b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ To send us a pull request, please:
3333
1. Fork the repository.
3434
2. Modify the source; please focus on the **specific** change you are contributing.
3535
3. Ensure local tests pass.
36-
4. Updated the documentation, if required.
37-
4. Commit to your fork [using a clear commit messages](http://chris.beams.io/posts/git-commit/). We ask you to please use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
38-
5. Send us a pull request, answering any default questions in the pull request.
39-
6. Pay attention to any automated failures reported in the pull request, and stay involved in the conversation.
36+
4. Update the documentation, if required.
37+
5. Commit to your fork [using clear commit messages](http://chris.beams.io/posts/git-commit/). We ask you to please use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
38+
6. Send us a pull request, answering any default questions in the pull request.
39+
7. Pay attention to any automated failures reported in the pull request, and stay involved in the conversation.
4040

4141
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
4242
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
@@ -54,15 +54,15 @@ This is a rough outline of what a contributor's workflow looks like:
5454
Example:
5555

5656
``` shell
57-
git remote add upstream https://github.com/vmware-samples/packer-examples-for-vsphere.git
57+
git remote add upstream https://github.com/MichaelCade/90DaysOfDevOps.git
5858
git checkout -b my-new-feature main
5959
git commit -s -a
6060
git push origin my-new-feature
6161
```
6262

6363
### Staying In Sync With Upstream
6464

65-
When your branch gets out of sync with the 90DaysOfDevOps/main branch, use the following to update:
65+
When your branch gets out of sync with the `90DaysOfDevOps/main` branch, use the following to update:
6666

6767
``` shell
6868
git checkout my-new-feature

0 commit comments

Comments
 (0)