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
48 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,48 @@ | ||
name: "[Mkdocs Publisher Template] Feature request" | ||
description: "Suggest an idea for the publisher mkdocs template." | ||
title: "[FR]: " | ||
labels: ["✨ Enhancement"] | ||
assignees: | ||
- lisandra-dev | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for this report! | ||
- type: checkboxes | ||
attributes: | ||
label: Issue validation | ||
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 concern strickly the template, adn isn't a question relative to [Material Mkdocs](https://squidfunk.github.io/mkdocs-material/) nor [Mkdocs](https://www.mkdocs.org/)." | ||
required: true | ||
- label: "I checked the issue to prevent duplicate" | ||
required: true | ||
- label: "My issue doesn't concern the **Obsidian Plugin**. Issue regarding the plugin must be [here](https://github.com/ObsidianPublisher/obsidian-github-publisher/issues) | ||
required: true | ||
- type: textarea | ||
id: describe-request | ||
attributes: | ||
label: Is your feature related to a problem ? | ||
description: If you found a solution with the inherent limit I had with Obsidian, please, add it here! | ||
placeholder: "Tell me the original problem" | ||
- type: textarea | ||
id: describe-solution | ||
attributes: | ||
label: What solution do you want to see ? | ||
description: Describe your idea here! | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternative | ||
attributes: | ||
label: Describe the alternative you've considered | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about the issue you are encountering! | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false | ||
|