Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
Co-authored-by: TobiaszG24 <[email protected]>
  • Loading branch information
art049 and tobiasz-gleba committed Dec 15, 2020
1 parent 0234f78 commit dac0688
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
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._
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
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._

0 comments on commit dac0688

Please sign in to comment.