From b97bf8b3dc1c034cb19c3f754e6b69967b003c62 Mon Sep 17 00:00:00 2001 From: seaxwi <71350948+seaxwi@users.noreply.github.com> Date: Wed, 16 Feb 2022 14:20:02 +0100 Subject: [PATCH] Set up issue templates. --- .github/ISSUE_TEMPLATE/article-idea.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/report-article.md | 17 +++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/article-idea.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/report-article.md diff --git a/.github/ISSUE_TEMPLATE/article-idea.md b/.github/ISSUE_TEMPLATE/article-idea.md new file mode 100644 index 00000000..8c470dc5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/article-idea.md @@ -0,0 +1,18 @@ +--- +name: Request article +about: Suggest an idea for a new article +title: '' +labels: 'request' +assignees: '' +--- + +**Article summary** +Describe what question or problem the article should address. + +**More information** +Include any/all of the following: + +- Steps to reproduce the problem +- Known answers or solutions +- Error logs +- Links (e.g., forum posts) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/report-article.md b/.github/ISSUE_TEMPLATE/report-article.md new file mode 100644 index 00000000..8f9d8d22 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-article.md @@ -0,0 +1,17 @@ +--- +name: Report article +about: Report an issue with a published article +title: '' +labels: 'update' +assignees: '' +--- + +**Article URL** +A link to the published article. + +**Describe the problem with the article** +A clear description of what you think should be changed, such as: + +- incorrect or outdated content +- confusing instructions +- incorrect or difficult language