summaryrefslogtreecommitdiffstats
path: root/.github/pull_request_template.md
blob: 0f4b79558e3088dfaa1d8c85a7712a4896d5dc6c (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
## 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 one:_

- [x] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [x] Other (something else)

## Test methodology

_Please state how this was tested:_

## Checklist

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

- [ ] Change has been tested to work
- [ ] Areas your change affects has 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

## Other information

_Provide any other relevant information:_