···1010 ## Welcome ๐๐ป
11111212 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).
1313- - type: checkboxes
1414- attributes:
1515- label: Preliminary Checks
1616- description: Please make sure that you verify each checkbox and follow the instructions for them.
1717- options:
1818- - label: |
1919- I have reviewed the documentation: https://docs.openstatus.dev/
2020- required: true
2121- - label: |
2222- I have searched for existing issues: https://github.com/openstatusHQ/openstatus/issues
2323- required: true
2424- - label: |
2525- 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
2626- required: true
2713 - type: input
2814 id: reproduction-link
2915 attributes:
···6349 attributes:
6450 label: Environment
6551 render: Shell
6666- description: Run "npx envinfo --system --browsers --binaries --npmPackages" in your project directory and paste the output here.
5252+ description:
5353+ Run "npx envinfo --system --browsers --binaries --npmPackages" in your
5454+ project directory and paste the output here.
6755 placeholder: |
6856 You'll get an output similar to this:
6957
+10-20
.github/ISSUE_TEMPLATE/feature_request.yml
···11name: "๐ก Feature Request"
22-description: Describe a new feature or capability you would like to see in OpenStatus' offering.
33-labels:
44- - "enhancement"
22+description:
33+ Describe a new feature or capability you would like to see in OpenStatus'
44+ offering.
55body:
66 - type: markdown
77 attributes:
···99 ## Welcome ๐๐ป
10101111 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).
1212- - type: checkboxes
1313- attributes:
1414- label: Preliminary Checks
1515- description: Please make sure that you verify each checkbox and follow the instructions for them.
1616- options:
1717- - label: |
1818- I have reviewed https://docs.openstatus.dev/ for existing features that would solve my problem
1919- required: true
2020- - label: |
2121- I have searched for existing feature requests: https://github.com/openstatusHQ/openstatus/issues
2222- required: true
2323- - label: |
2424- 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.
2525- required: true
2612 - type: textarea
2713 attributes:
2814 label: Description
2929- description: Describe the feature or capability you would like to see in OpenStatus' offering.
3030- placeholder: Make sure it's unique, describe your use case, and explain the problem and proposed solution.
1515+ description:
1616+ Describe the feature or capability you would like to see in OpenStatus'
1717+ offering.
1818+ placeholder:
1919+ Make sure it's unique, describe your use case, and explain the problem
2020+ and proposed solution.
3121 validations:
3232- required: true2222+ required: true