diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git "a/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" "b/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" index d3ed065..5d0a059 100644 --- "a/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" +++ "b/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" @@ -7,26 +7,37 @@ assignees: pluja --- -**Describe the bug** +## **Description** A clear and concise description of what the bug is. -**To Reproduce** +### **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error -**Expected behavior** +### **Expected behavior** A clear and concise description of what you expected to happen. -**Screenshots** -If applicable, add screenshots to help explain your problem. +### Environment +- OS: [e.g., Linux] +- Browser: [e.g., Chrome, Safari] +- Version: [e.g., 22] +- Hosting: [Local/Webserver/Reverse Proxy...] -**Device (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +## Logs and Configuration -**Additional context** -Add any other context about the problem here. +### Docker Compose Logs + +> Run the following command in the project folder, force the error, and paste the logs below: `docker compose logs -f --tail 50` + +``` +PASTE LOGS HERE +``` + +### Docker Compose File + +```yaml +PASTE YOUR DOCKER-COMPOSE.YML FILE HERE +``` diff --git a/README.md b/README.md index 549175e..0c05b5a 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,12 @@ These screenshots are available on [the official website](https://whishper.net/u - [A transcription download](https://whishper.net/usage/download/) - [The subtitle editor](https://whishper.net/usage/editor/) +## Support: + +- [Monero](https://www.getmonero.org/): `82x6cn628oTUXV63DxBd6MJB8d997FhaSaGFvoWMgwihVmgiXYQPAwm2BCH31AovA9Qnnv1qQRrJk83TaJ8DaSZU2zkbWfM` +- [Bitcoin](https://bitcoin.org/en/): `bc1qfph44jl4cy03stwfkk7g0qlwx2grldr9xpk086` +- [Lightning Network (kycnotme)](https://getalby.com/p/kycnotme) + ## Credits - [Faster Whisper](https://github.com/guillaumekln/faster-whisper)