diff --git a/silero-vad/.github/ISSUE_TEMPLATE/bug_report.md b/silero-vad/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index af3202d..0000000 --- a/silero-vad/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: Bug report - [X] -labels: bug -assignees: snakers4 - ---- - -## 🐛 Bug - - - -## To Reproduce - -Steps to reproduce the behavior: - -1. -2. -3. - - - -## Expected behavior - - - -## Environment - -Please copy and paste the output from this -[environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py) -(or fill out the checklist below manually). - -You can get the script and run it with: -``` -wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py -# For security purposes, please check the contents of collect_env.py before running it. -python collect_env.py -``` - - - PyTorch Version (e.g., 1.0): - - OS (e.g., Linux): - - How you installed PyTorch (`conda`, `pip`, source): - - Build command you used (if compiling from source): - - Python version: - - CUDA/cuDNN version: - - GPU models and configuration: - - Any other relevant information: - -## Additional context - - diff --git a/silero-vad/.github/ISSUE_TEMPLATE/feature_request.md b/silero-vad/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bfe42a2..0000000 --- a/silero-vad/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: Feature request - [X] -labels: enhancement -assignees: snakers4 - ---- - -## 🚀 Feature - - -## Motivation - - - -## Pitch - - - -## Alternatives - - - -## Additional context - - diff --git a/silero-vad/.github/ISSUE_TEMPLATE/questions---help---support.md b/silero-vad/.github/ISSUE_TEMPLATE/questions---help---support.md deleted file mode 100644 index 1eed38e..0000000 --- a/silero-vad/.github/ISSUE_TEMPLATE/questions---help---support.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Questions / Help / Support -about: Ask for help, support or ask a question -title: "❓ Questions / Help / Support" -labels: help wanted -assignees: snakers4 - ---- - -## ❓ Questions and Help - -We have a [wiki](https://github.com/snakers4/silero-models/wiki) available for our users. Please make sure you have checked it out first.