Adding fork link & clone fork not origin 😄 (#33)
This commit is contained in:
parent
c54b07752d
commit
1e63a4add6
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -25,11 +25,12 @@ It will only attempt to reconnect 20 times. After it hit that threshold you will
|
|||
|
||||
## Contributing
|
||||
|
||||
1. Fork it!
|
||||
2. Create your feature branch: `git checkout -b my-new-feature`
|
||||
3. Commit your changes: `git commit -am 'Add some feature'`
|
||||
4. Push to the branch: `git push origin my-new-feature`
|
||||
5. Submit a pull request :D
|
||||
1. [Fork the repository](https://github.com/iCrawl/discord-vscode/fork)!
|
||||
2. Clone your fork: `git clone https://github.com/your-username/discord-vscode.git`
|
||||
3. Create your feature branch: `git checkout -b my-new-feature`
|
||||
4. Commit your changes: `git commit -am 'Add some feature'`
|
||||
5. Push to the branch: `git push origin my-new-feature`
|
||||
6. Submit a pull request :D
|
||||
|
||||
## Author
|
||||
|
||||
|
|
Loading…
Reference in a new issue