about summary refs log tree commit diff stats
path: root/.github/PULL_REQUEST_TEMPLATE.md
blob: 6a51b47e92a12c4c4cfac4b5b24271eddf6f57f8 (plain) (blame)
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
<!-- Provide a descriptive summary of your changes in the title above -->

## Types of changes
<!-- Remove lines that don't apply -->
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)

## Description
<!-- Describe your changes in detail -->

## Motivation and context
<!-- Why is this change required? -->
<!-- What problem does it solve? -->
<!-- Link to relevant issue(s) -->

## Testing
<!-- What's your testing environment? -->
<!-- What tests have you run? -->
<!-- How does your changes affect other areas of the codebase? -->

<!-- Only if relevant -->
## Screenshots/Video

## Checklist
<!-- Please go over all the following points -->
<!-- Replace [ ] with [X] when fulfilled -->
<!-- All [REQUIRED] requisites need to be fulfilled -->
- [ ] The **CONTRIBUTING** document has been read **[REQUIRED]**
- [ ] All changes follow the code style of this project **[REQUIRED]**
- [ ] All new and existing tests pass **[REQUIRED]**
- [ ] Changes require documentation to be updated
    - [ ] Documentation has been updated
- [ ] Changes require config files to be updated
    - [ ] Config files have been updated
- [ ] Changes require tests to be updated
    - [ ] Tests have been updated