Skip to content

Commit b7d1eb2

Browse files
authored
Merge pull request #5 from hepingood/dev
refactor: refactor the all projects
2 parents 024f90b + 10e9524 commit b7d1eb2

File tree

271 files changed

+55808
-31375
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

271 files changed

+55808
-31375
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: 🐛 Bug report
2+
description: Create a report to help us improve
3+
labels: [bug report]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for your report.
9+
10+
Please fill in as much of the following form as you're able.
11+
- type: input
12+
attributes:
13+
label: Version
14+
description: Code version.
15+
- type: textarea
16+
attributes:
17+
label: Describe the bug
18+
description: A clear and concise description of what the bug is.
19+
validations:
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: Reproduce
24+
description: Steps to reproduce the behavior.
25+
- type: textarea
26+
attributes:
27+
label: Expected behavior
28+
description: A clear and concise description of what you expected to happen.
29+
- type: textarea
30+
attributes:
31+
label: Additional context
32+
description: Add any other context about the bug report here.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: 🚀 Feature request
2+
description: Suggest an idea for this project
3+
labels: [feature request]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for suggesting an idea to make LibDriver better.
9+
10+
Please fill in as much of the following form as you're able.
11+
- type: textarea
12+
attributes:
13+
label: Is your feature request related to a problem? Please describe.
14+
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
15+
- type: textarea
16+
attributes:
17+
label: Describe the idea you'd like
18+
description: A clear and concise description of what you want to happen.
19+
validations:
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: Describe alternatives you've considered
24+
description: A clear and concise description of any alternative solutions or features you've considered.
25+
- type: textarea
26+
attributes:
27+
label: Additional context
28+
description: Add any other context about the feature request here.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: 📄 Documentation problem
2+
description: Report a documentation problem
3+
labels: [documentation problem]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for reporting the documentation problem to make LibDriver better.
9+
10+
Please fill in as much of the following form as you're able.
11+
- type: input
12+
attributes:
13+
label: Document Links
14+
description: Please fill in the link of the online documentation or the path of the offline documentation.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Description of the problem
20+
description: A clear and concise description of the documentation problem.
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: Please give your suggestion
26+
description: Please tell us how you would like to improve this documentation.
27+
- type: textarea
28+
attributes:
29+
label: Additional context
30+
description: Add any other context about the documentation problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: ❓ Ask question
2+
description: Ask a usage or consultation question
3+
labels: [ask question]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for your question.
9+
10+
Please fill in as much of the following form as you're able.
11+
- type: textarea
12+
attributes:
13+
label: Please ask your question
14+
description: Enter your question as detailed as possible.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Additional context
20+
description: Add any other context about the question here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: 🏆 General issues
2+
description: Report any other non-support related issues
3+
labels: [general issues]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for your report.
9+
10+
Please fill in as much of the following form as you're able.
11+
- type: textarea
12+
attributes:
13+
label: Description of the issues
14+
description: Please describe the issues as much detail as possible.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Additional context
20+
description: Add any other context about the issues here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## PR type(fix, feat, docs, style, etc.)
2+
3+
4+
5+
## PR change and describe
6+
7+

0 commit comments

Comments
 (0)