Commit d5a03c36329ad7a94a732efa17f0210e56d9a1a0

Authored by Perry Werneck
1 parent b3acb187
Exists in master and in 1 other branch develop

Adding github templates.

.github/ISSUE_TEMPLATE/bug_report.md 0 → 100644
... ... @@ -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 +
... ...
.github/ISSUE_TEMPLATE/feature_request.md 0 → 100644
... ... @@ -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.
... ...
.github/auto_assign.yml 0 → 100644
... ... @@ -0,0 +1,18 @@
  1 +# Set to true to add reviewers to pull requests
  2 +addReviewers: true
  3 +
  4 +# Set to true to add assignees to pull requests
  5 +addAssignees: true
  6 +
  7 +# A list of reviewers to be added to pull requests (GitHub user name)
  8 +reviewers:
  9 +
  10 +# A list of keywords to be skipped the process that add reviewers if pull requests include it
  11 +skipKeywords:
  12 + - wip
  13 + - work in progress
  14 +
  15 +# A number of reviewers added to the pull request
  16 +# Set 0 to add all the reviewers (default: 0)
  17 +numberOfReviewers: 0
  18 +
... ...