Skip to content

Commit

Permalink
Merge branch 'master' into feature/124
Browse files Browse the repository at this point in the history
  • Loading branch information
martinec authored May 18, 2022
2 parents c93d638 + 82f8ca7 commit 0d5f283
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@
You are welcome to contribute by [forking this repository](https://help.github.com/articles/fork-a-repo/)
and [sending pull requests](https://help.github.com/articles/using-pull-requests/)
with your changes. The recommended [workflow](http://rypress.com/tutorials/git/rebasing) to contribute is:
with your changes.

### Learn Git

If you want to contribute to this project, you need first learn about git. Here are some great resources to learn git and GitHub:

- https://gitimmersion.com
- https://learngitbranching.js.org/
- http://marklodato.github.io/visual-git-guide/index-en.html
- http://ndpsoftware.com/git-cheatsheet.html
- https://github.com/progit/progit2/releases/latest/download/progit.pdf

### Recommended Git Workflow

The recommended workflow to contribute is:

1. [Fork us](https://github.com/UnitexGramLab/gramlab-ide/fork)

Expand Down

0 comments on commit 0d5f283

Please sign in to comment.