-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: TobiaszG24 <[email protected]>
- Loading branch information
1 parent
0234f78
commit dac0688
Showing
2 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
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,34 @@ | ||
--- | ||
name: Bug | ||
about: Create a bug report to help the project | ||
labels: bug | ||
--- | ||
|
||
# Bug | ||
|
||
_A clear and concise description of what the bug is._ | ||
|
||
### Current Behavior | ||
|
||
... _Steps to reproduce the bug_ ... | ||
|
||
### Expected behavior | ||
|
||
... _A clear and concise description of what you expected to happen._ ... | ||
|
||
### Environment | ||
|
||
- ODMantic version: ... | ||
- MongoDB version: ... | ||
- Pydantic infos (output of `python -c "import pydantic.utils; print(pydantic.utils.version_info())`): | ||
|
||
``` | ||
... | ||
``` | ||
|
||
- Version of additional modules (if relevant): | ||
- ... | ||
|
||
**Additional context** | ||
|
||
_Add any other context about the problem here._ |
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,23 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a new idea for the project | ||
labels: enhancement | ||
--- | ||
|
||
# Feature request | ||
|
||
### Context | ||
|
||
_Is your feature request related to a problem? Please describe with a clear and concise description of what the problem is. Ex. I'm always frustrated when ..._ | ||
|
||
### Solution | ||
|
||
_Describe the solution you'd like with a clear and concise description of what you want to happen._ | ||
|
||
#### Alternative solutions | ||
|
||
_Describe alternatives you've considered with clear and concise description of any alternative solutions or features you've considered._ | ||
|
||
### Additional context | ||
|
||
_Add any other context or screenshots about the feature request here._ |