diff options
author | Ajay Ramachandran <[email protected]> | 2021-05-26 21:24:06 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-26 21:24:06 -0400 |
commit | 283790874d3f2ec096dc109db105d0095dadf080 (patch) | |
tree | 9aca940192d1400ad35b28b15f85644a8eb59a82 /.github | |
parent | a929432ac604048578b9d1452e204ee4707485d5 (diff) | |
download | SponsorBlock-283790874d3f2ec096dc109db105d0095dadf080.tar.gz SponsorBlock-283790874d3f2ec096dc109db105d0095dadf080.zip |
Add link to pull request testing doc in wiki
Diffstat (limited to '.github')
-rw-r--r-- | .github/pull_request_template.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ac293972..b6a81206 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1 +1,5 @@ - [ ] I agree to license my contribution under LGPL-3.0 **or** my contribution is from another project with a license compatible with LGPL-3.0 + +To test this pull request, follow the [instructions in the wiki](https://github.com/ajayyy/SponsorBlock/wiki/Testing-a-Pull-Request). + +*** |