From fcc7494a8de9efdac3546840bca2ad1f8b19e5b6 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sat, 5 Sep 2020 12:19:00 -0300 Subject: [PATCH] Adding issue templates. --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 ++++++++++++++++ 2 files changed, 35 insertions(+), 0 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..4eb61ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: Create a report to help us improve pw3270 +title: '' +labels: bug +assignees: 'perry.werneck@gmail.com' +--- + +## Describe the Bug +A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem. + +## Expected Behavior +A clear and concise description of what you expected to happen. + +## System +_Please complete the following information:_ + - OS Name and version [e.g. OpenSUSE 15.2] + - PW3270 version and architecture [e.g. pw3270-unstable-5.3+git20200828-lp151.145.7.x86_64] + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..ef41e2b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea for PW3270 +title: '' +labels: enhancement +assignees: 'perry.werneck@gmail.com' +--- + +## The Problem +A clear and concise description of what the problem is, E.g. I'm always frustrated when [...] + +## The Solution +A clear and concise description of what you want to happen. + +## The Alternatives +A clear and concise description of any alternative solutions or features you've considered. -- libgit2 0.21.2