mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
source code
This commit is contained in:
25
libs/enigo/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
25
libs/enigo/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: bug, needs investigation
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps or a minimal code example to reproduce the behavior.
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Environment (please complete the following information):**
|
||||
- OS: [e.g. Linux, Windows, macOS ..]
|
||||
- Rust [e.g. rustc --version]
|
||||
- Library Version [e.g. enigo 0.0.13 or commit hash fa448be ]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
20
libs/enigo/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
libs/enigo/.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: enhancement, needs investigation
|
||||
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.
|
||||
19
libs/enigo/.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
19
libs/enigo/.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: Question
|
||||
about: Ask your Question here
|
||||
title: ''
|
||||
labels: question
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe your Question**
|
||||
A clear and concise description of what you want to know.
|
||||
|
||||
**Describe your Goal**
|
||||
A clear and concise description of what you want to achieve. Consider the [XYProblem](http://xyproblem.info/)
|
||||
|
||||
**Environment (please complete the following information):**
|
||||
- OS: [e.g. Linux, Windows, macOS ..]
|
||||
- Rust [e.g. rustc --version]
|
||||
- Library Version [e.g. enigo 0.0.13 or commit hash fa448be ]
|
||||
Reference in New Issue
Block a user