Skip to content

Commit 135d3a8

Browse files
authored
Create 2_content_error
1 parent 6e2276c commit 135d3a8

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
name: 📝 Content Corrections
2+
description: Use this template to report typos, content errors, or factual inaccuracies on the processing.org website.
3+
body:
4+
- type: dropdown
5+
id: error_type
6+
attributes:
7+
label: Select the type of content error.
8+
description: Choose the most appropriate type of content issue you are reporting.
9+
multiple: false
10+
options:
11+
- Typo
12+
- Grammatical Error
13+
- Factual Mistake
14+
- Wrong image
15+
- Other content error (please specify)
16+
validations:
17+
required: true
18+
- type: dropdown
19+
id: labels
20+
attributes:
21+
label: Section
22+
description: On which part of the website does the error appear?
23+
multiple: true
24+
options:
25+
- Books
26+
- Download
27+
- Examples
28+
- Homepage
29+
- Libraries
30+
- Reference
31+
- Tutorials
32+
- Other (specify if possible)
33+
- type: textarea
34+
attributes:
35+
label: Location of the error
36+
description: Include the URL or title of the page where the error occurs.
37+
validations:
38+
required: true
39+
- type: textarea
40+
attributes:
41+
label: Describe the error
42+
description: Provide a clear and detailed description of the error.
43+
validations:
44+
required: true
45+
- type: textarea
46+
attributes:
47+
label: Suggested correction
48+
description: If possible, suggest a correction or clarify how the content should be amended.
49+
validations:
50+
required: false
51+
validations:
52+
required: true
53+
- type: input
54+
attributes:
55+
label: Language
56+
description: Specify the language of the content where the error was found.
57+
validations:
58+
required: false
59+
- type: textarea
60+
attributes:
61+
label: Screenshots or references
62+
description: If necessary, add screenshots or references to help clarify the issue.
63+
validations:
64+
required: false
65+
- type: textarea
66+
attributes:
67+
label: Additional context
68+
description: Add any other context or information that could assist in resolving this issue.
69+
validations:
70+
required: false

0 commit comments

Comments
 (0)