Skip to content

Commit 58e6ad5

Browse files
authored
Hide unnecessary elements in PR template and add description section
1 parent 6ce3e92 commit 58e6ad5

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,23 @@ I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
88

99
**Resolved / Related Issues**
1010

11-
To prevent extra work, all changes to the Files codebase must link to an approved issue marked as `Ready to build`. Please insert the issue number following the hashtag with the issue number that this Pull Request resolves.
11+
<!--
12+
To prevent extra work, all changes to the Files codebase must link to an approved issue marked as `Ready to build`.
13+
Please insert the issue number following the hashtag with the issue number that this pull request resolves.
14+
-->
15+
1216
- Closes #
1317

1418
**Steps used to test these changes**
1519

16-
Stability is a top priority for Files and all changes are required to go through testing before being merged into the repo. Please include a list of steps that you used to test this PR.
20+
<!--
21+
Stability is a top priority for Files and all changes are required to go through testing before being merged into the repo.
22+
Please include a list of steps that you used to test this PR.
23+
-->
1724

1825
1. Opened Files ...
1926
2. ...
27+
28+
---
29+
30+
<!-- Write a detailed description of your changes here -->

0 commit comments

Comments
 (0)