Skip to content

Commit 9bcb69e

Browse files
authored
Merge pull request #158 from NOAA-EDAB/dev
issue template fixes
2 parents 152a032 + 3a701f1 commit 9bcb69e

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Bug report
22
description: Use this template to report bugs
3-
title: "[Bug Report]:"
4-
labels: "[bug]"
3+
title: "[Bug Report]: "
4+
labels: ["bug"]
55
body:
66
- type: markdown
77
attributes:
@@ -11,8 +11,7 @@ body:
1111
We will need this information to reproduce and fix any issues. Thanks
1212
1313
We are also happy to accept contributions from our users. So if you have a solution to the
14-
bug consider contributing. For more details see
15-
[here](https://github.com/NOAA-EDAB/Rpath/CONTRIBUTING.md).
14+
bug consider contributing. For more details see [here](https://github.com/NOAA-EDAB/Rpath/blob/main/CONTRIBUTING.md).
1615
- type: textarea
1716
id: bugdesc
1817
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ body:
1111
the current issues to see if an issue [already exists](https://github.com/NOAA-EDAB/Rpath/issues?q=is%3Aissue%20state%3Aopen%20label%3Afeature)
1212
for your feature.
1313
14-
We are also happy to accept contributions from our users. For more details see
15-
[here](https://github.com/NOAA-EDAB/Rpath/CONTRIBUTING.md).
14+
We are also happy to accept contributions from our users. For more details see [here](https://github.com/NOAA-EDAB/Rpath/blob/main/CONTRIBUTING.md).
1615
1716
- type: textarea
1817
attributes:

0 commit comments

Comments
 (0)