mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-22 02:47:58 +01:00
Update issue templates
This commit is contained in:
parent
020d411417
commit
11cb7e2107
2 changed files with 63 additions and 0 deletions
35
.github/ISSUE_TEMPLATE/cli-application.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/cli-application.md
vendored
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
---
|
||||||
|
name: CLI Application
|
||||||
|
about: Report an issue with the pgpainless-cli utility
|
||||||
|
title: ''
|
||||||
|
labels: 'module: cli'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
|
**Version**
|
||||||
|
<!-- What version of the software are you using? -->
|
||||||
|
- `pgpainless-cli`:
|
||||||
|
|
||||||
|
**Installation Source**
|
||||||
|
<!-- Where did you install / build pgpainless-cli from? -->
|
||||||
|
- Debian Repository
|
||||||
|
- Built locally (`gradle build...`)
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
<!-- Steps to reproduce the behavior: -->
|
||||||
|
1. `pgpainless-cli foo bar [...]`'
|
||||||
|
2. ...
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
<!-- Add any other context (test keys, test messages) about the problem here. -->
|
||||||
|
```
|
||||||
|
-----BEGIN PGP FOO BAR-----
|
||||||
|
...
|
||||||
|
```
|
28
.github/ISSUE_TEMPLATE/library.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/library.md
vendored
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
---
|
||||||
|
name: Library
|
||||||
|
about: Report an issue with the libraries pgpainless-core or pgpainless-sop
|
||||||
|
title: ''
|
||||||
|
labels: 'module: core'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
|
**Version**
|
||||||
|
<!-- What version of the software are you using? Delete lines which are not applicable. -->
|
||||||
|
- `pgpainless-core`:
|
||||||
|
- `pgpainless-sop`:
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
<!-- Steps to reproduce the behavior: -->
|
||||||
|
```
|
||||||
|
Example Code Block with your Code
|
||||||
|
```
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
<!-- Add any other context about the problem here. -->
|
Loading…
Reference in a new issue