Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

26 lines (15 loc) · 1.34 KB

Contribution Guide

If you have any comment or advice, please report your issue, or make any change as you wish and submit a PR.

Reporting New Issues

  • Please specify what kind of issue it is.
  • Before you report an issue, please search for related issues. Make sure you are not going to open a duplicate issue.
  • Explain your purpose clearly in tags(see Useful Tags), title, or content.

We will confirm the purpose of the issue, replace more accurate tags for it, identify related milestone.Tags can feature, bug, documentation, performance, support ....

Submitting Code

Pull Request Guide

We use automated test with husk. The test auto runing When you push your code remote repo. If your modification pass the tests, congradulations it's time to push your work back to us.Then you can create a Pull Request at typescript-backend-template

Style Guide

Your any modification will be by pass eslint identify styling When you use git add file. And forma your code by Prettier

Commit Message Format

Your commmit message format require Adheres commitlint specification