Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
```
git clone https://github.com/2byrds/vlei-verifier.git
```
use your url of your forked repo in place of `https://github.com/2byrds/vlei-verifier.git`
* Confirm you are starting from the main branch
```
git status
Expand All @@ -37,12 +38,12 @@ git add docs
![git add the files](image-4.png)

```
git commit -s -S -m"Added docs folder and CONTRIBUTE guide"
git commit -s -S -m "Added docs folder and CONTRIBUTE guide"
```
![commit changes to git](image-5.png)

# Push the changes to your fork
```git push 2byrds```
```git push origin docs/contrib_guide```
![push changes to GitHub](image-6.png)

# Create a pull request
Expand All @@ -63,4 +64,4 @@ git commit -s -S -m"Added docs folder and CONTRIBUTE guide"
* Note there are several automated checks listed on the PR overview that must all pass

# Merge and Issue update
* Once approved the pull request will be merged and the issue can be update/close
* Once approved the pull request will be merged and the issue can be updated/closed