From bb1d4776f5b16420a913b2ac30d956198ed284ca Mon Sep 17 00:00:00 2001 From: Jingcheng Yang Date: Tue, 5 Mar 2024 09:34:01 -0500 Subject: [PATCH] Add templates for reporting issues. --- .github/ISSUE_TEMPLATE/config.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..faf5c4d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,16 @@ +about: Manage your project's issue templates +config: + blank_issues_enabled: false + contact_links: + - name: OpenProphetDB Team + url: https://www.prophetdb.org/contact/ + about: Please ask and answer questions here. + issue_templates: + - name: Bug report + about: Create a report to help us improve + labels: bug + assignees: yjcyxky@163.com + - name: Feature request + about: Suggest an idea for this project + labels: enhancement + assignees: yjcyxky@163.com