Skip to content

Commit

Permalink
重写 issues templates
Browse files Browse the repository at this point in the history
  • Loading branch information
6-BennyLi-9 committed Aug 24, 2024
1 parent b47d54d commit 6b981c3
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 137 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug.yml

This file was deleted.

70 changes: 0 additions & 70 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bugreport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Bug Report
description: A template for Bur Reporting
body:
- type: dropdown
id: version
attributes:
label: FTC RIC version
options:
- 0.1.0
- 0.1.1
- 0.2.0
- 0.3.0
- 0.4.0
validations:
required: true
- type: textarea
attributes:
label: Bug description
value: |
Entre the way to find the bug.
- type: textarea
attributes:
label: Annex
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Feature Request
description: Suggest an idea for this project
body:
- type: textarea
id: BugBase
attributes:
label: Correlated Issues
value: |
If the report is not base on an issue, you don't need to change the value here.
- type: textarea
id: Suggestion
attributes:
label: Your Suggestion
- type: dropdown
id: versionBase
attributes:
label: Version Base On
options:
- 0.1.0
- 0.1.1
- 0.2.0
- 0.3.0
- 0.4.0
34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit 6b981c3

Please sign in to comment.