You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,34 +11,42 @@ Have you read Formidable's Code of Conduct? By filing an Issue, you are expected
11
11
12
12
### Prerequisites
13
13
14
-
**Feel free to delete this section if you have checked off all of the following.**
14
+
<!--Feel free to delete this section if you have checked off all of the following: -->
15
15
16
-
-[ ] I've searched open [issues](https://www.github.com/FormidableLabs/spectacle/issues) to make sure I'm not opening a duplicate issue
16
+
-[ ] I have searched the open [issues](https://www.github.com/FormidableLabs/spectacle/issues) to make sure I'm not opening a duplicate issue
17
17
-[ ] I have read through the [docs](https://www.formidable.com/open-source/spectacle/docs) before asking a question
18
18
-[ ] I am using the latest version of Spectacle
19
19
20
20
### Describe Your Environment
21
21
22
-
What version of Spectacle are you using? (can be found by running `npm list spectacle`)
22
+
**What version of Spectacle are you using?** (can be found by running `npm list --depth 0 spectacle`)
23
23
24
-
What version of React are you using? (can be found by running `npm list react`)
24
+
**What version of React are you using?** (can be found by running `npm list --depth 0 react`)
25
25
26
-
What browser are you using?
26
+
**What browser are you using?** (e.g., Chrome 105.0.5195.102, Safari 16.0)
27
27
28
-
What machine are you on?
28
+
**What platform are you on?** (e.g., Windows, macOS, iOS, Android)
29
29
30
30
### Describe the Problem
31
31
32
+
<!--
33
+
32
34
It's easier to show us than tell us what's going wrong with your code. Because of this, we ask that you do one of three things to help us reproduce the bug:
33
35
34
-
1. Create a public minimal repository that we can `git clone`, with install + error reproduction steps in the README.
35
-
2. Fork our [simple Spectacle sample Sandbox](https://codesandbox.io/s/simple-spectacle-example-3jebu), reproduce your issue in the code, and paste the link here.
36
+
1. Fork one of the codesandbox examples below, reproduce your issue in the code, and paste the link in this section.
37
+
Simple Spectacle Example:
38
+
https://codesandbox.io/s/lq1tbm
39
+
TypeScript version:
40
+
https://codesandbox.io/s/kqotzi
41
+
2. Create a public minimal repository that we can `git clone`, with install + error reproduction steps in the README.
36
42
3. Open up a PR, include "WIP" and the Issue # in the title, and point us to the failing regression tests.
37
43
44
+
-->
45
+
38
46
**Expected behavior:**[What you expect to happen]
39
47
40
48
**Actual behavior:**[What actually happens]
41
49
42
50
### Additional Information
43
51
44
-
Any additional information, configuration or data that might be necessary to reproduce the issue.
52
+
<!--Any additional information, configuration or data that might be necessary to reproduce the issue.-->
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/question.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ Have you read Formidable's Code of Conduct? By filing an Issue, you are expected
11
11
12
12
### Question
13
13
14
-
What question do you have about using Spectacle?
14
+
<!--What question do you have about using Spectacle?-->
15
15
16
16
### Background Info/Attempts
17
17
18
-
Any background information that might help us answer your questions, or a code snippet or link to a code example if you have an implementation question.
18
+
<!--Any background information that might help us answer your questions, or a code snippet or link to a code example (e.g., using codesandbox.io/s/lq1tbm) if you have an implementation question.-->
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Fixes # (issue)
12
12
13
13
#### Type of Change
14
14
15
-
Please delete options that are not relevant (including this descriptive text).
15
+
<!--Please delete options that are not relevant (including this descriptive text).-->
16
16
17
17
-[ ] Bug fix (non-breaking change which fixes an issue)
18
18
-[ ] New feature (non-breaking change which adds functionality)
@@ -21,7 +21,7 @@ Please delete options that are not relevant (including this descriptive text).
21
21
22
22
### How Has This Been Tested?
23
23
24
-
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
24
+
<!--Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.-->
25
25
26
26
### Checklist: (Feel free to delete this section upon completion)
0 commit comments