The Node.js® Website
1name: Report a Technical/Visual Issue on the Node.js Website
2description: 'Is something not working as expected? Did you encounter a glitch or a bug with the Website?'
3labels: [bug]
4body:
5 - type: markdown
6 attributes:
7 value: |
8 Thanks for reporting an issue you've found on the nodejs.org website.
9 Please fill in the template below. If unsure about something, just do as best
10 as you're able. If you are reporting a visual glitch, it will be much easier
11 for us to fix it when you attach a screenshot as well.
12 - type: input
13 attributes:
14 label: 'URL:'
15 description: The URL of the page you are reporting an issue on.
16 placeholder: https://nodejs.org/en/
17 validations:
18 required: true
19 - type: input
20 attributes:
21 label: 'Browser Name:'
22 description: What kind of browser are you using?
23 placeholder: Chrome
24 validations:
25 required: true
26 - type: input
27 attributes:
28 label: 'Browser Version:'
29 description: What version of browser are you using?
30 placeholder: '103.0.5060.134'
31 validations:
32 required: true
33 - type: input
34 attributes:
35 label: 'Operating System:'
36 description: What kind of operation system are you using
37 (Write it in full, with version number)?
38 placeholder: 'Windows 10, 21H2, 19044.1826'
39 validations:
40 required: true
41 - type: textarea
42 attributes:
43 label: 'How to reproduce the issue:'
44 placeholder: |
45 1. What I did.
46 2. What I expected to happen.
47 3. What I actually got.
48 4. If possible, images or videos are welcome.
49 validations:
50 required: true