diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..0086358 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml new file mode 100644 index 0000000..9963654 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -0,0 +1,15 @@ +name: Other +description: Any other question or issue + +body: +- type: textarea + attributes: + label: Issue + description: > + A clear and concise description of the question or issue + validations: + required: true +- type: markdown + attributes: + value: > + Thanks for contributing! diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..aa44766 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ + + +- [ ] Closes #xxxx (Replace xxxx with the GitHub issue number, or delete line). +- [ ] Tests added and passed if fixing a bug or adding a new feature. + +### Description + +