Add a guide to contribution
This commit is contained in:
parent
e298c90eab
commit
829bf8be4a
|
@ -1 +1,16 @@
|
|||
# todo
|
||||
---
|
||||
title: "Contributing to the knowledgebase"
|
||||
---
|
||||
|
||||
1. If you haven't a GitHub account, [create one](https://github.com/signup) and sign in.
|
||||
2. Navigate to the `yig` repository in the VSCode Web Editor, or click [here](https://github.dev/stupidcomputer/yig)
|
||||
3. Click on the `kb/` directory on the sidebar.
|
||||
4. Select an article that you'd like to change.
|
||||
5. Make your changes.
|
||||
6. Click on the 'source control' tab on the left (the one that looks like a tree)
|
||||
7. Click the "plus" icon on all the entries in the left panel, and write a message explaining your changes, and then click "Commit and Push"
|
||||
8. You'll get a prompt to create your own "fork"; say yes.
|
||||
9. Navigate back to [Github](https://github.com) and click on the "yig" link in the upper left area.
|
||||
10. Click the "Compare and pull request" button, then scroll down and click "create pull request".
|
||||
|
||||
Thanks for your contribution!
|
||||
|
|
Loading…
Reference in New Issue