Skip to content

Commit a38e050

Browse files
committed
update ISSUE_TEMPLATES
1 parent 3402f6d commit a38e050

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
4+
title: 'bug'
55
labels: ''
66
assignees: ''
77

@@ -24,15 +24,11 @@ A clear and concise description of what you expected to happen.
2424
If applicable, add screenshots to help explain your problem.
2525

2626
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
30-
31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
27+
- OS: [e.g. Windows, Linux]
28+
- VS Code Version [e.g. 1.60]
29+
- Version [e.g. 22]
30+
- Python Version [e.g. 3.9.7]
31+
- RobotFramework Version [e.g. 4.0.0]
3632

3733
**Additional context**
3834
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: ''
5+
labels: 'enhancement'
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)