Skip to content

Commit fabd21b

Browse files
committed
chore: fix issue templates
1 parent e1c8f01 commit fabd21b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A clear and concise description of what the bug is.
1313
A [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) that is enough to show what the problem is
1414

1515
~~~ julia
16-
using SimpleSDMLayers
16+
using SpatialBoundaries
1717

1818
# Add your code here
1919
~~~

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A clear and concise description of what you want to happen.
1515
Ideally, this can take the form of code you would like to write:
1616

1717
~~~ julia
18-
using SimpleSDMLayers
18+
using SpatialBoundaries
1919

2020
# Write your dream code here
2121
~~~

0 commit comments

Comments
 (0)