UNPKG

747 BMarkdownView Raw
1### Contributing.md template
2Creates `.github/CONTRIBUTING.md` file. This file is shown by Github to users [creating new issues](https://help.github.com/articles/setting-guidelines-for-repository-contributors).
3
4The content of the template is pre-defined and is not customizable. If you want custom template, then it's better to create the file by hand.
5
61. Template for Typescript
7 The [typescript template](https://github.com/adonisjs/mrm-preset/blob/master/contributing/templates/CONTRIBUTING_TS.md) is used when `ts=true` inside the config file.
8
9 ```json
10 {
11 "ts": true
12 }
13 ```
14
152. Otherwise the [default template](https://github.com/adonisjs/mrm-preset/blob/master/contributing/templates/CONTRIBUTING.md) will be used.
\No newline at end of file