[ci skip] update templates

This commit is contained in:
Eren Gölge
2021-03-13 00:57:11 +01:00
parent 4fcda5deda
commit 6c0e4bbeb5
2 changed files with 6 additions and 19 deletions
+1 -9
View File
@@ -6,13 +6,5 @@ labels: ''
assignees: ''
---
### Contribution Guideline
Please send your PRs to `dev` branch if it is not directly related to a specific branch.
Before making a Pull Request, check your changes for basic mistakes and style problems by using a linter.
We have cardboardlinter setup in this repository, so for example, if you've made some changes and would like to run the linter on just the changed code, you can use the follow command:
```bash
pip install pylint cardboardlint
cardboardlinter --refspec master
```
👐 Please check our [CONTRIBUTION GUIDELINE](https://gitter.im/coqui-ai/TTS?utm_source=share-link&utm_medium=link&utm_campaign=share-link).