|
1 | | ---- |
2 | | -name: Bug report |
3 | | -about: Create a report to help us improve |
4 | | -title: '' |
5 | | -labels: '' |
6 | | -assignees: '' |
7 | | - |
8 | | ---- |
9 | | - |
10 | | -**Describe the bug** |
11 | | -A clear and concise description of what the bug is. |
12 | | - |
13 | | -**To Reproduce** |
14 | | -Steps to reproduce the behavior: |
15 | | -1. Go to '...' |
16 | | -2. Click on '....' |
17 | | -3. Scroll down to '....' |
18 | | -4. See error |
19 | | - |
20 | | -**Expected behavior** |
21 | | -A clear and concise description of what you expected to happen. |
22 | | - |
23 | | -**Screenshots** |
24 | | -If applicable, add screenshots to help explain your problem. |
25 | | - |
26 | | -**Desktop (please complete the following information):** |
27 | | - - OS: [e.g. iOS] |
28 | | - - Browser [e.g. chrome, safari] |
29 | | - - Version [e.g. 22] |
30 | | - |
31 | | -**Smartphone (please complete the following information):** |
32 | | - - Device: [e.g. iPhone6] |
33 | | - - OS: [e.g. iOS8.1] |
34 | | - - Browser [e.g. stock browser, safari] |
35 | | - - Version [e.g. 22] |
36 | | - |
37 | | -**Additional context** |
38 | | -Add any other context about the problem here. |
| 1 | +name: 🐛 Found a Bug |
| 2 | +description: Report broken or incorrect behavior on the processing.org website. |
| 3 | +body: |
| 4 | +- type: dropdown |
| 5 | + id: labels |
| 6 | + attributes: |
| 7 | + label: Select the most appropriate label(s) for this issue. |
| 8 | + description: You may select more than one. |
| 9 | + multiple: true |
| 10 | + options: |
| 11 | + - Accessibility |
| 12 | + - Books |
| 13 | + - Download |
| 14 | + - Examples |
| 15 | + - Homepage |
| 16 | + - Libraries |
| 17 | + - Reference |
| 18 | + - Translation |
| 19 | + - Tutorials |
| 20 | + - Other (specify if possible) |
| 21 | + validations: |
| 22 | + required: false |
| 23 | +- type: textarea |
| 24 | + attributes: |
| 25 | + label: Describe the bug |
| 26 | + description: A clear and concise description of what the bug is. |
| 27 | + validations: |
| 28 | + required: true |
| 29 | +- type: textarea |
| 30 | + attributes: |
| 31 | + label: Steps to reproduce the behavior |
| 32 | + description: Include a simple code snippet that demonstrates the problem, along with any console errors produced. If this isn't possible, then simply describe the issue as best you can. |
| 33 | + value: "### Steps:\n\n1.\n\n2.\n\n3.\n\n### Snippet:\n\n```js\n\n// Paste your code here :)\n\n```\n" |
| 34 | + validations: |
| 35 | + required: true |
| 36 | +- type: textarea |
| 37 | + attributes: |
| 38 | + label: Expected behavior |
| 39 | + description: A clear and concise description of what you expected to happen. |
| 40 | + validations: |
| 41 | + required: true |
| 42 | +- type: textarea |
| 43 | + attributes: |
| 44 | + label: Screenshots |
| 45 | + description: If applicable, add a screenshot or screen capture to help explain your problem. |
| 46 | + validations: |
| 47 | + required: false |
| 48 | +- type: dropdown |
| 49 | + id: Browser |
| 50 | + attributes: |
| 51 | + label: Browser |
| 52 | + description: In which browser(s) have you observed this issue? |
| 53 | + multiple: true |
| 54 | + options: |
| 55 | + - Firefox |
| 56 | + - Chrome |
| 57 | + - Safari |
| 58 | + - Microsoft Edge |
| 59 | + - Other (please specify) |
| 60 | + validations: |
| 61 | + required: false |
| 62 | +- type: input |
| 63 | + attributes: |
| 64 | + label: Browser version |
| 65 | + description: In the address bar, on Chrome enter "chrome://version", on Firefox enter "about:support". On Safari, use "About Safari". |
| 66 | + validations: |
| 67 | + required: false |
| 68 | +- type: input |
| 69 | + attributes: |
| 70 | + label: Operating system |
| 71 | + description: "Ex: Windows/MacOSX/Linux/Android/iOS along with version." |
| 72 | + validations: |
| 73 | + required: false |
| 74 | +- type: input |
| 75 | + attributes: |
| 76 | + label: Smartphone details |
| 77 | + description: "If the issue is specific to mobile, please specify the device you are using (e.g. FairPhone 5, iPhone 14 Pro, Pixel 6a)" |
| 78 | + validations: |
| 79 | + required: false |
| 80 | +- type: textarea |
| 81 | + attributes: |
| 82 | + label: Additional context |
| 83 | + description: Add any other context about the problem here. |
| 84 | + validations: |
| 85 | + required: false |
0 commit comments