Skip to content

Commit

Permalink
fix coding conventions PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-knozderko committed Apr 3, 2024
1 parent ac0860f commit a9bca92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Please explain the changes you made here.

### Checklist
- [ ] Code compiles correctly
- [ ] Code is formatted according to [Coding Conventions](../CodingConventions.md)
- [ ] Code is formatted according to [Coding Conventions](../blob/master/CodingConventions.md)
- [ ] Created tests which fail without the change (if possible)
- [ ] All tests passing (`dotnet test`)
- [ ] Extended the README / documentation, if necessary
- [ ] Provide JIRA issue id (if possible) or GitHub issue id in PR name
- [ ] Provide JIRA issue id (if possible) or GitHub issue id in PR name

0 comments on commit a9bca92

Please sign in to comment.