diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
commit | d8bbc7858622b6d9c278469aab701ca0b609cddf (patch) | |
tree | eff41dc61d9f714852212739e6b3738b82a2af87 /mobile/android/docs/shared/git_guide.md | |
parent | Releasing progress-linux version 125.0.3-1~progress7.99u1. (diff) | |
download | firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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) |