Create PR template and update issue template

This commit is contained in:
Reuben Morais 2021-04-06 12:08:40 +02:00
parent 4d764c0559
commit 4696c3dd0a
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# Issue guidelines
Welcome to the 🐸STT project! We are excited to see your interest, and appreciate your support!
This repository is governed by the Contributor Covenant Code of Conduct. For more details, see the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file.
For support and discussions, please use [GitHub Discussions](https://github.com/coqui-ai/STT/discussions). For support and discussions, please use [GitHub Discussions](https://github.com/coqui-ai/STT/discussions).
If you've found a bug, or have a feature request, then please create an issue with the following information: If you've found a bug, or have a feature request, then please create an issue with the following information:

7
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,7 @@
# Pull request guidelines
Welcome to the 🐸STT project! We are excited to see your interest, and appreciate your support!
This repository is governed by the Contributor Covenant Code of Conduct. For more details, see the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file.
In order to make a good pull request, please see our [CONTRIBUTING.rst](CONTRIBUTING.rst) file, in particular make sure you have set-up and run the pre-commit hook to check your changes for code style violations.