Skip to content

Commit

Permalink
Merge pull request #2 from samuelsandoval1/contributing-md
Browse files Browse the repository at this point in the history
πŸ‘¨πŸ»β€πŸ’» Added contributing MD
  • Loading branch information
EthanThatOneKid authored Jan 20, 2021
2 parents ad0a802 + 1f0f47c commit 18b1ad0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/snipsnap.code-snippets

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Contributing Information

Fork this repo to your personal repository.
Check out into a branch.
Push to that branch and open a Pull Request


## Mirroring to the Production Repo 😎

To configure a remote fork a fork of the repository

```
git remote -v
git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git
git remote -v
```

To update a fork of this repository, execute the following commands:

```
git fetch upstream
git checkout main
git merge upstream/main
git push
```

1 comment on commit 18b1ad0

@vercel
Copy link

@vercel vercel bot commented on 18b1ad0 Jan 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.