From 95ad2aaccaa59623c38d630e501005d2818b4935 Mon Sep 17 00:00:00 2001 From: snakers41 Date: Mon, 23 Nov 2020 10:31:16 +0000 Subject: [PATCH] Mv folder --- .github/ISSUE_TEMPLATE/bug_report.md | 52 ++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 27 +++++++++ .../questions---help---support.md | 12 ++++ .../CODE_OF_CONDUCT.md => CODE_OF_CONDUCT.md | 0 silero-vad/README.md => README.md | 0 {silero-vad/files => files}/silero_logo.jpg | Bin silero-vad/hubconf.py => hubconf.py | 0 silero-vad/models.yml => models.yml | 0 silero-vad/utils.py => utils.py | 0 9 files changed, 91 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/questions---help---support.md rename silero-vad/CODE_OF_CONDUCT.md => CODE_OF_CONDUCT.md (100%) rename silero-vad/README.md => README.md (100%) rename {silero-vad/files => files}/silero_logo.jpg (100%) rename silero-vad/hubconf.py => hubconf.py (100%) rename silero-vad/models.yml => models.yml (100%) rename silero-vad/utils.py => utils.py (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..af3202d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,52 @@ +--- +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/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bfe42a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,27 @@ +--- +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/.github/ISSUE_TEMPLATE/questions---help---support.md b/.github/ISSUE_TEMPLATE/questions---help---support.md new file mode 100644 index 0000000..1eed38e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/questions---help---support.md @@ -0,0 +1,12 @@ +--- +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. diff --git a/silero-vad/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md similarity index 100% rename from silero-vad/CODE_OF_CONDUCT.md rename to CODE_OF_CONDUCT.md diff --git a/silero-vad/README.md b/README.md similarity index 100% rename from silero-vad/README.md rename to README.md diff --git a/silero-vad/files/silero_logo.jpg b/files/silero_logo.jpg similarity index 100% rename from silero-vad/files/silero_logo.jpg rename to files/silero_logo.jpg diff --git a/silero-vad/hubconf.py b/hubconf.py similarity index 100% rename from silero-vad/hubconf.py rename to hubconf.py diff --git a/silero-vad/models.yml b/models.yml similarity index 100% rename from silero-vad/models.yml rename to models.yml diff --git a/silero-vad/utils.py b/utils.py similarity index 100% rename from silero-vad/utils.py rename to utils.py