From caa6b3021de2d875573a7e76d75bea3526db5f8f Mon Sep 17 00:00:00 2001 From: Val <58166294+VKin-Arduino@users.noreply.github.com> Date: Wed, 23 Sep 2020 16:13:22 +0200 Subject: [PATCH] Update YOUR_FIRST_PR.md --- YOUR_FIRST_PR.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/YOUR_FIRST_PR.md b/YOUR_FIRST_PR.md index 38e79d0c..b47345be 100644 --- a/YOUR_FIRST_PR.md +++ b/YOUR_FIRST_PR.md @@ -2,7 +2,7 @@ ## Prerequisites -Before you start working on Science Journal Android, make sure you've read [CONTRIBUTING.md](https://github.com/bcmi-labs/Science-Journal-Android/blob/master/CONTRIBUTING.md). +Before you start working on Science Journal Android, make sure you've read [CONTRIBUTING.md](https://github.com/arduino/Arduino-Science-Journal-Android/blob/main/CONTRIBUTING.md). ## Finding things to work on @@ -10,7 +10,7 @@ If you want to work on something else, e.g. new functionality or fixing a bug, i ## Checking out the Science Journal Android repo -- Click the “Fork” button in the upper right corner of the [main Science Journal Android repo](https://github.com/bcmi-labs/Science-Journal-Android) +- Click the “Fork” button in the upper right corner of the [main Science Journal Android repo](https://github.com/arduino/Arduino-Science-Journal-Android) - Clone your fork: - `git clone git@github.com:/Science-Journal-Android.git` - Learn more about how to manage your fork: [https://help.github.com/articles/working-with-forks/](https://help.github.com/articles/working-with-forks/) @@ -26,7 +26,7 @@ Test on device! We ask you test your change on Android. ## Submitting a PR -When the coding is done and you’ve finished testing your changes, you're ready to submit a PR to the [Arduino Science Journal Android main repo](https://github.com/bcmi-labs/Science-Journal-Android). Everything you need to know about submitting the PR itself is inside our [Pull Request Template](https://github.com/bcmi-labs/Science-Journal-Android/blob/master/PULL_REQUEST_TEMPLATE.md). Some best practices are: +When the coding is done and you’ve finished testing your changes, you're ready to submit a PR to the [Arduino Science Journal Android main repo](https://github.com/arduino/Arduino-Science-Journal-Android). Everything you need to know about submitting the PR itself is inside our [Pull Request Template](https://github.com/arduino/Arduino-Science-Journal-Android/blob/main/PULL_REQUEST_TEMPLATE.md). Some best practices are: - Use a descriptive title - Link the issues related to your PR in the body