Skip to content

Commit e604461

Browse files
authored
Chore: Add support for new issue experience (fixes #3646)
1 parent c54e2b7 commit e604461

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Issue template
3+
about: Create an issue to help us improve
4+
---
5+
6+
### Subject of the issue/enhancement/features
7+
Describe your issue here.
8+
9+
### Your environment
10+
* version (AT/Framework)
11+
* which browser and its version
12+
* device(s) + operating system(s)
13+
14+
### Steps to reproduce
15+
Tell us how to reproduce this issue.
16+
17+
### Expected behaviour
18+
Tell us what should happen
19+
20+
### Actual behaviour
21+
Tell us what happens instead
22+
23+
### Screenshots (if you can)

0 commit comments

Comments
 (0)