Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
chore: add issue template bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li authored Oct 30, 2023
1 parent c639e5b commit 28d8ade
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
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

0 comments on commit 28d8ade

Please sign in to comment.