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

Commit

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

0 comments on commit c639e5b

Please sign in to comment.