Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit 4fc9279

Browse files
Merge pull request #28 from clappr/feature/update-pr-template
GitHub – Update Pull Request Template
2 parents e6224da + 24fefbd commit 4fc9279

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,34 @@
11
## Summary
22

3-
Please include a description of the change and also include relevant motivation and context
3+
This PR implements / updates / fixes...
4+
5+
<!-- Add a description of the changes made to your PR, as well as the context and motivation behind them.
6+
7+
Please add, if appropriate, external links that make the PR easier to understand.
8+
-->
49

510
## Changes
611

7-
- A List of changes
12+
- `archive_name1.js`:
13+
- ...
14+
- ...
15+
- `archive_name2.js`: ...
816

917
## How to test
1018

11-
Please describe the tests that we should run to verify your changes
19+
1. ...
20+
1. ...
21+
1. ...
1222

13-
## A picture/video tells a thousand words
23+
## Images
1424

1525
### Before this PR
1626

17-
Please insert a media that describes the behavior previously
18-
N/A for new feature
27+
<!--
28+
Insert an image / gif / video showing hls.js playback's original behavior.
29+
If PR is a new feature, it's unnecessary to add.
30+
-->
1931

2032
### After this PR
2133

22-
Please insert a media that describes the behavior after the fix/feature
34+
<!-- Insert an image / gif / video showing the hls.js playback's behavior after the modifications -->

0 commit comments

Comments
 (0)