Skip to content

Commit a302e0f

Browse files
Fix coding conventions PR template (#905)
### Description Fix coding conventions PR template ### Checklist - [x] Code compiles correctly - [x] Code is formatted according to [Coding Conventions](../CodingConventions.md) - [x] Created tests which fail without the change (if possible) - [x] All tests passing (`dotnet test`) - [x] Extended the README / documentation, if necessary - [x] Provide JIRA issue id (if possible) or GitHub issue id in PR name
1 parent ac0860f commit a302e0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Please explain the changes you made here.
33

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

0 commit comments

Comments
 (0)