Skip to content

Commit

Permalink
Merge pull request #426 from NOAA-FIMS/update-issue-forms
Browse files Browse the repository at this point in the history
Update issue forms
  • Loading branch information
Andrea-Havron-NOAA committed Jul 21, 2023
2 parents 25a2405 + 6260336 commit a96a987
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 45 deletions.
24 changes: 5 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Thanks for taking the time to fill out this bug report! By
submitting this issue, you agree to follow our
[Code of Conduct](https://noaa-fims.github.io/collaborative_workflow/code-of-conduct.html#code-of-conduct).
- type: textarea
id: describe
attributes:
Expand All @@ -20,22 +22,14 @@ body:
id: reproduce
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
description: Steps to reproduce the bug
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
placeholder: I expected...
validations:
required: true
required: false
- type: textarea
id: screenshots
attributes:
Expand Down Expand Up @@ -81,11 +75,3 @@ body:
description: Add any other context about the problem here.
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://noaa-fims.github.io/collaborative_workflow/code-of-conduct.html#code-of-conduct)
options:
- label: I agree to follow this project's Code of Conduct
required: true
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/developer_other_issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Developer (other issue)
description: For FIMS implementation team members to document other types of issues
title: "[Developer Issue]: "
labels: ["status: triage_needed"]
assignees:
- ChristineStawitz-NOAA
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this issue! By
submitting this issue, you agree to follow our
[Code of Conduct](https://noaa-fims.github.io/collaborative_workflow/code-of-conduct.html#code-of-conduct).
- type: textarea
id: describe
attributes:
label: Issue details
description: Describe the issue
validations:
required: true

13 changes: 4 additions & 9 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
Thanks for taking the time to fill out this feature request! By
submitting this issue, you agree to follow our
[Code of Conduct](https://noaa-fims.github.io/collaborative_workflow/code-of-conduct.html#code-of-conduct).
- type: textarea
id: problem
attributes:
Expand Down Expand Up @@ -53,11 +55,4 @@ body:
description: Add any other context or screenshots about the feature request here.
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://noaa-fims.github.io/collaborative_workflow/code-of-conduct.html#code-of-conduct)
options:
- label: I agree to follow this project's Code of Conduct
required: true

20 changes: 3 additions & 17 deletions .github/ISSUE_TEMPLATE/refactor_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,13 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this refactor request!
Thanks for taking the time to fill out this refactor request! By
submitting this issue, you agree to follow our
[Code of Conduct](https://noaa-fims.github.io/collaborative_workflow/code-of-conduct.html#code-of-conduct).
- type: textarea
id: describe
attributes:
label: Refactor request
description: Describe what needs to be refactored and why
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
placeholder: I expect ...
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://noaa-fims.github.io/collaborative_workflow/code-of-conduct.html#code-of-conduct)
options:
- label: I agree to follow this project's Code of Conduct
required: true

0 comments on commit a96a987

Please sign in to comment.