From 708fea5ecccad7bace5650afdbce4cbcf0e9d57c Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 10 Nov 2022 14:58:12 +0800 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 49 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++ .github/ISSUE_TEMPLATE/feature-request.md | 33 +++++++++++++++ 3 files changed, 90 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..f7929bda --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,49 @@ +--- +name: Bug Report +about: Report a bug or feature flaw +title: '' +labels: '' +assignees: '' + +--- + + + +## Description + + + +## Steps to Reproduce + +1. +2. +3. + +### Expected Behavior + + + +### Actual Behavior + + + +### Reproduces How Often + + + +## Versions + + + +## Additional Information + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..f511f270 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Q & A + url: https://github.com/SeaQL/sea-orm/discussions/new?category=q-a + about: Ask a question or look for help. Try to provide sufficient context, snippets to reproduce and error messages (if any). + - name: SeaQL Discord Server + url: https://discord.com/invite/uCPdDXzbdv + about: Join our Discord server to chat with others in the SeaQL community! diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..cb9e514f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,33 @@ +--- +name: Feature Request +about: Suggest a new feature for this project +title: '' +labels: '' +assignees: '' + +--- + + + +## Motivation + + + +## Proposed Solutions + + + +## Additional Information + +