Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 807 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 807 Bytes

[REPO NAME]

TODO

Replace strings in files

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

Choose LICENSE

  • If you choose MIT License:
    • $ mv LICENSE_MIT LICENSE && rm LICENSE_Apache-2.0
    • Replace [year] in LICENSE file
  • Else if you choose Apache License 2.0:
    • $ mv LICENSE_Apache-2.0 LICENSE && rm LICENSE_MIT
    • Replace [year] in LICENSE file
  • Else: