mirror of
https://github.com/python/cpython.git
synced 2026-04-15 16:21:24 +00:00
* Docs: a start on an 'improve this page' feature * pr feedback: simplify the link, and don't scare people with the cla * pr feedback answered - use the actual page URL - tighten the wording * fix the improve link on the improve page * news item * Update Doc/improve-page.rst Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> * fix whitespace * A nojs version of the page * comments to help people keep the two pages in sync * protect against XSS * use template for issues from the nojs page * use the template from the JS page as well * give the docs issue template a fillable description field * ugh, getting sloppy * remove more sloppiness --------- Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
16 lines
473 B
YAML
16 lines
473 B
YAML
name: Documentation
|
||
description: Report a problem with the documentation
|
||
labels: ["docs"]
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
> [!NOTE]
|
||
> Trivial changes (for example typos) don’t require an issue before opening a PR.
|
||
- type: textarea
|
||
id: description
|
||
attributes:
|
||
label: "Documentation"
|
||
description: "A clear and concise description of the issue. Include a link to the page."
|
||
validations:
|
||
required: true
|