Skip to content

Commit

Permalink
Merge pull request #35 from cmeesters/onboarding_#34
Browse files Browse the repository at this point in the history
onboarding_#34 - first draft done
  • Loading branch information
mptrsen authored Nov 17, 2023
2 parents 311c999 + f9b7fe5 commit 936728b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,21 @@ This repository contains (better: will contain) teaching material to teach for

all tailored for HPC systems.

## Getting started
## Getting started / Onboarding

If you want to participate in the development: Just notify us (issue) and we will add your github account.
If you want to participate in the development: Just notify us (issue) and we will add your github account. Alternatively, you may fork the repo and create PRs from there.

For every issue:
Workflow for pull requests:

- create or take an issue to work on (you may assign others or no one). Issues ought to be as specific as possible. We may break "big issues" into smaller ones
- create a branch `"<shortname>_<issue_number>"`. Only in rare case (closely related issues) bundle the work on issues into one branch. The parent branch should always be "main"
- commit your work to branch
- push to origin (your own fork of the snakemake-hpc-teaching-material repository)
- create a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
- assign arbitrary reviewer (or wait until someone takes on this pull reqeust)
- (s.o. else) perform review (switch to branch and try; check the quality)
- merge and delete source branch

- create a branch `"<shortname>_<issue_number>"`
- do a pull (request)

## Progress

Expand Down

0 comments on commit 936728b

Please sign in to comment.