Switch to unified view

a b/.github/pull_request_template.md
1
<!-- Many thanks for contributing to this project! -->
2
3
**PR Checklist**
4
5
<!-- Please fill in the appropriate checklist below (delete whatever is not relevant). These are the most common things requested on pull requests (PRs). -->
6
7
- [ ] This comment contains a description of changes (with reason)
8
- [ ] Referenced issue is linked
9
- [ ] If you've fixed a bug or added code that should be tested, add tests!
10
- [ ] Documentation in `docs` is updated
11
12
**Description of changes**
13
14
<!-- Please state what you've changed and how it might affect the user. -->
15
16
**Technical details**
17
18
<!-- Please state any technical details such as limitations, reasons for additional dependencies, benchmarks etc. here. -->
19
20
**Additional context**
21
22
<!-- Add any other context or screenshots here. -->