mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-23 12:51:09 +00:00
Address PR comments.
This commit is contained in:
parent
e7b24cda3a
commit
6bcb3aa08c
2 changed files with 4 additions and 3 deletions
|
@ -35,3 +35,7 @@ mdbook serve
|
||||||
- We will merge a new language after it has been worked on regularly for at least a month, and at least some pages are finished.
|
- We will merge a new language after it has been worked on regularly for at least a month, and at least some pages are finished.
|
||||||
- After merging, we will add a label for the language, to help organising issues and pull requests by language.
|
- After merging, we will add a label for the language, to help organising issues and pull requests by language.
|
||||||
- The translator will also get maintainer rights in this repository, to allow managing contributions for their language.
|
- The translator will also get maintainer rights in this repository, to allow managing contributions for their language.
|
||||||
|
|
||||||
|
## Formatting
|
||||||
|
|
||||||
|
To format your markdown files, install [prettier](https://prettier.io), then run `prettier -w src`
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
prettier -w src
|
|
Loading…
Reference in a new issue