Skip to content

Commit fd98122

Browse files
committed
add github templates
1 parent d529f60 commit fd98122

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
name: 🐛 Bug Report
3+
description: "File a bug report, if you've discovered a problem."
4+
labels:
5+
- 'bug'
6+
- 'needs triage'
7+
body:
8+
- type: input
9+
id: 'version'
10+
attributes:
11+
label: "Which *exact* UI Library version are you using? For example: 1.0.1 - don't just write v1."
12+
description: 'The number can usually be found in the package.json file or by writing `npm ls <package>`. Please also specify if you use the `uui` bundle or a specific package.'
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: 'summary'
17+
attributes:
18+
label: 'Bug summary'
19+
description: 'Write a short summary of the bug.'
20+
placeholder: >
21+
Try to pinpoint it as much as possible.
22+
23+
Try to state the actual problem, and not just what you think the solution might be.
24+
validations:
25+
required: true
26+
- type: textarea
27+
attributes:
28+
label: 'Specifics'
29+
description: 'Remember that you can format code and logs nicely with the `<>` button'
30+
placeholder: >
31+
Mention the URL where this bug occurs, if applicable
32+
33+
Please mention if you've checked it in other browsers as well
34+
35+
Please include full error messages and screenshots, gifs or mp4 videos if applicable
36+
- type: textarea
37+
attributes:
38+
label: 'Steps to reproduce'
39+
description: 'How can we reproduce the problem?'
40+
placeholder: >
41+
Please include screenshots, gifs or mp4 videos if applicable
42+
validations:
43+
required: true
44+
- type: textarea
45+
attributes:
46+
label: 'Expected result / actual result'
47+
description: 'What did you expect that would happen and what is the actual result of the above steps?'
48+
placeholder: >
49+
Describe the intended/desired outcome after you did the steps mentioned.
50+
51+
Describe the behaviour of the bug

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 💡 Features and ideas
4+
url: https://github.com/umbraco/Umbraco.UI/discussions/new?category=ideas
5+
about: Start a new discussion when you have ideas or feature requests, eventually discussions can turn into plans.
6+
- name: ⁉️ Support Question
7+
url: https://our.umbraco.com
8+
about: This issue tracker is NOT meant for support questions. If you have a question, please join us on the forum.
9+
- name: 🔐 Security Issue
10+
url: https://umbraco.com/about-us/trust-center/security-and-umbraco/how-to-report-a-vulnerability-in-umbraco/
11+
about: Learn more on how to report security issues.

0 commit comments

Comments
 (0)