Skip to content

Commit

Permalink
Add PR template (#2050)
Browse files Browse the repository at this point in the history
# Description
Make it easy to add a PR description in a more consistent manner.

# Changes
* add the PR template file
  • Loading branch information
adamszewe authored Feb 10, 2024
1 parent 6df11ac commit 6611404
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Description
Describe what this PR is about

# Changes
What changes are made in this PR
* change 1
* change 2

# Screenshots
In case of UI changes, add before and after screenshots

| Before | After |
| ------ | ----- |
| ![before][] | ![after][] |

[before]: before.png
[after]: after.png

0 comments on commit 6611404

Please sign in to comment.