diff --git a/ISSUE_TEMPLATE.md b/.github/issue_template.md similarity index 80% rename from ISSUE_TEMPLATE.md rename to .github/issue_template.md index 2d72979b..364e4c87 100644 --- a/ISSUE_TEMPLATE.md +++ b/.github/issue_template.md @@ -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). If you've found a bug, or have a feature request, then please create an issue with the following information: @@ -6,7 +12,7 @@ If you've found a bug, or have a feature request, then please create an issue wi - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: - **TensorFlow installed from (our builds, or upstream TensorFlow)**: - **TensorFlow version (use command below)**: -- **Python version**: +- **Python version**: - **Bazel version (if compiling from source)**: - **GCC/Compiler version (if compiling from source)**: - **CUDA/cuDNN version**: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..74d6eae2 --- /dev/null +++ b/.github/pull_request_template.md @@ -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.