diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..accbbb00 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -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? + diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000..e4664e30 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -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) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..bf3e38cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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. +