|
| 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 |
0 commit comments