From 47acf85369be20662d2a77bb02f4ba93b62e3d72 Mon Sep 17 00:00:00 2001 From: Kylee Fields <43586156+kyleecodes@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:09:57 -0400 Subject: [PATCH] Update issue templates Add blank issue and feature request issue templates. --- .../ISSUE_TEMPLATE/blank-issue-template.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 18 ++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/blank-issue-template.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/blank-issue-template.md b/.github/ISSUE_TEMPLATE/blank-issue-template.md new file mode 100644 index 0000000..90f2b35 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank-issue-template.md @@ -0,0 +1,19 @@ +--- +name: Blank Issue Template +about: The standard issue template for Chayn +title: '' +labels: '' +assignees: '' + +--- + +### Overview +Clearly state the purpose of this issue, ideally in 2 sentences or less. +For example: *_We need to do X for Y reason._* + +### Action Items +List research to be done or the steps to be completed. +Note: If the steps can be divided into tasks for more than one person, we recommend dividing it up into separate issues, or assigning it as a pair programming task. + +### Resources +Provide links to resources that may help solve or better understand with this issue. This can include external sites with solutions, documentation, etc. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e24ff55 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for Chayn +title: '' +labels: '' +assignees: '' + +--- + +### Is your feature request related to a problem? +Please provide a clear and concise description of what the problem is. +*Ex. I'm always frustrated when [...]* + +### Describe a solution: +If applicable, please a detailed description of what you want to see or build to fix the problem. Include who wants it (e.g. yourself, a survivor, volunteer, developer, organization, etc.), and what value you think this will bring. + +### Additional context and resources: +Add any other context, documents, links, screenshots about the feature request here. Please be detailed!