Skip to content

Commit

Permalink
fix: new issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed May 8, 2022
1 parent 0005f35 commit b9ad684
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
name: Bug report
about: Create a report to help us improve
---

**Describe the bug**

A clear and concise description of what the bug is.

**Reproducing the bug**

Steps to reproduce the behavior:

<!--
1. Run `docker run ....`
2. Make API Request to with `curl ...`
3. Request fails with response: `{"some": "error"}`
-->

_Server logs_

<!--
```
log=error ....
```
-->

_Server configuration_

<!--
PLEASE OMIT SENSITIVE VALUES
```yaml
server:
admin:
port: 1234
```
-->

**Expected behavior**

A clear and concise description of what you expected to happen.

**Environment**

- Version: v1.2.3, git sha hash
- Environment: Debian, Docker, ...

**Additional context**

Add any other context about the problem here.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
---

**Is your feature request related to a problem? Please describe.**

A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]

**Describe the solution you'd like**

A clear and concise description of what you want to happen.

**Describe alternatives you've considered**

A 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 b9ad684

Please sign in to comment.