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