diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 22:03:27 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 22:03:27 +0900 |
| commit | 1870b4ed3c289c4cf93f12c34232d584dddeb4dc (patch) | |
| tree | a77e1af129281d3ffe668d5a4046cd88e0a806c3 /.github | |
| parent | 1ac500e5d87d36c191b3343cc548c48ad2ca160c (diff) | |
documents template update
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/documentation-update.yml | 30 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/documentation_update.md | 24 |
2 files changed, 30 insertions, 24 deletions
diff --git a/.github/ISSUE_TEMPLATE/documentation-update.yml b/.github/ISSUE_TEMPLATE/documentation-update.yml new file mode 100644 index 00000000..3e3e8c22 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-update.yml @@ -0,0 +1,30 @@ +name: Documentation update +description: Propose a change to the project documentation wiki +title: "[Documentation update]: " +labels: ["documentation_update"] +assignees: + - JaKooLit + +body: + - type: textarea + id: desc + attributes: + label: Description + description: "Provide a clear and concise description of the documentation update" + validations: + required: true + + - type: textarea + id: repro + attributes: + label: Proposed Solution + description: "Provide a clear and concise description of the updated documentation that you'd like to see added" + validations: + required: true + + - type: textarea + id: logs + attributes: + label: install links, images or videos + description: | + Add any other information about the documentation update here. For example, you might include links to similar documentation in other projects, or screenshots or diagrams to help explain your idea diff --git a/.github/ISSUE_TEMPLATE/documentation_update.md b/.github/ISSUE_TEMPLATE/documentation_update.md deleted file mode 100644 index b75d92f0..00000000 --- a/.github/ISSUE_TEMPLATE/documentation_update.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Documentation update -about: Propose a change to the project documentation -title: "[Docs]: Short description of the change" -labels: "documentation update" ---- - -## Documentation Update - -### Description - -[Provide a clear and concise description of the documentation update you'd like to see made.] - -### Current Documentation - -[Provide a link to the current documentation or describe where it can be found.] - -### Proposed Documentation - -[Provide a clear and concise description of the updated documentation that you'd like to see added.] - -### Additional Information - -[Add any other information about the documentation update here. For example, you might include links to similar documentation in other projects, or screenshots or diagrams to help explain your idea.] |
