aboutsummaryrefslogtreecommitdiffstats
path: root/.github/pull_request_template.md
blob: e27392879c7e7d37638e255e354ab10bb997494f (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
## Relevant Issues
<!-- List relevant issue tickets here. -->
<!-- Say "Closes #0" for issues that the PR resolves, replacing 0 with the issue number. -->


## Description
<!-- Describe how you've implemented your changes. -->


## Reasoning
<!-- Outline the reasoning for how it's been implemented. -->


## Screenshots
<!-- Remove this section if the changes don't impact anything user-facing. -->
<!-- You can add images by just copy pasting them directly in the editor. -->


## Additional Details
<!-- Delete this section if not applicable. -->


## Did you:
<!-- These are required when contributing. -->
<!-- Replace [ ] with [x] to mark items as done. -->

- [ ] Join the [**Python Discord Community**](https://discord.gg/python)?
- [ ] If dependencies have been added or updated, run `pipenv lock`?
- [ ] **Lint your code** (`pipenv run lint`)?
- [ ] Set the PR to **allow edits from contributors**?