diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000000..4aa0bbd501 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,36 @@ +name: "🐛 Bug report" +description: Report a reproducible bug or regression +body: + - type: markdown + attributes: + value: | + Thank you for reporting an issue :pray: + + This issue tracker is for reporting reproducible bugs or regression's found in Excalidraw or Excalidraw+ + If you have a question about how to achieve something and are struggling, please post a question + inside of excalidraw's [Discussions tab](https://github.com/excalidraw/excalidraw/discussions) + + Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already: + - excalidraw's [Discussions tab](https://github.com/excalidraw/excalidraw/discussions) + - excalidraw's [Open Issues](https://github.com/excalidraw/excalidraw/discussions/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) + - excalidraw's [Closed Issues](https://github.com/excalidraw/excalidraw/discussions/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed) + + The more information you fill in, the better the community can help you. + - type: textarea + id: description + attributes: + label: Describe the bug + description: Provide a clear and concise description of the challenge you are running into. + validations: + required: true + - type: textarea + id: platform + attributes: + label: Platform + description: | + Please let us know which Operting System, Browser and Browser version you were using when the issue occurred. + placeholder: | + - OS + version: e.g. MacOS Big Sur, Windows 11, Linux, iOS 14, Android + - Browser + version: e.g. Chrome 104, Safari 15, Firefox 102 + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..de71ddc316 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Feature Requests & Questions + url: https://github.com/excalidraw/excalidraw/discussions + about: Please ask and answer questions here.