|
| 1 | +name: Content suggestion |
| 2 | +description: Suggest new content or improvements to existing pages on ethereum.org. |
| 3 | +title: "[Content] <short summary>" |
| 4 | +labels: |
| 5 | + - content |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thanks for suggesting improvements to ethereum.org! |
| 11 | + This template is for content-related feedback, such as new pages, |
| 12 | + updates to existing pages, or missing documentation. |
| 13 | +
|
| 14 | + - type: input |
| 15 | + id: page-url |
| 16 | + attributes: |
| 17 | + label: Affected page URL or path |
| 18 | + description: Link to the page on ethereum.org or the path to affected files. |
| 19 | + placeholder: "Example: https://ethereum.org/en/developers/ or src/content/developers/index.md" |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + |
| 23 | + - type: dropdown |
| 24 | + id: suggestion-type |
| 25 | + attributes: |
| 26 | + label: Type of suggestion |
| 27 | + options: |
| 28 | + - New page or section |
| 29 | + - Update existing content |
| 30 | + - Fix incorrect or outdated information |
| 31 | + - Improve structure or wording |
| 32 | + - Other |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + |
| 36 | + - type: textarea |
| 37 | + id: current-behavior |
| 38 | + attributes: |
| 39 | + label: Current content or behaviour |
| 40 | + description: Describe what the page currently says or how it behaves. |
| 41 | + placeholder: "Summarise the current state, including any specific sentences or sections." |
| 42 | + validations: |
| 43 | + required: true |
| 44 | + |
| 45 | + - type: textarea |
| 46 | + id: proposed-change |
| 47 | + attributes: |
| 48 | + label: Proposed change |
| 49 | + description: Describe what you would like to see. |
| 50 | + placeholder: "Explain your suggestion." |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + |
| 54 | + - type: textarea |
| 55 | + id: motivation |
| 56 | + attributes: |
| 57 | + label: Motivation and context |
| 58 | + description: Why is this change important? Who does it help? |
| 59 | + placeholder: "For example: developers new to Ethereum, users confused about gas fees, etc." |
| 60 | + validations: |
| 61 | + required: false |
| 62 | + |
| 63 | + - type: textarea |
| 64 | + id: references |
| 65 | + attributes: |
| 66 | + label: References or related resources |
| 67 | + description: Optional links to specs, blog posts, or other docs that support your suggestion. |
| 68 | + placeholder: "EIPs, blog posts, tutorials, etc." |
0 commit comments