Skip to content

Commit d49bcf8

Browse files
committed
Added issue templates
1 parent d810036 commit d49bcf8

File tree

3 files changed

+119
-0
lines changed

3 files changed

+119
-0
lines changed
+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
name: Bug Report
2+
description: Report a bug or unexpected behavior. Please ensure that your issue has not already been reported.
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
assignees: fabianwennink
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thank you for taking the time to fill out this bug report. Please be as clear as possible when describing your issue, as this will help to identify and resolve the bug as quickly as possible.
11+
- type: checkboxes
12+
id: requirements
13+
attributes:
14+
label: Bug report requirements
15+
description: "Please confirm that the following requirements have been met before submitting your bug report."
16+
options:
17+
- label: I have confirmed that this is a bug and not a configuration/user error.
18+
required: true
19+
- label: I have searched for existing issues and confirmed that my issue has not been reported before.
20+
required: true
21+
- type: input
22+
id: version-package
23+
attributes:
24+
label: IconCaptcha version
25+
description: Please specify the version of the package that you are using.
26+
placeholder: "e.g. 3.0.0 or 'latest'"
27+
validations:
28+
required: true
29+
- type: input
30+
id: version-aspnet
31+
attributes:
32+
label: ASP.NET version
33+
description: Please specify the version of ASP.NET you are using.
34+
placeholder: e.g. ASP.NET Core 6.0
35+
validations:
36+
required: true
37+
- type: dropdown
38+
id: browsers
39+
attributes:
40+
label: Browsers affected
41+
description: "Please select the browsers you've encountered the problem on."
42+
multiple: true
43+
options:
44+
- Google Chrome
45+
- Mozilla Firefox
46+
- Opera (GX)
47+
- Microsoft Edge
48+
- Safari
49+
- Brave
50+
- Other (specify in "Additional Information")
51+
validations:
52+
required: true
53+
- type: textarea
54+
id: expectation
55+
attributes:
56+
label: Expectation
57+
description: Please provide clear steps to reproduce the issue, including any relevant code or configuration.
58+
placeholder: When I do [action], I expect [result] to happen.
59+
validations:
60+
required: true
61+
- type: textarea
62+
id: description
63+
attributes:
64+
label: Actual behaviour
65+
description: Describe what the actual result of the action is.
66+
placeholder: Instead of [expected result], I get [actual result].
67+
validations:
68+
required: true
69+
- type: textarea
70+
id: logs
71+
attributes:
72+
label: Relevant log information
73+
description: If applicable, please provide any relevant logs or stack traces to help diagnose the issue. **Please be sure to remove any sensitive information.**
74+
render: shell
75+
validations:
76+
required: false
77+
- type: textarea
78+
attributes:
79+
label: Additional information
80+
description: Please include any other information that may be helpful in resolving this issue.
81+
validations:
82+
required: false
+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Blank Issue
2+
description: Open a blank issue. Want to report a bug? Use the 'Bug Report' template instead.
3+
title: "[Issue]: "
4+
assignees: fabianwennink
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for opening this issue. Please be as clear as possible in describing the problem you are encountering.
10+
- type: input
11+
id: version-package
12+
attributes:
13+
label: IconCaptcha version
14+
description: Please specify the version of the package that you are using.
15+
placeholder: "e.g. 3.0.0 or 'latest'"
16+
validations:
17+
required: true
18+
- type: input
19+
id: version-aspnet
20+
attributes:
21+
label: ASP.NET version
22+
description: Please specify the version of ASP.NET you are using.
23+
placeholder: e.g. ASP.NET Core 6.0
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: description
28+
attributes:
29+
label: Description
30+
description: Describe your issue. Include anything that will give more context about the issue you are encountering.
31+
validations:
32+
required: true

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Feature Request
4+
url: https://github.com/fabianwennink/IconCaptcha-ASP.NET/discussions
5+
about: 'For feature requests or sharing ideas, please start a new discussion.'

0 commit comments

Comments
 (0)