Skip to content

Commit 346d691

Browse files
chore: Add issue and feature request template (#244)
1 parent 7f35074 commit 346d691

File tree

2 files changed

+143
-0
lines changed

2 files changed

+143
-0
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
name: "Bug Report"
2+
labels: ["bug","up-for-grabs"]
3+
title: "[Bug]: "
4+
assignees:
5+
- andrew-opensignlabs
6+
description: Create a bug report to help us make OpenSign™ the world's best document e-signature platform
7+
body:
8+
- type: textarea
9+
attributes:
10+
label: Issue Description
11+
description: Please provide a clear & concise description of the problem.
12+
- type: textarea
13+
attributes:
14+
label: Expected Behavior
15+
description: Describe what you expected to happen.
16+
- type: textarea
17+
attributes:
18+
label: Current Behavior
19+
description: Describe what is happening instead.
20+
- type: textarea
21+
attributes:
22+
label: Steps to reproduce
23+
description: Please provide step-by-step instructions to reproduce the issue. Include code snippets, URLs, error messages and any other relevant information.
24+
- type: textarea
25+
attributes:
26+
label: Screenshots of the issue(optional)
27+
description: Add screenshots to better explain the issue.
28+
- type: input
29+
attributes:
30+
label: Operating System [e.g. MacOS Sonoma 14.1, Windows 11]
31+
- type: dropdown
32+
id: browsers
33+
attributes:
34+
label: What browsers are you seeing the problem on?
35+
multiple: true
36+
options:
37+
- Chrome
38+
- Firefox
39+
- Safari
40+
- Microsoft Edge
41+
default: 0
42+
- type: input
43+
attributes:
44+
label: What version of OpenSign™ are you seeing this issue on? [e.g. 1.0.6]
45+
validations:
46+
required: true
47+
- type: dropdown
48+
id: environment
49+
attributes:
50+
label: What environment are you seeing the problem on?
51+
multiple: true
52+
options:
53+
- Production (app.opensignlabs.com)
54+
- Staging (staging-app.opensignlabs.com)
55+
- Hosted (app.yourdomain.com)
56+
- Dev (localhost or vercel)
57+
- type: checkboxes
58+
attributes:
59+
label: Please check the boxes that apply to this issue report.
60+
options:
61+
- label: I have searched the existing issues & discussions to make sure that this is not a duplicate.
62+
validations:
63+
required: true
64+
- type: checkboxes
65+
id: terms
66+
attributes:
67+
label: Code of Conduct
68+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://www.opensignlabs.com)
69+
options:
70+
- label: I agree to follow this project's Code of Conduct
71+
required: true
72+
- label: I have searched the existing issues & discussions to make sure that this is not a duplicate.
73+
required: true
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
name: Feature Request
2+
description: Suggest an idea for OpenSign™
3+
title: "Feature Request: [Short Description]"
4+
labels: [feature request, needs triage]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## Thanks for taking the time to fill out this feature request!
10+
11+
- type: input
12+
id: title
13+
attributes:
14+
label: Feature Title
15+
description: What would you call this feature?
16+
placeholder: e.g., Advanced Signature Verification
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: feature-description
22+
attributes:
23+
label: Feature Description
24+
description: |
25+
Please provide a detailed description of the feature you're proposing.
26+
placeholder: |
27+
e.g., I'm proposing an advanced signature verification feature that...
28+
validations:
29+
required: true
30+
- type: dropdown
31+
id: featuretype
32+
attributes:
33+
label: What type of feature are you requesting?
34+
multiple: true
35+
options:
36+
- UI/UX Improvement
37+
- Security / Compliance
38+
- Performance / Optimization
39+
- 3rd party integration
40+
- Other
41+
- type: dropdown
42+
id: importance
43+
attributes:
44+
label: Importance
45+
description: How important is this feature to you?
46+
options:
47+
- Critical
48+
- High
49+
- Medium
50+
- Low
51+
validations:
52+
required: true
53+
54+
- type: textarea
55+
id: additional-context
56+
attributes:
57+
label: Additional Context
58+
description: Any other context or screenshots about the feature request here.
59+
placeholder: Additional details, examples, or screenshots...
60+
61+
- type: checkboxes
62+
id: terms
63+
attributes:
64+
label: Code of Conduct
65+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://www.opensignlabs.com)
66+
options:
67+
- label: I agree to follow this project's Code of Conduct
68+
required: true
69+
- label: I have searched the existing issues & discussions to make sure that this is not a duplicate.
70+
required: true

0 commit comments

Comments
 (0)