diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..e145c5e30 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,47 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: 'bug' +assignees: '' + +--- + +Thank you for reporting an issue – your feedback is invaluable to open-source software development, and all contributions are greatly appreciated. + +🚨 Important warning: Be cautious of scammers in the comments. 🚨 + +Red flags to watch out for: +- Requests to email "official support" or links to external websites +- Responses from recently created accounts, often lacking profile pictures +- Inquiries for personal information that is not relevant to resolving your issue + +As long as you avoid sharing sensitive information (such as your seed phrase), you should be safe. +However, it's best to avoid engaging with any suspicious comments. + + +**Expected behavior** + +A clear and concise description of what you expected to happen. + +**Actual behavior** + +A clear and concise description of what the bug is and what actually happens. + +**Steps to reproduce the problem** + + 1. + 2. + 3. + +**Specifications** + - Version: + - Platform: + - Python version: + - Tor version: + +**Additional context** + +Add any other context about the problem here to help explain your problem, e.g. error logs or screenshots if applicable. + +⚠️ Make sure to remove any sensitive information before sharing screenshots or logs. ⚠️ diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..f822ec522 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,37 @@ +--- +name: Feature request +about: Suggest an idea +title: '' +labels: 'enhancement' +assignees: '' + +--- + +Thank you for proposing a new feature – your feedback is invaluable to open-source software development, and all contributions are greatly appreciated. + +🚨 Important warning: Be cautious of scammers in the comments. 🚨 + +Red flags to watch out for: +- Requests to email "official support" or links to external websites +- Responses from recently created accounts, often lacking profile pictures +- Inquiries for personal information that is not relevant to resolving your issue + +As long as you avoid sharing sensitive information (such as your seed phrase), you should be safe. +However, it's best to avoid engaging with any suspicious comments. + + +**Is your feature request related to a problem? Please describe.** + +A clear and concise description of what the problem is. Example: I'm always frustrated when [...] + +**Describe the solution you'd like** + +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** + +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** + +Add any other context or screenshots about the feature request here.