Please replace the specified locations in the following files, for example [REPO NAME]
:
- .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]
inLICENSE
file
-
- Else if you choose Apache License 2.0:
-
$ mv LICENSE_Apache-2.0 LICENSE && rm LICENSE_MIT
- Replace
[year]
inLICENSE
file
-
- Else:
- Add
LICENSE
file you choose -
$ rm LICENSE_MIT LICENSE_Apache-2.0
- Add