diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/other_issue_report.md b/.github/ISSUE_TEMPLATE/other_issue_report.md new file mode 100644 index 000000000..01c372389 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other_issue_report.md @@ -0,0 +1,13 @@ +--- +name: Other issue report +about: Report other issue +title: '' +labels: bug +assignees: '' +--- + +## Describe your issue + +## Further context + + diff --git a/.github/ISSUE_TEMPLATE/stale_issue_report.md b/.github/ISSUE_TEMPLATE/stale_issue_report.md new file mode 100644 index 000000000..4c732d611 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/stale_issue_report.md @@ -0,0 +1,29 @@ +--- +name: Stale issue report +about: Report issues with using the stale action +title: '' +labels: bug +assignees: '' +--- + + + +## Describe your issue + +## Your stale action configuration + + + +```yml +jobs: + stale: + runs-on: ... + steps: + - uses: actions/stale@... + with: + ... +``` + +## Further context + + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..213ffea82 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ + +## Changes +- [x] ... + +## Context + + +