Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
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. ⚠️
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.
Loading