Merge pull request #1924 from Lesik/patch-1
Make it easier to sign for non-tech people
This commit is contained in:
commit
bff622660f
|
@ -1,6 +1,6 @@
|
||||||
# An open letter in support of RMS.
|
# An open letter in support of RMS.
|
||||||
|
|
||||||
To sign, create a file in `_data/signed/` folder named `<username>.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 `<username>.yaml` (replace `<username>` with your name) with the following content:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
name: <your name here>
|
name: <your name here>
|
||||||
|
@ -12,13 +12,13 @@ Without the `<>`.
|
||||||
Example:
|
Example:
|
||||||
```yaml
|
```yaml
|
||||||
name: Example name
|
name: Example name
|
||||||
link: https://example.com/
|
link: https://github.com/example_username
|
||||||
```
|
```
|
||||||
|
|
||||||
Don't use `<>` in this file, as well as non-ascii symbols in file name.
|
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.
|
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.
|
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**
|
**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/<username>.yaml` manually, then commit and submit a PR.
|
||||||
|
|
||||||
## Chatrooms
|
## Chatrooms
|
||||||
|
|
||||||
- **Matrix.org:** #free-rms:matrix.org
|
- **Matrix.org:** #free-rms:matrix.org
|
||||||
|
|
Loading…
Reference in New Issue