This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
name: "[Mkdocs Publisher Template] Bug report" | ||
description: Fill a bug report for the mkdocs publisher template | ||
title: '[Bug]: ' | ||
labels: ["🐛 Bug"] | ||
assignees: | ||
- lisandra-dev | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report. | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Material General discussion | ||
description: "Thanks to check if your issue is relative to the repository. Any non relative or duplicate issue will be closed." | ||
options: | ||
- label: "My issue is not a question relative to [Material Mkdocs](https://squidfunk.github.io/mkdocs-material/) nor [Mkdocs](https://www.mkdocs.org/) (*[You can open a discussion to get more help!](https://github.com/squidfunk/mkdocs-material/discussions)*)" | ||
required: true | ||
- label: "I checked the issue to prevent duplicate" | ||
required: true | ||
- label: "I checked my configurations files and the documentation" | ||
required: true | ||
- label: "My issue is not relative to the [actions/github Workflow](https://github.com/ObsidianPublisher/actions). If it's the case, you must open an issue [here](https://github.com/ObsidianPublisher/actions/issues)." | ||
required: true | ||
- label: "My issue is not relative to the **Obsidian Plugin**. If it's the case, you must open an issue [here](https://github.com/ObsidianPublisher/obsidian-github-publisher/issues). | ||
required: true | ||
- type: textarea | ||
id: error | ||
attributes: | ||
label: Error | ||
description: Paste the error you got here | ||
render: bash session | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: actual | ||
attributes: | ||
label: Bug description | ||
description: What actually happened? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce | ||
description: How can we reproduce this issue? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected behavior | ||
description: What did you expect to happen? | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: If applicable, add screenshots to help explain your problem. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: requirements | ||
attributes: | ||
label: Requirements | ||
description: Paste your `requirements.txt` file here | ||
render: bash session | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: mkdocs-yml | ||
attributes: | ||
label: Mkdocs.yml | ||
description: Paste your `mkdocs.yml` file here | ||
render: YAML | ||
validations: | ||
required: true |