Skip to content

Commit 897da78

Browse files
committed
* [ADD] Added GH templates for issues and FR
1 parent 0e32783 commit 897da78

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
**sysPass Version**
8+
Can be found on `Config -> Information` tab
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Event log**
27+
Some lines from `syspass.log` file (within `config` directory) and sysPass event log that were logged when the error happened.
28+
29+
**Platform (please complete the following information):**
30+
- OS: [e.g. Linux, Android]
31+
- OS Version
32+
- Browser [e.g. Firefox, Chrome]
33+
34+
**Additional context**
35+
Add any other context about the problem here.

Diff for: .github/ISSUE_TEMPLATE/feature_request.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)