Skip to content

Commit

Permalink
Merge pull request #5 from hepingood/dev
Browse files Browse the repository at this point in the history
refactor: refactor the all projects
  • Loading branch information
libdriver authored Dec 8, 2022
2 parents 024f90b + 10e9524 commit b7d1eb2
Show file tree
Hide file tree
Showing 271 changed files with 55,808 additions and 31,375 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: 🐛 Bug report
description: Create a report to help us improve
labels: [bug report]
body:
- type: markdown
attributes:
value: |
Thank you for your report.
Please fill in as much of the following form as you're able.
- type: input
attributes:
label: Version
description: Code version.
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: Reproduce
description: Steps to reproduce the behavior.
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
- type: textarea
attributes:
label: Additional context
description: Add any other context about the bug report here.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/2_feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: 🚀 Feature request
description: Suggest an idea for this project
labels: [feature request]
body:
- type: markdown
attributes:
value: |
Thank you for suggesting an idea to make LibDriver better.
Please fill in as much of the following form as you're able.
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
attributes:
label: Describe the idea you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
attributes:
label: Additional context
description: Add any other context about the feature request here.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/3_documentation_problem.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: 📄 Documentation problem
description: Report a documentation problem
labels: [documentation problem]
body:
- type: markdown
attributes:
value: |
Thank you for reporting the documentation problem to make LibDriver better.
Please fill in as much of the following form as you're able.
- type: input
attributes:
label: Document Links
description: Please fill in the link of the online documentation or the path of the offline documentation.
validations:
required: true
- type: textarea
attributes:
label: Description of the problem
description: A clear and concise description of the documentation problem.
validations:
required: true
- type: textarea
attributes:
label: Please give your suggestion
description: Please tell us how you would like to improve this documentation.
- type: textarea
attributes:
label: Additional context
description: Add any other context about the documentation problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/4_ask_question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: ❓ Ask question
description: Ask a usage or consultation question
labels: [ask question]
body:
- type: markdown
attributes:
value: |
Thank you for your question.
Please fill in as much of the following form as you're able.
- type: textarea
attributes:
label: Please ask your question
description: Enter your question as detailed as possible.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about the question here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/5_general_issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: 🏆 General issues
description: Report any other non-support related issues
labels: [general issues]
body:
- type: markdown
attributes:
value: |
Thank you for your report.
Please fill in as much of the following form as you're able.
- type: textarea
attributes:
label: Description of the issues
description: Please describe the issues as much detail as possible.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about the issues here.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## PR type(fix, feat, docs, style, etc.)



## PR change and describe


Loading

0 comments on commit b7d1eb2

Please sign in to comment.