From cbb59eafc8b4cb53878435ac1f8af1e61ecbcb56 Mon Sep 17 00:00:00 2001 From: Stephen Wolff Date: Sat, 4 Jun 2022 13:35:06 +0100 Subject: [PATCH 1/2] Update CONTRIBUTING.md fix link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f7e5ba3..ea01d99a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ Use one of the Communication Channels listed above. ## Improve the Tutorial If you find some weak spots in the [tutorial](https://strudel.tidalcycles.org/), -you are welcome to improve them by editing [this file](https://github.com/tidalcycles/strudel/blob/main/repl/src/tutorial/tutorial.mdx). +you are welcome to improve them by editing [this file](https://github.com/tidalcycles/strudel/blob/main/src/tutorial/tutorial.mdx). This will even work without setting up a development environment, only a github account is required. ## Propose a Feature From 36a401c6a74f785e4f9c4a43dc02ae1867cdd8b6 Mon Sep 17 00:00:00 2001 From: Stephen Wolff Date: Sat, 4 Jun 2022 13:40:30 +0100 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea01d99a..34079dc0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,9 @@ Use one of the Communication Channels listed above. ## Improve the Tutorial If you find some weak spots in the [tutorial](https://strudel.tidalcycles.org/), -you are welcome to improve them by editing [this file](https://github.com/tidalcycles/strudel/blob/main/src/tutorial/tutorial.mdx). +you are welcome to improve them by editing [this file](https://github.com/tidalcycles/strudel/blob/main/tutorial/tutorial.mdx). + + This will even work without setting up a development environment, only a github account is required. ## Propose a Feature