Openstatus www.openstatus.dev

๐Ÿ”ฅ remove checkbox template

+13 -35
+3 -15
.github/ISSUE_TEMPLATE/bug_report.yml
··· 10 10 ## Welcome ๐Ÿ‘‹๐Ÿป 11 11 12 12 Thank you for taking the time to report an issue with OpenStatus. Please fill out the information below to help us resolve your issue faster. If you have a question or need general help, please join our [Discord community](https://www.openstatus.dev/discord). 13 - - type: checkboxes 14 - attributes: 15 - label: Preliminary Checks 16 - description: Please make sure that you verify each checkbox and follow the instructions for them. 17 - options: 18 - - label: | 19 - I have reviewed the documentation: https://docs.openstatus.dev/ 20 - required: true 21 - - label: | 22 - I have searched for existing issues: https://github.com/openstatusHQ/openstatus/issues 23 - required: true 24 - - label: | 25 - This issue is not a question, general help request, or anything other than a bug report directly related to OpenStatus. Please ask questions in our Discord community: https://www.openstatus.dev/discord 26 - required: true 27 13 - type: input 28 14 id: reproduction-link 29 15 attributes: ··· 63 49 attributes: 64 50 label: Environment 65 51 render: Shell 66 - description: Run "npx envinfo --system --browsers --binaries --npmPackages" in your project directory and paste the output here. 52 + description: 53 + Run "npx envinfo --system --browsers --binaries --npmPackages" in your 54 + project directory and paste the output here. 67 55 placeholder: | 68 56 You'll get an output similar to this: 69 57
+10 -20
.github/ISSUE_TEMPLATE/feature_request.yml
··· 1 1 name: "๐Ÿ’ก Feature Request" 2 - description: Describe a new feature or capability you would like to see in OpenStatus' offering. 3 - labels: 4 - - "enhancement" 2 + description: 3 + Describe a new feature or capability you would like to see in OpenStatus' 4 + offering. 5 5 body: 6 6 - type: markdown 7 7 attributes: ··· 9 9 ## Welcome ๐Ÿ‘‹๐Ÿป 10 10 11 11 Thank you for taking the time to write up a feature request. Please fill out the information below to be able to help you faster. If you have a question or need general help, please join our [Discord community](https://www.openstatus.dev/discord). 12 - - type: checkboxes 13 - attributes: 14 - label: Preliminary Checks 15 - description: Please make sure that you verify each checkbox and follow the instructions for them. 16 - options: 17 - - label: | 18 - I have reviewed https://docs.openstatus.dev/ for existing features that would solve my problem 19 - required: true 20 - - label: | 21 - I have searched for existing feature requests: https://github.com/openstatusHQ/openstatus/issues 22 - required: true 23 - - label: | 24 - This issue is not a question, general help request, or anything other than a feature request directly related to OpenStatus. Please ask questions in our Discord community: https://discord.com/invite/dHD4JtSfsn. 25 - required: true 26 12 - type: textarea 27 13 attributes: 28 14 label: Description 29 - description: Describe the feature or capability you would like to see in OpenStatus' offering. 30 - placeholder: Make sure it's unique, describe your use case, and explain the problem and proposed solution. 15 + description: 16 + Describe the feature or capability you would like to see in OpenStatus' 17 + offering. 18 + placeholder: 19 + Make sure it's unique, describe your use case, and explain the problem 20 + and proposed solution. 31 21 validations: 32 - required: true 22 + required: true