Skip to content

Commit bbc1148

Browse files
taylorarndtCopilot
andcommitted
feat: add Material Format Issue template for EPUB, Word, and BRF problems
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ef0bb74 commit bbc1148

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
name: Material Format Issue
2+
description: Report a problem with the EPUB, Word, or Braille (BRF) workshop materials
3+
labels: ["materials", "needs triage"]
4+
assignees: []
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Use this form to report an issue with one of the downloadable workshop material formats. This could be a problem opening the file, content that does not display correctly, or compatibility issues with your assistive technology.
10+
11+
- type: dropdown
12+
id: format
13+
attributes:
14+
label: Which format are you having trouble with?
15+
options:
16+
- EPUB (git-going-with-github.epub)
17+
- Word (.docx) (git-going-with-github.docx)
18+
- Braille BRF (git-going-with-github.brf)
19+
- More than one format
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: description
25+
attributes:
26+
label: What is the issue?
27+
description: Describe what is wrong with the file or how it is not working as expected.
28+
placeholder: "For example: the file will not open, a chapter is missing, formatting is broken, my screen reader skips a section..."
29+
validations:
30+
required: true
31+
32+
- type: textarea
33+
id: expected
34+
attributes:
35+
label: What did you expect to happen?
36+
placeholder: "Describe what you expected..."
37+
validations:
38+
required: true
39+
40+
- type: input
41+
id: release
42+
attributes:
43+
label: Which release version?
44+
description: Check the release page if you are not sure.
45+
placeholder: "e.g. v1.0.0"
46+
validations:
47+
required: false
48+
49+
- type: textarea
50+
id: environment
51+
attributes:
52+
label: Your setup
53+
description: Tell us about the device, app, or assistive technology you are using so we can reproduce the problem.
54+
placeholder: |
55+
- Operating System: Windows / macOS / iOS / Android / Linux
56+
- Reading app or software: Apple Books / Voice Dream / Microsoft Word / Google Docs / other
57+
- Screen reader or Braille device: JAWS / NVDA / VoiceOver / BrailleNote / other
58+
- Any other relevant details
59+
validations:
60+
required: true
61+
62+
- type: textarea
63+
id: extra
64+
attributes:
65+
label: Anything else?
66+
description: Screenshots, screen recordings, or any other context that might help.
67+
validations:
68+
required: false

0 commit comments

Comments
 (0)