Просмотр исходного кода

Merge pull request #77 from paspo/templates

Issue Templates
RustDesk лет назад: 3
Родитель
Сommit
b1ad5c2e0c

+ 14 - 0
.github/ISSUE_TEMPLATE/ask-a-question.md

@@ -0,0 +1,14 @@
1
+---
2
+name: Ask a question
3
+about: Ask the community for help
4
+title: ''
5
+labels: 'question'
6
+assignees: ''
7
+
8
+---
9
+
10
+This is the place for generic questions. Please stay on topic and be polite.
11
+
12
+**Notes**
13
+ - Please write in english only. If you provide some images in different languages, you're required to write a translation in english.
14
+ - In any case, **NEVER** put here the content if your `id_ed25519` file

+ 35 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,35 @@
1
+---
2
+name: Bug report
3
+about: Create a report to help us improve
4
+title: ''
5
+labels: 'bug'
6
+assignees: ''
7
+
8
+---
9
+
10
+**Describe the bug**
11
+A clear and concise description of what the bug is.
12
+
13
+**Describe the environment**
14
+ - Install environment: docker, docker swarm, podman, kubernetes, or package
15
+ - If available, the `docker-compose.yaml` file
16
+ - If package, we need the distribution and release: Ubuntu 22.04, Debian 11, ...
17
+ - Or if you're running the plain binary, how you're running it
18
+ - In any case, you have to specify the version in use
19
+
20
+**How to Reproduce the bug**
21
+Steps to reproduce the behavior:
22
+1. Given the previously described environment
23
+2. Do this and that
24
+3. I get this error
25
+
26
+**Expected behavior**
27
+This should happen instead.
28
+
29
+**Additional context**
30
+Add any other context about the problem here.
31
+
32
+**Notes**
33
+ - Please write in english only. If you provide some images in different languages, you're required to write a translation in english.
34
+ - In any case, **NEVER** put here the content if your `id_ed25519` file
35
+ 

+ 1 - 0
.github/ISSUE_TEMPLATE/config.yml

@@ -0,0 +1 @@
1
+blank_issues_enabled: false

+ 25 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -0,0 +1,25 @@
1
+---
2
+name: Feature request
3
+about: Suggest an idea for this project
4
+title: ''
5
+labels: 'enhancement'
6
+assignees: ''
7
+
8
+---
9
+
10
+**Is your feature request related to a problem? Please describe.**
11
+A clear and concise description of what the problem is.
12
+
13
+**Describe the solution you'd like**
14
+A clear and concise description of what you want to happen.
15
+
16
+**Describe alternatives you've considered**
17
+A clear and concise description of any alternative solutions or features you've considered.
18
+
19
+**Additional context**
20
+Add any other context about the feature request here.
21
+
22
+**Notes**
23
+ - Please write in english only. If you provide some images in different languages, you're required to write a translation in english.
24
+ - In any case, **NEVER** put here the content if your `id_ed25519` file
25
+