Compare commits

...

9 commits

Author SHA1 Message Date
Clifford Fajardo
54e9449ce0
Merge 0337942c0b into 6fc85022ae 2025-04-07 08:02:15 -07:00
Clifford Fajardo
0337942c0b
Update .github/ISSUE_TEMPLATE/bug_report.yml
Co-authored-by: David Luzar <luzar.david@gmail.com>
2022-07-22 19:27:32 -07:00
Aakansha Doshi
b854f659fe
Update .github/ISSUE_TEMPLATE/config.yml 2022-07-22 23:14:04 +05:30
Aakansha Doshi
b6bca21662
Update .github/ISSUE_TEMPLATE/bug_report.yml
Co-authored-by: David Luzar <luzar.david@gmail.com>
2022-07-22 20:01:49 +05:30
Aakansha Doshi
0f9c130ea8 update issue template and remove feature template 2022-07-22 19:26:06 +05:30
Aakansha Doshi
381817053c Merge remote-tracking branch 'origin/master' into template 2022-07-22 19:06:07 +05:30
Clifford Fajardo
bfa2dd4663 Update .github/ISSUE_TEMPLATE/feature-request.yml
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
2022-01-20 18:44:45 -08:00
Clifford Fajardo
64c540dceb
Update .github/ISSUE_TEMPLATE/feature-request.yml
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
2022-01-18 10:17:10 -08:00
clifford
31e3bd69f2 add github issue templates 2022-01-17 15:44:14 -08:00
2 changed files with 41 additions and 0 deletions

36
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View file

@ -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

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -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.