Rename artschedrov.yml to artschedrov.yaml
[rms-support-letter.git] / CONTRIBUTING.md
blob29c746a0902c2a18a4dba30b1587e8d022e32f85
1 # Contributing
3 ## Adding translations
5 To translate the letter, copy `index.md` into `_translations/`
6 and name it `index_lang.md` where `lang` is language code you are going to translate into.
8 Make sure to set `locale` to the appropriate language code. Set `image` to a translated version of social-media-preview.png (for an editable template, see #3324), if there's any. Then you can start translating this file.
10 For example: `_translations/index_de.md`
12 ```md
13 ---
14 layout: signed
15 title: An open letter in support of Richard M. Stallman
16 description: An open letter in support of Richard Matthew Stallman being reinstated by the Free Software Foundation
17 image: /assets/social-media-preview.png
18 locale: de_DE
19 twitter:
20   card: summary_large_image
21 ---
23 2021-03-23
25 Richard M. Stallman, ...
26 ```
28 There are lots of translation already, if you feel lost, be sure to check out how its done in other ones.
30 When you translated the text you can commit your change and make pull request.