Skip to content

Commit 34944b3

Browse files
committed
Add a minimal PR template (copy from hs-bindgen)
1 parent 39db3cf commit 34944b3

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
3+
- [ ] I have updated the changelog. I have included a migration hint if this is a breaking change.
4+
5+
- [ ] I have updated the manual.
6+
7+
- [ ] I have removed all mentions of closed tickets in the code.
8+
9+
- [ ] I have associated each new TODO item with a ticket, using the following syntax:
10+
11+
```hs
12+
-- TODO <link to issue>
13+
-- Brief description
14+
```

0 commit comments

Comments
 (0)