diff options
Diffstat (limited to 'mobile/android/docs/shared/git_guide.md')
-rw-r--r-- | mobile/android/docs/shared/git_guide.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mobile/android/docs/shared/git_guide.md b/mobile/android/docs/shared/git_guide.md new file mode 100644 index 0000000000..424ce8011b --- /dev/null +++ b/mobile/android/docs/shared/git_guide.md @@ -0,0 +1,23 @@ +# Git guide +This guide is designed to help you get started with git and use its basics commands. + +- [Getting started](#getting-started) +- [First contribution](#first-contribution) +- [Good first bugs](#good-first-bugs) + +## Getting started +To get started with git, first install git from the given link or if you have already installed it then update to its latest version. +- [Install git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) + +After installing git successfully, make a account at github. +- [Get started with GitHub](https://help.github.com/en/github/getting-started-with-github/signing-up-for-a-new-github-account) + +## First contribution +Making a contribution is always good way to start in GitHub. +Let's make your first contribution using some simple steps and learning some commands. +- [Make your contribution](https://github.com/firstcontributions/first-contributions) + +## Good first bugs +Now, you have learned how to make contribution then try some of our easy bugs for you. +- [Our tips for finding easy bugs](https://github.com/mozilla-mobile/firefox-android/blob/main/docs/shared/android/CONTRIBUTING_code.md#finding-issues-to-work-on) +- [fenix `good first issue`s](https://github.com/mozilla-mobile/fenix/labels/good%20first%20issue) |