Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
21f7ef8
chore: Add bug report template
andrew-opensignlabs Nov 27, 2023
18610b6
chore: Update bug-report.yml
andrew-opensignlabs Nov 27, 2023
b0d72f8
chore: Update bug-report.yml
andrew-opensignlabs Nov 27, 2023
4473331
chore: Update bug-report.yml
andrew-opensignlabs Nov 27, 2023
b5e0512
Update bug-report.yml
andrew-opensignlabs Nov 27, 2023
d49f243
Update bug-report.yml
andrew-opensignlabs Nov 27, 2023
e22590e
Update bug-report.yml
andrew-opensignlabs Nov 27, 2023
4231c3f
Update bug-report.yml
andrew-opensignlabs Nov 27, 2023
1f50f5b
Update bug-report.yml
andrew-opensignlabs Nov 27, 2023
af6515a
Update bug-report.yml
andrew-opensignlabs Nov 27, 2023
6f21acd
Update bug-report.yml
andrew-opensignlabs Nov 27, 2023
ad26d97
Create feature-request.yml
andrew-opensignlabs Nov 27, 2023
c9703a3
Update bug-report.yml
andrew-opensignlabs Nov 27, 2023
7c9a0ab
Update bug-report.yml
andrew-opensignlabs Nov 27, 2023
0e411dd
Update feature-request.yml
andrew-opensignlabs Nov 27, 2023
23a29b7
Update feature-request.yml
andrew-opensignlabs Nov 28, 2023
000f8c1
Update feature-request.yml
andrew-opensignlabs Nov 28, 2023
bce49a7
Update feature-request.yml
andrew-opensignlabs Nov 28, 2023
dd8b852
Create pull-request.yml
andrew-opensignlabs Nov 28, 2023
63fe413
Merge branch 'OpenSignLabs:staging' into staging
andrew-opensignlabs Nov 28, 2023
59dd919
Delete .github/PULL_REQUEST_TEMPLATE/pull-request.yml
andrew-opensignlabs Nov 28, 2023
078582a
Create pull_request_template.md
andrew-opensignlabs Nov 28, 2023
ced8b3c
Delete .github/PULL_REQUEST_TEMPLATE directory
andrew-opensignlabs Nov 28, 2023
cc8d818
Update feature-request.yml
andrew-opensignlabs Nov 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
name: "Bug Report"
labels: ["bug","up-for-grabs"]
title: "[Bug]: "
assignees:
- andrew-opensignlabs
description: Create a bug report to help us make OpenSign™ the world's best document e-signature platform
body:
- type: textarea
attributes:
label: Issue Description
description: Please provide a clear & concise description of the problem.
- type: textarea
attributes:
label: Expected Behavior
description: Describe what you expected to happen.
- type: textarea
attributes:
label: Current Behavior
description: Describe what is happening instead.
- type: textarea
attributes:
label: Steps to reproduce
description: Please provide step-by-step instructions to reproduce the issue. Include code snippets, URLs, error messages and any other relevant information.
- type: textarea
attributes:
label: Screenshots of the issue(optional)
description: Add screenshots to better explain the issue.
- type: input
attributes:
label: Operating System [e.g. MacOS Sonoma 14.1, Windows 11]
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Chrome
- Firefox
- Safari
- Microsoft Edge
default: 0
- type: input
attributes:
label: What version of OpenSign™ are you seeing this issue on? [e.g. 1.0.6]
validations:
required: true
- type: dropdown
id: environment
attributes:
label: What environment are you seeing the problem on?
multiple: true
options:
- Production (app.opensignlabs.com)
- Staging (staging-app.opensignlabs.com)
- Hosted (app.yourdomain.com)
- Dev (localhost or vercel)
- type: checkboxes
attributes:
label: Please check the boxes that apply to this issue report.
options:
- label: I have searched the existing issues & discussions to make sure that this is not a duplicate.
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://www.opensignlabs.com)
options:
- label: I agree to follow this project's Code of Conduct
required: true
- label: I have searched the existing issues & discussions to make sure that this is not a duplicate.
required: true
70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name: Feature Request
description: Suggest an idea for OpenSign™
title: "Feature Request: [Short Description]"
labels: [feature request, needs triage]
body:
- type: markdown
attributes:
value: |
## Thanks for taking the time to fill out this feature request!

- type: input
id: title
attributes:
label: Feature Title
description: What would you call this feature?
placeholder: e.g., Advanced Signature Verification
validations:
required: true

- type: textarea
id: feature-description
attributes:
label: Feature Description
description: |
Please provide a detailed description of the feature you're proposing.
placeholder: |
e.g., I'm proposing an advanced signature verification feature that...
validations:
required: true
- type: dropdown
id: featuretype
attributes:
label: What type of feature are you requesting?
multiple: true
options:
- UI/UX Improvement
- Security / Compliance
- Performance / Optimization
- 3rd party integration
- Other
- type: dropdown
id: importance
attributes:
label: Importance
description: How important is this feature to you?
options:
- Critical
- High
- Medium
- Low
validations:
required: true

- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Any other context or screenshots about the feature request here.
placeholder: Additional details, examples, or screenshots...

- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://www.opensignlabs.com)
options:
- label: I agree to follow this project's Code of Conduct
required: true
- label: I have searched the existing issues & discussions to make sure that this is not a duplicate.
required: true