Commit fcc7494a8de9efdac3546840bca2ad1f8b19e5b6
1 parent
1615ec90
Exists in
master
and in
3 other branches
Adding issue templates.
Showing
2 changed files
with
35 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,19 @@ |
1 | +--- | |
2 | +name: Bug report | |
3 | +about: Create a report to help us improve pw3270 | |
4 | +title: '' | |
5 | +labels: bug | |
6 | +assignees: 'perry.werneck@gmail.com' | |
7 | +--- | |
8 | + | |
9 | +## Describe the Bug | |
10 | +A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem. | |
11 | + | |
12 | +## Expected Behavior | |
13 | +A clear and concise description of what you expected to happen. | |
14 | + | |
15 | +## System | |
16 | +_Please complete the following information:_ | |
17 | + - OS Name and version [e.g. OpenSUSE 15.2] | |
18 | + - PW3270 version and architecture [e.g. pw3270-unstable-5.3+git20200828-lp151.145.7.x86_64] | |
19 | + | ... | ... |
... | ... | @@ -0,0 +1,16 @@ |
1 | +--- | |
2 | +name: Feature request | |
3 | +about: Suggest an idea for PW3270 | |
4 | +title: '' | |
5 | +labels: enhancement | |
6 | +assignees: 'perry.werneck@gmail.com' | |
7 | +--- | |
8 | + | |
9 | +## The Problem | |
10 | +A clear and concise description of what the problem is, E.g. I'm always frustrated when [...] | |
11 | + | |
12 | +## The Solution | |
13 | +A clear and concise description of what you want to happen. | |
14 | + | |
15 | +## The Alternatives | |
16 | +A clear and concise description of any alternative solutions or features you've considered. | ... | ... |