Skip to content

Commit

Permalink
hotfix: small improvements to issue/PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Feb 19, 2024
1 parent 9e65103 commit 23229a8
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
name: Bug report
about: |
*Bugs* manifest in issue when using the package but may also include behaviour
that does not impact package functionality, but which seems as though it might
not be intended by the package developers.
Bugs could be unexpected error messages, flawed results and behaviour that does not seem as
intended by the package developers.
title: ''
labels: ''
assignees: ''
---

<!-- Thank you for reporting a bug. Please use the section headers below
for providing more detail where appropriate -->
for providing more detail where appropriate
-->

Summary:
Please provide a short summary (no more than a sentence or two).
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ labels: ''
assignees: ''
---

<!-- Thank you for helping improve our documentation. Please use the section
headers below for providing more detail where appropriate -->
<!--
Thank you for helping improve our documentation. Please use the section
headers below for providing more detail where appropriate
-->

Type of issue:
State whether you are commenting on existing documentation / vignettes, or suggesting a new vignette.
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ labels: ''
assignees: ''
---

<!-- Thank you for suggesting a feature. Please use the section headers below
for providing more detail where appropriate -->
<!--
Thank you for suggesting a feature. Please use the section headers below for
providing more detail where appropriate
-->

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 [...]
Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/other_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ labels: ''
assignees: ''
---

Please include a brief description of the issue and any proposed solutions you may have.
<!--
Please include a brief description of the issue and any proposed solutions
you may have.
-->

14 changes: 8 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<!-- Thanks for opening this Pull Request! Below we have provided a suggested
template for PRs to this repository and a checklist to complete before
opening a PR -->
<!--
Thanks for opening this Pull Request! Below we have provided a suggested
template for PRs to this repository and a checklist to complete before
opening a PR.
<!-- If this is your first Pull Request, please make sure you read the
contributing guidelines linked below and at
https://github.com/epiforecasts/EpiNow2/blob/main/.github/CONTRIBUTING.md -->
If this is your first Pull Request, please make sure you read the
contributing guidelines linked below and at
https://github.com/epiforecasts/EpiNow2/blob/main/.github/CONTRIBUTING.md
-->

## Description

Expand Down

0 comments on commit 23229a8

Please sign in to comment.