Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion _episodes/03-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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}
Expand Down
2 changes: 0 additions & 2 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down