/ .github / pull_request_template.md
pull_request_template.md
 1  <!--
 2  Before submitting a Pull Request, please read our contribution guidelines, which
 3  can be found at CONTRIBUTING.md in the repository root.
 4  
 5  For code changes:
 6  1. Include tests for any bug fixes or new features.
 7  2. Ensure that tests and linting pass.
 8  -->
 9  
10  ## Relevant issues
11  
12  <!--
13  Issues that block or are resolved by this PR.
14  -->
15  
16  ## Brief
17  
18  <!--
19  What single purpose does this pull request aim to achieve?
20  -->
21  
22  ## Changes
23  
24  <!--
25  Itemised list of changes made by this PR, sorted into commit categories.
26  -->