mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update issue templates
This commit is contained in:
parent
1004e454f9
commit
ef16c71829
63
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
63
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -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
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -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.
|
||||
Loading…
Reference in New Issue
Block a user