Add issue templates

This commit is contained in:
Miguel Jacq 2025-02-07 17:43:31 +11:00
parent 9c1421bc84
commit 3efe7cec64
No known key found for this signature in database
GPG Key ID: 59B3F0C24135C6A9
3 changed files with 53 additions and 0 deletions

29
.github/ISSUE_TEMPLATE/bug.md vendored Normal file
View File

@ -0,0 +1,29 @@
---
name: Bug report
about: Use this form to submit a bug report about something not working in OnionShare
---
## Details about your operating system
Operating system: (Linux / Windows)
Version/distribution: (Ubuntu 22.04 / Debian Bookworm / macOS Ventura, etc)
## How did you install OnionShare
- [ ] Native Mac/Windows package
- [ ] Flatpak
- [ ] Snap
- [ ] Pip (command line)
- [ ] Via my Linux distribution's package manager
- [ ] From source
## What is the problem
Please replace this text with the problem you experienced.
Please try to include logs if safe to do so (run OnionShare cli or desktop with -v from a terminal).
Make sure to omit any onion addresses or 'Private Key'/passwords if they would deanonymize you or your recipient!
## Anything else you'd like to tell us?

15
.github/ISSUE_TEMPLATE/feature.md vendored Normal file
View File

@ -0,0 +1,15 @@
---
name: Feature request
about: Use this form to submit a suggestion about a feature you think OnionShare should have.
---
## Your feature idea
Please write it here.
Please note that we are not looking to add the following features:
* Ability to host a dynamic website requiring databases or anything not considered 'static'
* Database backends to store persistent information about use of Share or Receive mode, e.g statistics
* Chat, voice or other instant messaging services
* High availability for Onion Services (e.g OnionBalance)

9
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,9 @@
---
name: Question or support
about: Use this form if it is neither a bug nor a feature, but you just had a question.
---
## Your uestion
Please write it here.