mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-08-15 12:34:24 +02:00
* docs(CONTRIBUTING): Apply #6878 to the rest of the CONTRIBUTING files * Update docs/CONTRIBUTING-es.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * Update docs/CONTRIBUTING-es.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * Update docs/CONTRIBUTING-es.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * Update docs/CONTRIBUTING-es.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * doc: translate to zh_TW version * fix: add the link anchor * translate the changes to the de version * Update docs/CONTRIBUTING-fr.md Co-authored-by: lorrding <mathias.berthonneau@gmail.com> * Update docs/CONTRIBUTING-fr.md Co-authored-by: lorrding <mathias.berthonneau@gmail.com> * Update docs/CONTRIBUTING-fr.md Co-authored-by: lorrding <mathias.berthonneau@gmail.com> * Update CONTRIBUTING-fa_IR.md * Fix the wrong link Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> Co-authored-by: alansyue <b123105@gmail.com> Co-authored-by: Oliver Matla <info@lupinitylabs.com> Co-authored-by: lorrding <mathias.berthonneau@gmail.com> Co-authored-by: Amirhossein Mojiri Foroushani <amojiry@gmail.com>
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
- 책이 무료인지 반드시 확인 해 주십시오. 해당 책이 무료라고 생각하는 이유를 PR의 comment에 포함하는 것은 관리자들에게 큰 도움이 됩니다.
|
||||
- 저희는 Google Drive, Dropbox, Mega, Scribd, Issuu 또는 유사한 파일 공유 시스템에 업로드된 파일들을 수락하지 않습니다.
|
||||
- 바로가기를 오름차순으로 정렬해 주십시오. 만약 당신이 오름차순이 아닌 파일을 발견한다면, 수정후 PR을 보내주세요.
|
||||
- 바로가기를 오름차순으로 정렬해 주십시오, as described [below](#alphabetical-order).
|
||||
- 가능한 가장 원작자에 가까운 바로가기를 사용해주세요(작가의 웹사이트가 편집자의 웹사이트보다 낫고, 제 3자의 웹사이트보다는 편집자의 것이 낫습니다).
|
||||
- 동일한 내용으 포함한다는 전 하에 `https` 주소를 `http`주소보다 우선시 해주십시오
|
||||
- 루트 도메인을 사용할때는, 마지막에 붙는 /를 배제하여주십시오. (`http://example.com` 가 `http://example.com/` 보다 낫습니다)
|
||||
@@ -129,6 +129,13 @@
|
||||
GOOD: * [Will Be An Awesome Book Soon](http://example.com/book2.html) - John Doe (HTML) (:construction: *in process*)
|
||||
```
|
||||
|
||||
### Alphabetical order
|
||||
|
||||
- When there are multiple titles beginning with the same letter order them by the second, and so on. For example: `aa` comes before `ab`.
|
||||
- `one two` comes before `onetwo`
|
||||
|
||||
If you see a misplaced link, check the linter error message to know which lines should be swapped.
|
||||
|
||||
|
||||
### 노트(쪽지)
|
||||
|
||||
@@ -144,6 +151,7 @@
|
||||
|
||||
- 원제를 사용하세요. 저희는 원작(원본)의 제목을 사용하기를 원합니다. 기여자들은 가능한 원제에 가깝거나 동일한 제목을 제공하여야 합니다. 예외는 오래된 책들입니다. 독자들의 더 쉬운 이해와 검색을 위해 현대의 언어로 제목을 새로 짓는것은 허가됩니다.
|
||||
- 대문자로만 이루어진 제목은 금지됩니다. 대부분 경우에 title case가 허가되지만, 확실하지 않다면 자료에 명시된 방식으로 기술 하세요.
|
||||
- No emojis.
|
||||
|
||||
|
||||
##### 바로가기 주소
|
||||
|
Reference in New Issue
Block a user