diff --git a/_episodes/03-github.md b/_episodes/03-github.md index f28fd87..62ac55c 100644 --- a/_episodes/03-github.md +++ b/_episodes/03-github.md @@ -11,6 +11,11 @@ objectives: keypoints: - "We use several tools on GitHub to ensure we keep the overview of who does what work." --- + +## How do I get added to @eic organization on GitHub? + +In order to contribute, you need your GitHub account to be a member of the [EIC organization](https://github.com/eic) on GitHub. If it is not, follow instructions [here](https://eic.github.io/documentation/getstarted). + ## Where are repositories located? The main repositories are located on two locations: - the GitHub service contains most user-facing repositories: https://github.com/eic. @@ -21,7 +26,7 @@ We will use GitHub as the main code repository tool. The top of the github.com/e You can 'watch' repositories to be notified of activity. This is helpful if you wish to remain up-to-date on the activity. You can 'star' repositories as another way to find them easily. > Exercise 1: -> - Verify that are a member of the EIC organization on GitHub: Do you see the members-only page with the grid of software meetings? If not, send you GitHub user name to the [conveners](mailto:eic-software-l-request@lists.bnl.gov). +> - Verify that are a member of the EIC organization on GitHub: Do you see the members-only page with the grid of software meetings? If not, see previous section. > - Check which teams you are in: Enter the search terms "members:me" into the search box in the Teams tab to see only the teams you are a member of. If you are not in ePIC Devs, request to be added at https://github.com/orgs/eic/teams/epic-devs. > - Choose one repository to subscribe to, at some level of activity. {: .challenge} diff --git a/setup.md b/setup.md index be638f5..c269616 100644 --- a/setup.md +++ b/setup.md @@ -7,8 +7,6 @@ title: Setup In advance of the training session, please ensure that 1. You have a GitHub account ([sign up here](https://github.com/signup)) -1. Your GitHub account is a member of the [EIC organization](https://github.com/eic) on GitHub -- Email [the EIC software conveners](mailto:eic-software-l-request@lists.bnl.gov) with your GitHub account to be added 1. You have singularity/apptainer or docker (on Mac) installed and working - Provided by default on BNL SDCC and the JLab iFarm, check by trying the command `singularity` and verify that you get an info dump on the usage of the command - On your local system: