Skip to content

Commit

Permalink
chore: change GH issue template to yaml format for better experience (a…
Browse files Browse the repository at this point in the history
…pache#181)

* chore: change GH issue template to yaml format for better experience

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* move question to GitHub Discussion

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
  • Loading branch information
waynexia authored Aug 9, 2022
1 parent 00597e6 commit f4784b4
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 79 deletions.
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Bug Report
labels: ["bug"]
description: Report to help us improve
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: bug-description
attributes:
label: Describe this problem
description: What this problem is and what happened.
validations:
required: true
- type: textarea
id: reproducer
attributes:
label: Steps to reproduce
description: How to reproduce this problem.
placeholder: Paste the command you've typed and logs you get here.
validations:
required: true
- type: textarea
id: expectation
attributes:
label: Expected behavior
description: What is your expected behavior.
- type: textarea
id: context
attributes:
label: Additional Information
description: If possible, please attach other context you think may relate to this problem. Like *runtime environment*, *modified config*, *error log* etc.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question or get support
url: https://github.com/CeresDB/ceresdb/discussions/categories/q-a
about: Ask a question or request support about CeresDB
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Feature Request
labels: ["enhancement"]
description: Suggest an idea to CeresDB
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill this!
- type: textarea
id: feat-description
attributes:
label: Describe This Problem
description: A clear and concise description of what the problem is.
placeholder: Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposal
description: Maybe you have considered some ideas or solutions about this feature.
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional Context
description: Add any other context about the feature request here.
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

0 comments on commit f4784b4

Please sign in to comment.