From c908ae54946f533105b20eca9df501dc8cc31018 Mon Sep 17 00:00:00 2001 From: Jake Bowers Date: Tue, 3 May 2022 13:46:02 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccf6126..2afbb94 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -# methods-guides -EGAP methods guides +# EGAP methods guides ## How to contribute. For now, please make an issue and/or fork and a pull request specifying the methods guide in question. +When you make a pull request with a change in one language, we will try to incorporate those changes in the other languages. + ## Style Guide We use plain R+markdown for these guides. Since they are served in iFrames on links do not work so well. Because of that, we recommend using `[Hello, world!](http://example.com/){target="_blank"}` when you insert links. From d6bad44b1bd8b29bb9283622ac68612dda490fc3 Mon Sep 17 00:00:00 2001 From: Jake Bowers Date: Tue, 3 May 2022 13:47:06 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2afbb94..68d8caf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ For now, please make an issue and/or fork and a pull request specifying the methods guide in question. -When you make a pull request with a change in one language, we will try to incorporate those changes in the other languages. +When you make a pull request with a change in one language, we will try to incorporate those changes in the other languages. If it is easy to make the change in other languages please do so as well. ## Style Guide From 6a10a3d8026c73304dc8d920342a54928f629de6 Mon Sep 17 00:00:00 2001 From: Matthew Lisiecki Date: Tue, 3 May 2022 15:26:49 -0400 Subject: [PATCH 3/3] add rproj line to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68d8caf..a943d39 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ We use plain R+markdown for these guides. Since they are served in iFrames on