Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 13, 2021
1 parent b526df2 commit 5f75dd9
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 deletions.
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!--
PLEASE READ:
Thank you for your interest in Remotely. Please understand that Remotely is a hobby project that I develop in between working full time and raising a family.
As such, the time I can devote toward the project is very limited, and I simply don't have the availability to help with issues related to hosting or configuration, or ones that aren't specifically related to the application code.
Your bug must meet the following requirements, or else it will be closed. For issues that don't meet these requirements, please reach out to the community on the official subreddit (https://www.reddit.com/r/remotely_app/) or in the Discussion areas on GitHub.
Requirements:
- The bug must be related specifically to application code (e.g. not related to hosting, reverse proxy configuration, etc.).
- It must be immediately reproducible, either in a debug environment or on https://app.remotely.one. (This doesn't apply to bugs that are clearly code-related.)
- Repro steps must be included. The more information, the better. Pretend you're getting a support request from one of your clients, and think about the kinds of details you want them to include.
- Remotely does not support localization. If the bug is related to language or regional settings, there is likely little I can do.
Again, thank you for your interest in the project, and thank you for your understanding.
-->

**Describe the bug**
A clear and concise description of what the bug is.

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

**Remotely Version**
Server (can be found on about page):
Agent (can be found in device card):

**Expected Behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

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

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional Context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
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 [...]

**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.

0 comments on commit 5f75dd9

Please sign in to comment.