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

Added to contributing.md #1316

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
14 changes: 14 additions & 0 deletions .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ These are mostly guidelines, not rules. As everywhere in life, use your
best judgment, and feel free to propose changes to this document
in a pull request.

Here is a step-by-step guide on how to start contributing:
https://www.dataschool.io/how-to-contribute-on-github/

When contributing to the Wger project, it is good practice to create your own branch.
This creates an environment for your work that is isolated from the master branch.
To be able to do so, see Step 8 of the link below.
https://www.dataschool.io/how-to-contribute-on-github/#:~:text=Step%208%3A%20Create%20a%20new%20branch

## Questions
Are you just using the software and have a question or improvement?

Expand All @@ -34,6 +42,12 @@ You want to contribute code? Awesome! Here are some tips:
* You can expect a response from a maintainer within a week, if you
haven’t heard anything by then, feel free to ping the thread.

You want to submit a Pull Request? See Step 12 of this guide to see how you can
start a pull request: https://www.dataschool.io/how-to-contribute-on-github/#:~:text=Step%2012%3A%20Begin%20the%20pull%20request.

Alternatively, here is GitHub's link about how pull requests work:
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests


Thanks!

Expand Down