From 0a21a5ec79d3d3f545e969f363c97591575ab984 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Fri, 7 May 2021 22:44:19 +0200 Subject: [PATCH] chore: create bug/feature/PR template, configure template chooser (#397) * chore: create bug/feature/PR template, configure template chooser * use american grammar Co-authored-by: Geoffrey Testelin * use checklist Co-authored-by: Geoffrey Testelin * use bold text for context as well * remove links from template chooser * remove comment redirecting to hackerone * rename bug -> problem, rewrite content * remove steps to reproduce Co-authored-by: Geoffrey Testelin * problem -> issue Co-authored-by: Geoffrey Testelin * provide your -> your Co-authored-by: Geoffrey Testelin * improve help message to link issues Co-authored-by: Geoffrey Testelin * rename files, improve content * add bug label to other_issue_report as well Co-authored-by: Geoffrey Testelin * remove nonsensical comment * use h2 for headings * give predefined config template Co-authored-by: Geoffrey Testelin --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/other_issue_report.md | 13 +++++++++ .github/ISSUE_TEMPLATE/stale_issue_report.md | 29 ++++++++++++++++++++ .github/pull_request_template.md | 8 ++++++ 4 files changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/other_issue_report.md create mode 100644 .github/ISSUE_TEMPLATE/stale_issue_report.md create mode 100644 .github/pull_request_template.md 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 + + +