Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue templates #1960

Merged
merged 1 commit into from
Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from all 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
27 changes: 15 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
about: Something looks wierd or doesn't work as expected? Let us know the details so we can fix it!
title: "[BUG]: "
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
Please give us a clear and concise description of what the bug is, including screenshots or video if applicable.


**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
2. Scroll down to '....'
3. Click on '....'
4. See error


**Expected behavior**
A clear and concise description of what you expected to happen.
Please describe what you expected to happen.


**Screenshots**
If applicable, add screenshots to help explain your problem.
**Operating Environment(s):**
- OS: [e.g. Windows/OSX/Linux. If Linux, include distro. ]
- OS version: [e.g. 7/10/11, 10.13/10.15, 18.04/20.04 ]
- AtomicDEX Version: [e.g. 0.5.7]
- Build branch: [e.g. master/dev]

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
- Add any related context about the problem here (e.g. screen resolution, mining activity on address)
- Attach [log files](https://forum.komodoplatform.com/t/accessing-atomicdex-desktop-log-files/540)
18 changes: 11 additions & 7 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE REQUEST]: "
about: Something missing? Got a cool idea? Let us know!
title: "[FR]: "
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
What problem does your suggestion solve? E.g. It would be more convenient if [...]


**Describe your solution**
A clear and concise description of how your solution could be implemented.

**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.
Have you considered any alternative approaches to solving to the problem?


**Additional context**
Add any other context or screenshots about the feature request here.
For visual features, screenshots are great to include.
If your request is similar to a feature frm a different app, please include a link.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Support query
about: Did something go wrong? Need some help? Please follow the links below for assistance
title: "[SQ]: "
labels: 'support'
assignees: ''

---

[Komodo Platform Discord Support Channel](https://discord.gg/RRZ8hzc)
[Komodo Platform Forum](https://forum.komodoplatform.com/t/atomicdex-desktop-collection/541)
[Develper Documentation](https://developers.komodoplatform.com/)