diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..ff0b95e44 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,21 @@ +--- +name: Bug report +about: Create a report to help us improve +labels: bug +--- + +**Version, target platform, OS** +Which package and what version, is it the latest? +What are the target platform and the OS? + +**Exception message, stack trace** +If avaliable + +**Description** +A clear and concise description of the issue + +**How to reproduce** +Add here the steps to reproduce the issue + +**Additional context** +Add any other context about the problem here diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..b8791961a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for the project +--- + +**Version, target platform, OS** +Which package and what version, is it the latest? +What are the target platform and the OS? + +**Describe the problem you are trying to solve.** +Summary of the proposed changes + +**Available workarounds** +Is it possible to achieve what you're asking for in a different way? + +**Additional context** +Add any other context or screenshots about the feature request diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..1743d6c6a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## Description + +Resolves #xyz. + +A summary of the changes and which issue it resolves. + +## Checklist + +- [ ] Tests added +- [ ] Version bumped +- [ ] Changelog updated