upload-artifact/.github/ISSUE_TEMPLATE/documentation-issues.yml
popilnus-mirror 88c2f781c3
Some checks are pending
Code scanning - action / CodeQL-Build (push) Waiting to run
Licensed / Check licenses (push) Waiting to run
Mirror actions/upload-artifact@v4 (upstream ea165f8d65b6e75b540449e92b4886f43607fa02)
2026-09-20 13:31:01 -04:00

28 lines
No EOL
938 B
YAML

name: "📚 Documentation issues"
description: Make a suggestion to improve the documentation!
labels: ['documentation']
title: '[docs]'
body:
- type: markdown
attributes:
value: |
❗ This is only for documentation updates for files in this repo, ie: `README.md`.
If you want to suggest changes for the [GitHub Docs](https://docs.github.com/), please [open an issue there](https://github.com/github/docs/issues/new/choose).
- type: textarea
id: affected
attributes:
label: What files would you like to change?
description: |
Please provide permalinks to the specified files and line numbers.
validations:
required: true
- type: textarea
id: suggested
attributes:
label: What are your suggested changes?
description: |
Give as much detail as you can to help us understand the changes you want to see.
validations:
required: true