Update issue template
This commit is contained in:
parent
6e6abd17cd
commit
708fea5ecc
49
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
49
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Report a bug or feature flaw
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
|
||||
Welcome! Thanks for reporting bugs!
|
||||
|
||||
Do you want to ask a question? Are you looking for support?
|
||||
Please ask us on
|
||||
- Discord: https://discord.com/invite/uCPdDXzbdv
|
||||
- GitHub Discussion
|
||||
|
||||
-->
|
||||
|
||||
## Description
|
||||
|
||||
<!-- describe the bug -->
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
1. <!-- first step -->
|
||||
2. <!-- then -->
|
||||
3. <!-- and so on -->
|
||||
|
||||
### Expected Behavior
|
||||
|
||||
<!-- what is expected to happen? -->
|
||||
|
||||
### Actual Behavior
|
||||
|
||||
<!-- what actually happened? -->
|
||||
|
||||
### Reproduces How Often
|
||||
|
||||
<!-- is it always reproducible? -->
|
||||
|
||||
## Versions
|
||||
|
||||
<!-- you can get this information from copy and pasting the output of `cargo tree | grep sea-` from the console. Also, please include the database and OS that you are running. -->
|
||||
|
||||
## Additional Information
|
||||
|
||||
<!-- please provide a minimal reproducible example, if possible. Any other additional information that might be helpful. -->
|
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -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!
|
33
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: Suggest a new feature for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
|
||||
Welcome! Thanks for suggesting features!
|
||||
|
||||
Do you want to ask a question? Are you looking for support?
|
||||
Please ask us on
|
||||
- Discord: https://discord.com/invite/uCPdDXzbdv
|
||||
- GitHub Discussions: https://github.com/SeaQL/.github/discussions/new
|
||||
|
||||
Make sure you have a clear feature specification before open an issue. Alternatively, please start an "Idea" thread on GitHub Discussions and let's formulate the solution together.
|
||||
|
||||
-->
|
||||
|
||||
## Motivation
|
||||
|
||||
<!-- what is the use case? what is the expected outcome? -->
|
||||
|
||||
## Proposed Solutions
|
||||
|
||||
<!-- what are the proposed solutions? how it solve the problem or achieve the goal? -->
|
||||
|
||||
## Additional Information
|
||||
|
||||
<!-- any other additional information that might be helpful -->
|
Loading…
x
Reference in New Issue
Block a user