Create guide that explains how to learn/use git
Sometimes we get developers interested in contributing who do not have experience using git or github yet. It would be great to have a document explaining (or linking to good guides) how to fork a project, how to keep a local copy up to date, how to commit / amend / rebase / push and how to open a pull request and update it after review.
This one seems to be close: https://gist.github.com/Chaser324/ce0505fbed06b947d962
I think we should split how how we use GitHub + PRs and how to learn/use basic git (they can be in the same doc, but I think we should make it easy for experienced devs to use the former as a reference): I filed #16 for the former.
We could also include links to docs that explain common problems, e.g. https://citizen428.net/10-common-git-problems-and-how-to-fix-them-e8d809299f08
In #16, I created workflow documentation for experienced git/github users but we can elaborate on it for this issue.
We should explain how to set up the committer email address - I've seen a few people forget to do that.
I think this would be helpful for beginners. https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/GitHub And for making contribution https://github.com/firstcontributions/first-contributions/issues