From f55d9b6561e4c917b470a96002d3fb729a51c35e Mon Sep 17 00:00:00 2001 From: tmhastings <31315442+tmhastings@users.noreply.github.com> Date: Wed, 6 Mar 2024 08:35:29 -0500 Subject: [PATCH] Update issue templates --- .../proofreading--error-report.md | 17 ++++++++++++++++ .../ISSUE_TEMPLATE/section-topic-request.md | 20 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/proofreading--error-report.md create mode 100644 .github/ISSUE_TEMPLATE/section-topic-request.md diff --git a/.github/ISSUE_TEMPLATE/proofreading--error-report.md b/.github/ISSUE_TEMPLATE/proofreading--error-report.md new file mode 100644 index 00000000..740f4bdb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/proofreading--error-report.md @@ -0,0 +1,17 @@ +--- +name: 'Proofreading: Error Report' +about: Create a report to correct a typo, misspelling, or other formatting error +title: Proofreading +labels: '' +assignees: '' + +--- + +**Describe the error** +A clear and concise description of where the error is located and what it should be corrected to. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the error here. diff --git a/.github/ISSUE_TEMPLATE/section-topic-request.md b/.github/ISSUE_TEMPLATE/section-topic-request.md new file mode 100644 index 00000000..4a6d1628 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/section-topic-request.md @@ -0,0 +1,20 @@ +--- +name: Section/Topic Request +about: Suggest an idea for this project +title: New Section/Topic +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.