mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-08 14:52:59 -04:00
Merge pull request #1958 from onionshare/issue-templates
Add issue templates
This commit is contained in:
commit
92860b1581
3 changed files with 59 additions and 0 deletions
34
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
34
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Use this form to submit a bug report about something not working in OnionShare
|
||||||
|
---
|
||||||
|
- [ ] I have already searched the issue queue for my error message or symptom
|
||||||
|
|
||||||
|
|
||||||
|
## Details about your operating system
|
||||||
|
|
||||||
|
Operating system: (e.g. Linux / Windows)
|
||||||
|
Version/distribution: (e.g. Ubuntu 22.04 / Debian Bookworm / macOS Ventura, etc)
|
||||||
|
|
||||||
|
Version of Onionshare: (e.g. 2.6.2)
|
||||||
|
|
||||||
|
## 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?
|
||||||
|
|
16
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Use this form to submit a suggestion about a feature you think OnionShare should have.
|
||||||
|
---
|
||||||
|
- [ ] I have already searched the issue queue for my feature request
|
||||||
|
|
||||||
|
## 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
9
.github/ISSUE_TEMPLATE/question.md
vendored
Normal 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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue