Skip to content

Commit

Permalink
Changes to hydromt-wflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmijn committed Aug 11, 2023
1 parent 0a6622c commit 9d31326
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
---
name: Bug Report
description: Report incorrect behavior in the HydroMT library
description: Report incorrect behavior in the HydroMT-Wflow library
labels: [Bug, Needs refinement]

body:
- type: checkboxes
id: checks
attributes:
label: HydroMT version checks
label: HydroMT-Wflow version checks
options:
- label: I have checked that this issue has not already been reported.
required: true
- label: I have checked that this bug exists on the latest version of HydroMT.
- label: I have checked that this bug exists on the latest version of HydroMT-Wflow.
required: true
- type: textarea
id: example
attributes:
description: >
Please provide a minimal, copy-pastable example or a link to a public repository that reproduces the behavior. If providing a copy pastable example,
you may assume your in a clean up to date version of hydromt with a python enviroment active. In the case of a repository, ensure the repository
you may assume your in a clean up to date version of hydromt_wflow with a python enviroment active. In the case of a repository, ensure the repository
has a README.md which includes intructions to reproduce the behaviour.
label: Reproducible Example
validations:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/Deltares/hydromt/discussions
url: https://github.com/Deltares/hydromt_wflow/discussions
about: Ask questions and discuss with other community members
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation_improvement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ labels: [Documentation, Needs refinement]
body:
- type: checkboxes
attributes:
label: HydroMT version checks
label: HydroMT-Wflow version checks
options:
- label: >
I have checked that the issue still exists on the latest versions of the docs
on `main` [here](https://github.com/Deltares/hydromt)
on `main` [here](https://github.com/Deltares/hydromt_wflow)
required: true
- type: dropdown
id: kind
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature Request
description: Suggest an idea/enhancement for HydroMT
description: Suggest an idea/enhancement for HydroMT-Wflow
labels: [Enhancement, Needs refinement]

body:
Expand Down

0 comments on commit 9d31326

Please sign in to comment.