|
| 1 | +# Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved. |
| 2 | +# |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | + |
| 15 | +name: Documentation Update |
| 16 | +description: Request corrections or updates to existing NVSentinel documentation |
| 17 | +title: "[Docs]: " |
| 18 | +labels: ["area/docs", "needs-triage"] |
| 19 | + |
| 20 | +body: |
| 21 | + - type: checkboxes |
| 22 | + id: prerequisites |
| 23 | + attributes: |
| 24 | + label: Prerequisites |
| 25 | + description: Please review existing [documentation issues](https://github.com/NVIDIA/NVSentinel/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fdocs) before submitting. |
| 26 | + options: |
| 27 | + - label: I searched existing documentation and open documentation issues |
| 28 | + required: true |
| 29 | + |
| 30 | + - type: checkboxes |
| 31 | + id: terms |
| 32 | + attributes: |
| 33 | + label: Code of Conduct |
| 34 | + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/NVSentinel/blob/main/CODE_OF_CONDUCT.md). |
| 35 | + options: |
| 36 | + - label: I agree to follow NVSentinel's Code of Conduct |
| 37 | + required: true |
| 38 | + |
| 39 | + - type: dropdown |
| 40 | + id: priority |
| 41 | + attributes: |
| 42 | + label: Priority |
| 43 | + description: How important is this documentation update? |
| 44 | + options: |
| 45 | + - Critical (currently preventing usage) |
| 46 | + - High |
| 47 | + - Medium |
| 48 | + - Low (would be nice) |
| 49 | + validations: |
| 50 | + required: true |
| 51 | + |
| 52 | + - type: input |
| 53 | + id: location |
| 54 | + attributes: |
| 55 | + label: Documentation Location |
| 56 | + description: Link to the existing docs or source that needs correction. |
| 57 | + placeholder: https://github.com/NVIDIA/NVSentinel/blob/main/docs/OVERVIEW.md |
| 58 | + validations: |
| 59 | + required: true |
| 60 | + |
| 61 | + - type: textarea |
| 62 | + id: problem |
| 63 | + attributes: |
| 64 | + label: Problem |
| 65 | + description: What is incorrect, outdated, unclear, or missing from the current documentation? |
| 66 | + placeholder: The docs say to use one configuration key, but the Helm chart uses another. |
| 67 | + validations: |
| 68 | + required: true |
| 69 | + |
| 70 | + - type: textarea |
| 71 | + id: correction |
| 72 | + attributes: |
| 73 | + label: Proposed Correction |
| 74 | + description: Optional. Suggest the wording or technical change you expect. |
| 75 | + placeholder: Replace the old configuration key with the current value and add a short example. |
| 76 | + validations: |
| 77 | + required: false |
0 commit comments