Skip to content

Commit

Permalink
chore(core): added question template
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Aug 25, 2024
1 parent 03aff54 commit c2be2e9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ body:
label: What package is the bug related to?
multiple: false
options:
- "typedoc-plugin-markdown"
- "typedoc-plugin-frontmatter"
- "typdedoc-plugin-remark"
- "typedoc-vitepress-theme"
- "typedoc-github-wiki-theme"
- "typedoc-gitlab-wiki-theme"
- "docusaurus-plugin-typedoc"
- 'typedoc-plugin-markdown'
- 'typedoc-plugin-frontmatter'
- 'typdedoc-plugin-remark'
- 'typedoc-vitepress-theme'
- 'typedoc-github-wiki-theme'
- 'typedoc-gitlab-wiki-theme'
- 'docusaurus-plugin-typedoc'
default: 0
validations:
required: true
- type: textarea
attributes:
label: Describe the issue
description: Please describe what the issue and provide as many details as possible.
description: Please describe what the issue and provide as many details as possible. If the issue is regarding data, please also confirm that issue is not reproducible with the default HTML theme.
validations:
required: true
- type: textarea
Expand Down
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Question
description: Ask a question.
labels: [question]
body:
- type: dropdown
attributes:
label: What package is your question related to?
multiple: false
options:
- 'typedoc-plugin-markdown'
- 'typedoc-plugin-frontmatter'
- 'typdedoc-plugin-remark'
- 'typedoc-vitepress-theme'
- 'typedoc-github-wiki-theme'
- 'typedoc-gitlab-wiki-theme'
- 'docusaurus-plugin-typedoc'
default: 0
validations:
required: true
- type: textarea
attributes:
label: What would you like to ask?
description: Ask a question or start a conversation.
validations:
required: true

0 comments on commit c2be2e9

Please sign in to comment.