From 72f6d0db4d8c2da7cae7da07c21be97deebf5fd6 Mon Sep 17 00:00:00 2001 From: Jacob Plaster Date: Wed, 5 Jun 2019 17:18:57 +0800 Subject: [PATCH] .github: add PR/issue templates --- .github/ISSUE_TEMPLATE | 13 +++++++++++++ .github/PULL_REQUEST_TEMPLATE | 15 +++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE create mode 100644 .github/PULL_REQUEST_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 0000000..dc4cbeb --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,13 @@ +#### Issue type +- [ ] bug +- [ ] missing functionality +- [ ] performance +- [ ] feature request + +#### Brief description + +#### Steps to reproduce +- + +##### Additional Notes: +- diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000..b4cce30 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,15 @@ +### Description: +... + +### Breaking changes: +- [ ] + +### New features: +- [ ] + +### Fixes: +- [ ] + +### PR status: +- [ ] Version bumped +- [ ] Change-log updated