4 files changed
+58
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
1 | 51 | | |
2 | 52 | | |
3 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
- .prettierignore-1
- CODE_OF_CONDUCT(ko).md+16-17
- CODE_OF_CONDUCT.md+10-10
- CONTRIBUTING.md+37-32
- LICENSE.spdx+30.4k
- README.md+32-31
- SECURITY.md+6-5
- spec.md+980
- src/app.module.ts+2
- src/file/contributing/contributing.controller.ts+46-5
- src/file/contributing/contributing.module.ts+10-5
- src/file/contributing/contributing.service.ts+50-20
- src/file/contributing/dto/getContributingMdContent.dto.ts+7
- src/file/contributing/dto/getContributingMds.dto.ts+11
- src/file/contributing/dto/getGenerateContributingMd.dto.ts+19
- src/file/contributing/schemas/contributing.schema.ts+12-7
- src/file/contributing/schemas/generateContributing.schema.ts+26
- src/file/dto/uploadFiles.dto.ts+13-2
- src/file/env-template/NestJS/package-lock.json+45-45
- src/file/env-template/React/package-lock.json+3-3
- src/file/file.controller.ts+31-21
- src/file/file.module.ts+10-3
- src/file/file.service.ts+5-2
- src/file/gitignore/gitignore.service.ts+17
- src/file/gitignore/schemas/gitignore.schema.ts+22
- src/file/issue/default/BugReport.yml-81
- src/file/issue/default/Documentation.yml-34
- src/file/issue/default/FeatureRequest.yml-49
- src/file/issue/default/config.yml-6
- src/file/issue/issue.service.ts+45-37
- src/file/issue/schemas/issue.schema.ts+2-7
- src/file/license/license.controller.ts+19-5
- src/file/license/license.service.ts+47-33
- src/file/license/licenseTemplate/apache.yml-19
- src/file/license/licenseTemplate/gpl.yml-20
- src/file/license/licenseTemplate/mit.yml-17
- src/file/pr/dto/getPRTemplateContent.dto.ts+7
- src/file/pr/dto/getPRTemplates.dto.ts+11
- src/file/pr/pr.controller.ts+34-5
- src/file/pr/pr.module.ts+2-4
- src/file/pr/pr.service.ts+39-9
- src/file/pr/schemas/pr.schema.ts+19-4
- src/file/readme/dto/getGenerateReadmeMd.dto.ts+19
- src/file/readme/dto/getReadmeMdContent.dto.ts+7
- src/file/readme/dto/getReadmeMds.dto.ts+11
- src/file/readme/readme.controller.ts+48-6
- src/file/readme/readme.module.ts+7-2
- src/file/readme/readme.service.ts+56-5
- src/file/readme/schemas/generateReadme.schema.ts+23
- src/file/readme/schemas/readme.schema.ts+12-7
- src/mail/mail.controller.ts+1-1
- src/mail/templates/email.hbs+3-3
- src/repo/repo.controller.ts+42-1
- src/repo/repo.service.ts+93-1
- src/review/file/file.controller.ts+107
- src/review/file/file.module.ts+12
- src/review/file/file.service.ts+165
- src/review/review.controller.ts+69
- src/review/review.module.ts+13
- src/review/review.service.ts+193
- yarn.lock+76-16
0 commit comments