forked from apache/horaedb
-
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.
chore: change GH issue template to yaml format for better experience (a…
…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
Showing
6 changed files
with
66 additions
and
79 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,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. |
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,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 |
This file was deleted.
Oops, something went wrong.
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,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. |
This file was deleted.
Oops, something went wrong.