From 7bd7dc257e604da1e4352966770adda8d4d92c80 Mon Sep 17 00:00:00 2001 From: Diogo Nunes Date: Thu, 10 Oct 2019 17:31:09 +0100 Subject: [PATCH] Create issue templates --- .github/ISSUE_TEMPLATE/enhancement.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/issue.md | 15 +++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/issue.md diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 000000000..71502d869 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,16 @@ +--- +name: Enhancement +about: In case you want to improve something +title: '' +labels: enhancement +assignees: '' + +--- + +_(with this PR, I declare that I read the [contributing process](https://github.com/chocolatey/chocolateygui/blob/develop/CONTRIBUTING.md#contributing-process))_ + +### What do you accomplish with this PR? + + + +### Why should it be merged? diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 000000000..9d7956567 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,15 @@ +--- +name: Issue +about: In case you want to report something that is wrong +title: '' +labels: '' +assignees: '' + +--- + +**Pull Request (PR) pre-requisites** + +- [ ] This is not an [enhancement](https://github.com/chocolatey/ChocolateyGUI/blob/develop/CONTRIBUTING.md#submit-pull-request-pr) +- [ ] I read the [requirements of a PR](https://github.com/chocolatey/ChocolateyGUI#submitting-issues) + +### Description of the issue