|
| 1 | +name: Bug Report |
| 2 | +description: Report a bug in schema artifacts, manifests, contexts, or site/index pages |
| 3 | +title: "[Bug] " |
| 4 | +labels: |
| 5 | + - bug |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thanks for reporting a bug. |
| 11 | +
|
| 12 | + Use this form for defects in published files, generated indexes, manifests, or documentation behavior. |
| 13 | + For new proposals or schema changes, use **Discussions** (RFCs) instead. |
| 14 | +
|
| 15 | + - type: dropdown |
| 16 | + id: area |
| 17 | + attributes: |
| 18 | + label: Affected Area |
| 19 | + options: |
| 20 | + - class definitions |
| 21 | + - property definitions |
| 22 | + - controlled vocabularies |
| 23 | + - JSON-LD contexts |
| 24 | + - manifest files |
| 25 | + - index pages / docs site |
| 26 | + - scripts / tooling |
| 27 | + - other |
| 28 | + validations: |
| 29 | + required: true |
| 30 | + |
| 31 | + - type: input |
| 32 | + id: url_or_file |
| 33 | + attributes: |
| 34 | + label: Affected URL or File |
| 35 | + description: Link or file path where the bug occurs |
| 36 | + placeholder: /linked-data/property/identifier.jsonld or manifest/datacite-4.6.json |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + |
| 40 | + - type: textarea |
| 41 | + id: summary |
| 42 | + attributes: |
| 43 | + label: Summary |
| 44 | + description: Briefly describe the bug |
| 45 | + placeholder: What is wrong? |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + |
| 49 | + - type: textarea |
| 50 | + id: steps |
| 51 | + attributes: |
| 52 | + label: Steps To Reproduce |
| 53 | + description: Include exact steps, URLs, commands, or inputs |
| 54 | + placeholder: | |
| 55 | + 1. Open ... |
| 56 | + 2. Run ... |
| 57 | + 3. Observe ... |
| 58 | + validations: |
| 59 | + required: true |
| 60 | + |
| 61 | + - type: textarea |
| 62 | + id: expected |
| 63 | + attributes: |
| 64 | + label: Expected Behavior |
| 65 | + placeholder: What should have happened? |
| 66 | + validations: |
| 67 | + required: true |
| 68 | + |
| 69 | + - type: textarea |
| 70 | + id: actual |
| 71 | + attributes: |
| 72 | + label: Actual Behavior |
| 73 | + placeholder: What happened instead? |
| 74 | + validations: |
| 75 | + required: true |
| 76 | + |
| 77 | + - type: textarea |
| 78 | + id: evidence |
| 79 | + attributes: |
| 80 | + label: Evidence (Optional) |
| 81 | + description: Error messages, screenshots, diffs, or snippets |
| 82 | + render: markdown |
| 83 | + |
| 84 | + - type: input |
| 85 | + id: environment |
| 86 | + attributes: |
| 87 | + label: Environment (Optional) |
| 88 | + description: Browser/tool/runtime if relevant |
| 89 | + placeholder: Chrome 122, curl 8.x, node 20.x |
| 90 | + |
| 91 | + - type: checkboxes |
| 92 | + id: checks |
| 93 | + attributes: |
| 94 | + label: Checklist |
| 95 | + options: |
| 96 | + - label: I confirmed this is a bug (not a proposal/RFC) |
| 97 | + required: true |
| 98 | + - label: I searched existing issues for duplicates |
| 99 | + required: true |
| 100 | + |
0 commit comments