Skip to content

Commit c19c088

Browse files
authored
Create pull_request_template.md
Creating a pull request template to ensure specific information is documented and calling out the versions of GHES that are supported by backup-utils so that appropriate testing can be done against those versions
1 parent 6a9c877 commit c19c088

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/pull_request_template.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
### Description
2+
<!--
3+
[Please fill out a brief description of the change being made]
4+
-->
5+
### Testing
6+
<!--
7+
[Please add testing done as part of this change.]
8+
-->
9+
<!-- Keep in mind that for backup-utils the following applies:
10+
- Backup-util [current version] will support
11+
- GHES [current version]
12+
- GHES [current version -1]
13+
- GHES [current version -2]
14+
- Any changes that are made to backup-utils will also need to be supported on those GHES versions above (n-2)
15+
- Please make sure those versions are tested against for this change
16+
-->
17+
18+
### Owernship
19+
<!-- [Add any relevants owners for this change]
20+
-->
21+
22+
### Related Links
23+
<!-- [Please add any related links/issues to this PR]
24+
-->

0 commit comments

Comments
 (0)