mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated issue templates
This commit is contained in:
parent
3d7bcfd200
commit
66cdb6ab7d
@ -1,5 +1,7 @@
|
|||||||
name: Report a bug
|
name: Report a bug
|
||||||
description: Something is not working? Report a bug
|
description: Something is not working? Report a bug
|
||||||
|
labels:
|
||||||
|
- needs investigation
|
||||||
body:
|
body:
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
@ -2,8 +2,8 @@ name: Report a docs issue
|
|||||||
description: Missing information in our docs? Create a documentation issue
|
description: Missing information in our docs? Create a documentation issue
|
||||||
labels:
|
labels:
|
||||||
- documentation
|
- documentation
|
||||||
|
|
||||||
body:
|
body:
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
@ -1,5 +1,7 @@
|
|||||||
name: Request a change
|
name: Request a change
|
||||||
description: Want to submit an idea? Propose a change or feature request
|
description: Want to submit an idea? Propose a change or feature request
|
||||||
|
labels:
|
||||||
|
- needs investigation
|
||||||
body:
|
body:
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -19,7 +21,8 @@ body:
|
|||||||
description: >-
|
description: >-
|
||||||
Please provide a detailed description of your idea in 2-3 sentences, so
|
Please provide a detailed description of your idea in 2-3 sentences, so
|
||||||
that we maintainers can fully understand what change, feature, or
|
that we maintainers can fully understand what change, feature, or
|
||||||
improvement you are proposing.
|
improvement you are proposing. Don't yet explain the benefits of your
|
||||||
|
idea, we'll come to that. Focus on functionality.
|
||||||
[More](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/#description)
|
[More](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/#description)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@ -29,13 +32,13 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Related links
|
label: Related links
|
||||||
description: >-
|
description: >-
|
||||||
Please list all links to [issues](https://github.com/squidfunk/mkdocs-material/issues),
|
Please list all links to open and closed [issues](https://github.com/squidfunk/mkdocs-material/issues),
|
||||||
[discussions](https://github.com/squidfunk/mkdocs-material/discussions)
|
[discussions](https://github.com/squidfunk/mkdocs-material/discussions)
|
||||||
or to [documentation sections](https://squidfunk.github.io/mkdocs-material)
|
or to [documentation sections](https://squidfunk.github.io/mkdocs-material)
|
||||||
that are relevant to your idea.
|
that are relevant to your idea.
|
||||||
If you discussed your idea with the community on our
|
If you discussed your idea with the community on our
|
||||||
[discussion board](https://github.com/squidfunk/mkdocs-material/discussions),
|
[discussion board](https://github.com/squidfunk/mkdocs-material/discussions)
|
||||||
please link it here as well.
|
prior to creating this change request, please link the discussion here as well.
|
||||||
[More](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/#related-links)
|
[More](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/#related-links)
|
||||||
value: |-
|
value: |-
|
||||||
- [Requesting a change](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/)
|
- [Requesting a change](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/)
|
||||||
@ -48,8 +51,10 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Use Cases
|
label: Use Cases
|
||||||
description: >-
|
description: >-
|
||||||
Please explain how your idea will be used by yourself and the community,
|
Please explain how your idea will work from an author's and user's
|
||||||
as well as the benefits it brings.
|
perspective. Elaborate how the change would positively impact not only
|
||||||
|
you, but the community, and how it aligns with the goals and [philopsophy](https://squidfunk.github.io/mkdocs-material/philosophy/)
|
||||||
|
of the project.
|
||||||
[More](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/#use-cases)
|
[More](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/#use-cases)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@ -62,7 +67,7 @@ body:
|
|||||||
This field is optional. You may provide sketches, screenshots, mockups,
|
This field is optional. You may provide sketches, screenshots, mockups,
|
||||||
or external assets to illustrate your idea. If you have seen this change,
|
or external assets to illustrate your idea. If you have seen this change,
|
||||||
feature, or improvement used in other static site generators or themes,
|
feature, or improvement used in other static site generators or themes,
|
||||||
please describe how it was used and incorporated.
|
please describe how it is implemented and advertised.
|
||||||
[More](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/#visuals)
|
[More](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/#visuals)
|
||||||
placeholder: |-
|
placeholder: |-
|
||||||
Drag and drop images here or link external assets.
|
Drag and drop images here or link external assets.
|
@ -1,6 +1,9 @@
|
|||||||
name: Translate
|
name: Add a translation
|
||||||
description: Add localization for a new language
|
description: Add localization for a new language
|
||||||
title: 'New language: {replace with language name}'
|
title: 'New language: {replace with language name}'
|
||||||
|
labels:
|
||||||
|
- enhancement
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -22,4 +22,4 @@ blank_issues_enabled: false
|
|||||||
contact_links:
|
contact_links:
|
||||||
- name: Ask a question
|
- name: Ask a question
|
||||||
url: https://github.com/squidfunk/mkdocs-material/discussions
|
url: https://github.com/squidfunk/mkdocs-material/discussions
|
||||||
about: Have a question or need help? Ask your question on our discussion board
|
about: Have a question or need help? Connect with the community on our discussion board
|
||||||
|
Loading…
Reference in New Issue
Block a user