mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-03 11:49:33 -05:00
Add issue templates
This commit is contained in:
parent
9c1421bc84
commit
3efe7cec64
29
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal 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
15
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal 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
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…
x
Reference in New Issue
Block a user