Please replace the specified locations in the following files, for example [REPO NAME]:
- .github/ISSUE_TEMPLATE/1_bug_report.yml
- .github/ISSUE_TEMPLATE/2_doc_issue.yml
- .github/ISSUE_TEMPLATE/config.yml
- CODE_OF_CONDUCT.md
- CODE_OF_CONDUCT_ja.md
- Remove it if you don't need it
- CONTRIBUTING.md
- README.md
- SECURITY.md
- If you choose MIT License:
-
$ mv LICENSE_MIT LICENSE && rm LICENSE_Apache-2.0 - Replace
[year]inLICENSEfile
-
- Else if you choose Apache License 2.0:
-
$ mv LICENSE_Apache-2.0 LICENSE && rm LICENSE_MIT - Replace
[year]inLICENSEfile
-
- Else:
- Add
LICENSEfile you choose -
$ rm LICENSE_MIT LICENSE_Apache-2.0
- Add