summaryrefslogtreecommitdiffstats
path: root/.github/pull_request_template.md
blob: 8a77de3066c985cc5c7277c2dbdab2935f90a464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## Description

_A description of the change and what it does. If relevant, please provide screenshots of what results from the change:_

## Issue

_If applicable, what issue does this address?_

_Closes:_ #

## Type of change

_Remove the irrelevant ones:_

- [x] _Bug fix (non-breaking change which fixes an issue)_
- [x] _New feature (non-breaking change which adds functionality)_
- [x] _Other (something else - please specify if relevant):_

_Does this change cause some breakage or new behaviour?  If so, what?_

## Test methodology

_Please state how this was tested:_

_Please tick which platforms this change was tested on:_

- [ ] _Windows_
- [ ] _macOS_
- [ ] _Linux_

## Checklist

_Please ensure all are ticked (and actually done):_

- [ ] _Change has been tested to work_
- [ ] _Areas your change affects have been linted using rustfmt_
- [ ] _Code has been self-reviewed_
- [ ] _Code has been tested and no new breakage is introduced_
- [ ] _Documentation has been added/updated if needed_
- [ ] _No merge conflicts arise from the change_

## Other information

_Provide any other relevant information:_