Template

Template checks the presence or absence of Pull-Request Template, Issue Template, README.md, CONTRIBUTING.md.

Pull-Request Template

What is Pull-Request Template?

Pull-Request Template (PR Template) is a template of a PR body that is entered when pr is performed. This standardizes the description format so that the code can be easily understood and looks over the parts that need to be checked during PR.

More about Pull-Request Template

What Open-Set-Go has to offer?

Various Pull-Request Templates currently used by real open-source projects sorted by star.

  • Use the template as it is.
  • Use the markdown editor to modify and use the template to suit you.
  • Create new ones to suit your needs with the markdown editor.

Issue Template

What is Issue Template?

Issue templates are summarized and recorded for use in tracking issues or issues that arise during the project.

More about Issue Template

What Open-Set-Go has to offer?

Provide appropriate Issue Templates for different situations. You can write the name and description of the issue template to suit you, and you can also set the title if you want. In addition, you can add as many issue templates as you want.

  • Use the template as it is.
  • Create new ones to suit your needs with the markdown editor.

README.md

What is README.md?

README.md is the first document to be viewed in the repository and describes the project. You have information about other files contained in a directory or compressed file.

More about README.md

What Open-Set-Go has to offer?

Various README.md currently used by real open-source projects sorted by star. Templates can be provided separately by type, such as title and description, so that users can use them in combination as they want.

  • Use the template as it is.
  • Use the markdown editor to modify and use the template to suit you.
  • Use a combination of the types you want to modify the text.
  • Create new ones to suit your needs with the markdown editor.

CONTRIBUTING.md

What is CONTRIBUTING.md?

CONTRIBUTING.md is a document that specifies information for contributors. This file can contain various information such as build requirements, development environment setting methods, and code writing guides.

More about CONTRIBUTING.md

What Open-Set-Go has to offer?

Various CONTRIBUTING.md currently used by real open-source projects sorted by star. Templates can be provided separately by type, such as title and description, so that users can use them in combination as they want.

  • Use the template as it is.
  • Use the markdown editor to modify and use the template to suit you.
  • Use a combination of the types you want to modify the text.
  • Create new ones to suit your needs with the markdown editor.