diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..cbf84e693 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug report + +--- + +# Describe the bug + + + +# Steps to reproduce + + + + +**Additional context** + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..bd714d83e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +title: FEAT - Give a title to the feature request +--- + +# Description of the feature + + + + +# Considered alternatives + + + + +**Additional context** + + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..9492e121b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +# Context of the PR + + + +# Contributions of the PR + + + + +### Checks before merging PR + +- [ ] added documentation for any new feature +- [ ] added unittests +- [ ] edited the [what's new](../doc/changes/whats_new.rst)(if applicable)