mirror of https://github.com/coqui-ai/TTS.git
parent
ab7d84bf05
commit
7bf9033e53
|
@ -59,7 +59,7 @@ body:
|
|||
You can either run `TTS/bin/collect_env_info.py`
|
||||
|
||||
```bash
|
||||
wget https://raw.githubusercontent.com/coqui-ai/TTS/main/TTS/bin/collect_env_info.py
|
||||
wget https://raw.githubusercontent.com/idiap/coqui-ai-TTS/main/TTS/bin/collect_env_info.py
|
||||
python collect_env_info.py
|
||||
```
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: CoquiTTS GitHub Discussions
|
||||
url: https://github.com/coqui-ai/TTS/discussions
|
||||
url: https://github.com/idiap/coqui-ai-TTS/discussions
|
||||
about: Please ask and answer questions here.
|
||||
- name: Coqui Security issue disclosure
|
||||
url: mailto:info@coqui.ai
|
||||
url: mailto:enno.hermann@gmail.com
|
||||
about: Please report security vulnerabilities here.
|
||||
|
|
|
@ -5,11 +5,3 @@ Welcome to the 🐸TTS project! We are excited to see your interest, and appreci
|
|||
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.md](CONTRIBUTING.md) file.
|
||||
|
||||
Before accepting your pull request, you will be asked to sign a [Contributor License Agreement](https://cla-assistant.io/coqui-ai/TTS).
|
||||
|
||||
This [Contributor License Agreement](https://cla-assistant.io/coqui-ai/TTS):
|
||||
|
||||
- Protects you, Coqui, and the users of the code.
|
||||
- Does not change your rights to use your contributions for any purpose.
|
||||
- Does not change the license of the 🐸TTS project. It just makes the terms of your contribution clearer and lets us know you are OK to contribute.
|
||||
|
|
Loading…
Reference in New Issue