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