Skip to content

Commit

Permalink
fix: 🐛 Fix PR template
Browse files Browse the repository at this point in the history
Links were wrong as well (as in #76)
  • Loading branch information
abelsiqueira committed May 15, 2024
1 parent f7c6fc3 commit 027d819
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ There is no related issue.

<!-- mark true if NA -->
<!-- leave PR as draft until all is checked -->
- [ ] I am following the [contributing guidelines](../docs/src/contributing.md)
- [ ] I am following the [contributing guidelines](https://github.com/abelsiqueira/COPIERTemplate.jl/blob/main/docs/src/contributing.md)
- [ ] Tests are passing
- [ ] Lint workflow is passing
- [ ] Docs were updated and workflow is passing
- [ ] [CHANGELOG.md](../CHANGELOG.md) was updated
- [ ] [CHANGELOG.md](https://github.com/abelsiqueira/COPIERTemplate.jl/blob/main/CHANGELOG.md) was updated
4 changes: 2 additions & 2 deletions template/.github/PULL_REQUEST_TEMPLATE.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ There is no related issue.

<!-- mark true if NA -->
<!-- leave PR as draft until all is checked -->
- [ ] I am following the [contributing guidelines](../docs/src/contributing.md)
- [ ] I am following the [contributing guidelines](https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/blob/main/docs/src/contributing.md)
- [ ] Tests are passing
- [ ] Lint workflow is passing
- [ ] Docs were updated and workflow is passing
<!-- - [ ] [CHANGELOG.md](../CHANGELOG.md) was updated -->
<!-- - [ ] [CHANGELOG.md](https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/blob/main/CHANGELOG.md) was updated -->

0 comments on commit 027d819

Please sign in to comment.