From d6f5052d6a92e9a54ff29bff82f571701a33a5e6 Mon Sep 17 00:00:00 2001 From: HeidiSeibold Date: Tue, 7 Nov 2023 14:54:55 +0100 Subject: [PATCH] add link to issues --- 3-computational-workflows.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-computational-workflows.qmd b/3-computational-workflows.qmd index 78cc7f4..dff21bc 100644 --- a/3-computational-workflows.qmd +++ b/3-computational-workflows.qmd @@ -24,7 +24,7 @@ Afterwards go through the following assignments: - Install git: For R users, I recommend following [these](https://gitlab.com/HeidiSeibold/setup-git-rstudio-gitlab) instructions. Otherwise the Carpentries have good [instructions](https://swcarpentry.github.io/git-novice/index.html) for all systems (follow along until end of `2. Setting up Git`) - Create a project on GitLab (or GitHub). Then `clone` it, edit a file, `add`, `commit`, and `push` your changes. -- View the open issues for our course booklet and choose one where you can make a contribution. Create a [fork](https://github.com/BERD-NFDI/BERD-reproducible-research-course/fork) of the [booklet project](https://github.com/BERD-NFDI/BERD-reproducible-research-course) and then a [pull request](https://github.com/BERD-NFDI/BERD-reproducible-research-course/pulls) with your contribution and mark it in the respective issue. +- Optional: Think of things you would like to see improved in our course booklet (Alternatively: view the [open issues](https://github.com/BERD-NFDI/BERD-reproducible-research-course/issues)) and choose one thing where you can make a contribution. Create a [fork](https://github.com/BERD-NFDI/BERD-reproducible-research-course/fork) of the [booklet project](https://github.com/BERD-NFDI/BERD-reproducible-research-course) and then a [pull request](https://github.com/BERD-NFDI/BERD-reproducible-research-course/pulls) with your contribution and mark it in the respective issue. - Optional: try using Make to automate something in your current research project. Discuss your progress with your accountability buddy. Bring any questions and