|
| 1 | +name: CDM-OBS Table Change Proposal |
| 2 | +description: Use this template to propose edits or additions to CDM-OBS model tables. |
| 3 | +title: "[Table Change] " |
| 4 | +labels: ["table-edit", "needs-review"] |
| 5 | +assignees: [] |
| 6 | + |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + ## 1️⃣ Contributor Information |
| 12 | + - **Name:** |
| 13 | + - **Role:** |
| 14 | + - **GitHub handle/email:** |
| 15 | +
|
| 16 | + - type: input |
| 17 | + id: table_file |
| 18 | + attributes: |
| 19 | + label: Target Table File Name |
| 20 | + description: Enter the file name of the table from cdm-obs/tables |
| 21 | + placeholder: instruments.csv |
| 22 | + required: true |
| 23 | + |
| 24 | + - type: textarea |
| 25 | + id: table_description |
| 26 | + attributes: |
| 27 | + label: Table Description |
| 28 | + description: Brief description of the table |
| 29 | + placeholder: List of observation instruments used in CDM-OBS |
| 30 | + required: true |
| 31 | + |
| 32 | + - type: checkboxes |
| 33 | + id: change_type |
| 34 | + attributes: |
| 35 | + label: Type of Change |
| 36 | + options: |
| 37 | + - Correction (typo, value fix) |
| 38 | + - New entry addition |
| 39 | + - Unit or value update |
| 40 | + - Structural change (column rename, new column) |
| 41 | + - Metadata enhancement |
| 42 | + - Deprecation or retirement |
| 43 | + - Other |
| 44 | + required: true |
| 45 | + |
| 46 | + - type: textarea |
| 47 | + id: current_content |
| 48 | + attributes: |
| 49 | + label: Current Content (before change) |
| 50 | + description: Paste relevant snippet from the table |
| 51 | + required: true |
| 52 | + |
| 53 | + - type: textarea |
| 54 | + id: proposed_content |
| 55 | + attributes: |
| 56 | + label: Proposed Content (after change) |
| 57 | + description: Show the updated snippet clearly |
| 58 | + required: true |
| 59 | + |
| 60 | + - type: textarea |
| 61 | + id: rationale |
| 62 | + attributes: |
| 63 | + label: Motivation & Rationale |
| 64 | + description: Explain why this change is needed and reference standards/docs |
| 65 | + |
| 66 | + - type: textarea |
| 67 | + id: impact |
| 68 | + attributes: |
| 69 | + label: Impact Assessment |
| 70 | + description: Downstream systems affected, backward compatibility, testing/validation |
| 71 | + |
| 72 | + - type: textarea |
| 73 | + id: reviewer_notes |
| 74 | + attributes: |
| 75 | + label: Reviewer Notes / Additional Comments |
| 76 | + description: Optional guidance for reviewers |
| 77 | + |
0 commit comments