Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contribution Guide changes on README (Steps for beginners with links). #1195

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,38 @@ If you prefer a local installation, consult the
[development documentation](https://wger.readthedocs.io/en/latest/development.html)


#### Beginner's guide to contributing to this project- See steps below with tips

Step 1. Create GitHub account if you don't already have one.

https://github.com/join

Step 2. CLone repository you wish to make changes to.

https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository

Step 3. Open in editor of your choosing (example: VScode).

https://www.hostinger.com/tutorials/best-code-editors

Step 4. Make desired changes in editor

Step 5. Save changes and stage changes (see turorial below)

https://www.youtube.com/watch?v=-dI00g5KdD4

Step 6. Commit to local repository and "Push" to remote repository(see turorial below).

https://www.youtube.com/watch?v=B8RSMBSzFuA

Step 7. Log into GitHub, check commits are there.

Step 8. Create pull request to original repository on Github.

https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request



## Contact

Feel free to contact us if you found this useful or if there was something that
Expand Down