mirror of https://github.com/coqui-ai/TTS.git
[ci skip]restructure templates
This commit is contained in:
parent
2344379cb8
commit
3835a961ca
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
name: 'TTS channels '
|
|
||||||
about: Pls consider to use other TTS channels.
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
If this is not a real BUG or something about 🐸TTS development, pls consider posting on Github Discussions and Gitter Chat room.
|
|
||||||
|
|
||||||
It helps us with keeping things organized and you to reach the right people asap.
|
|
||||||
|
|
||||||
Thx for your contribution!! 👑
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
name: 🐛 Bug report
|
||||||
|
about: Create a bug report to help 🐸 improve
|
||||||
|
title: 'Bug: '
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Welcome to the 🐸TTS 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.
|
||||||
|
|
||||||
|
If you've found a bug, please provide the following information:
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Run the following command '...'
|
||||||
|
2. ...
|
||||||
|
3. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Environment (please complete the following information):**
|
||||||
|
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:
|
||||||
|
- **PyTorch or TensorFlow version (use command below)**:
|
||||||
|
- **Python version**:
|
||||||
|
- **CUDA/cuDNN version**:
|
||||||
|
- **GPU model and memory**:
|
||||||
|
- **Exact command to reproduce**:
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: CoquiTTS GitHub Discussions
|
||||||
|
url: https://github.com/coqui-ai/TTS/discussions
|
||||||
|
about: Please ask and answer questions here.
|
||||||
|
- name: Coqui Security issue disclosure
|
||||||
|
url: mailto:info@coqui.ai
|
||||||
|
about: Please report security vulnerabilities here.
|
|
@ -0,0 +1,26 @@
|
||||||
|
---
|
||||||
|
name: 🚀 Feature request
|
||||||
|
about: Suggest a feature or an idea for this project
|
||||||
|
title: 'Feature request: '
|
||||||
|
labels: feature request
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Welcome to the 🐸TTS 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.
|
||||||
|
|
||||||
|
If you have a feature request, then please provide the following information:
|
||||||
|
|
||||||
|
**Is your feature request related to a problem? Please describe.**
|
||||||
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
A clear and concise description of any alternative solutions or features you've considered.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the feature request here.
|
|
@ -7,4 +7,4 @@ assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
👐 Please check our [CONTRIBUTION GUIDELINE](https://gitter.im/coqui-ai/TTS?utm_source=share-link&utm_medium=link&utm_campaign=share-link).
|
👐 Please check our [CONTRIBUTION GUIDELINE](https://github.com/coqui-ai/TTS#contribution-guidelines).
|
||||||
|
|
Loading…
Reference in New Issue