mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-12-21 20:47:58 +01:00
Update issue templates
This commit is contained in:
parent
7092baee4f
commit
e2a568e73e
1 changed files with 29 additions and 0 deletions
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
|
**Version**
|
||||||
|
<!-- What versions of the following libraries are you using? -->
|
||||||
|
- `sop-java`:
|
||||||
|
- `pgpainless-core`:
|
||||||
|
- `bouncycastle`:
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
<!-- Steps to reproduce the behavior: -->
|
||||||
|
```
|
||||||
|
Example Code Block
|
||||||
|
```
|
||||||
|
|
||||||
|
**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