From 91647d2659c35c946691c1066f5285dbb831ff6a Mon Sep 17 00:00:00 2001 From: Lesik <2021487+Lesik@users.noreply.github.com> Date: Thu, 25 Mar 2021 14:49:02 +0100 Subject: [PATCH 1/3] Make it easier to sign for non-tech people --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 897639e82..68206fd28 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # An open letter in support of RMS. -To sign, create a file in `_data/signed/` folder named `.yaml` with the following content: +To sign, **click [here](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed)** and name the file `.yaml` (replace `` with your name) with the following content: ```yaml name: @@ -11,14 +11,14 @@ Without the `<>`. Example: ```yaml -name: Example name -link: https://example.com/ +name: John Camilton +link: https://johncamilton.co.uk/ ``` Don't use `<>` in this file, as well as non-ascii symbols in file name. If you are able to, please use your real name and add projects and affiliatied organizations in parentheses. -When you're done, create a pull request. +Then **click "Propose new file"** and go through the subsequent pages to create a merge request. Let's keep the tone firm, but professional. @@ -26,6 +26,8 @@ If you can, please consider sharing this letter on your forums and social media **Pull requests merged within 12 hours - due to a huge volume of PRs they will be merged in batches** +Alternatively, fork and clone the repo, create the file `_data/signed/.yaml` manually, then commit and submit a PR. + ## Chatrooms Discord: https://discord.gg/7FWkxG4CsU From 0331fbebce2525f41d219cee8de69921e34ace50 Mon Sep 17 00:00:00 2001 From: Ivanq Date: Thu, 25 Mar 2021 17:42:56 +0300 Subject: [PATCH 2/3] Use github.com account in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68206fd28..c79af580c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Without the `<>`. Example: ```yaml name: John Camilton -link: https://johncamilton.co.uk/ +link: https://github.com/johncamilton ``` Don't use `<>` in this file, as well as non-ascii symbols in file name. From 4172a685e796bcc8883b8918614c671a8fc4e7a1 Mon Sep 17 00:00:00 2001 From: Ivanq Date: Thu, 25 Mar 2021 19:04:20 +0300 Subject: [PATCH 3/3] Use 'Example name' on behalf of @nukeop --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c79af580c..e661bb193 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Without the `<>`. Example: ```yaml -name: John Camilton -link: https://github.com/johncamilton +name: Example name +link: https://github.com/example_username ``` Don't use `<>` in this file, as well as non-ascii symbols in file name.