From 906a8feb1350e2ff531d71ececd19bfebcef79c8 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira da Silva Date: Thu, 9 Apr 2020 17:03:35 -0300 Subject: [PATCH] Create a GitHub templates for pull-requests and new issues #522 Resolves #522 --- .github/ISSUE_TEMPLATE/bug-report.md | 48 ++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 38 +++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 59 +++++++++++++++++++++++ 3 files changed, 145 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..39cd2cd6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,48 @@ + +# Title + + +## Summary + + + +## Environment + + +## Expected Results + + +## Actual Results + + + +## Steps to reproduce + + + +## Additional Information + + + + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..bd5ced78 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,38 @@ + +# Title + + +## Summary + + + +## Why? + + + +## How + + +## Acceptance criteria + + + +## Additional Information + + + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..d3b0c578 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,59 @@ + +# Title + + +## Summary + + + +## Type + +[] Bug fix +[] Feature request +[] Enhancement +[] Docs + +## Why? + + + +## Requirements + + + +## How to try it? + + + +## Documentation + + + +## Additional Information + + + +## Checklist: + + + + +- [ ] My change requires a change to the documentation or CHANGELOG. +- [ ] I have updated the documentation/CHANGELOG accordingly. +