summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSignal Linden <signal@lindenlab.com>2025-07-26 11:29:12 -0700
committerGitHub <noreply@github.com>2025-07-26 11:29:12 -0700
commit632bcd3d1e9dd827e868ef03c81223a394d27f38 (patch)
treef928553a1ed20423dd98ea0bd66c17a8a730e703
parent5291fc252aba354e129ec85076348059cae01f3a (diff)
Add media request to pull_request_template.md (#4440)
* Add media request to pull_request_template.md A picture can be worth a thousand words. Prompt users to provide media when creating a PRs. * Update pull_request_template.md
-rw-r--r--.github/pull_request_template.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 473498833e..5fe8870337 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -19,6 +19,7 @@ Issue Link: <!-- e.g., closes #123 or relates to #456 -->
Please ensure the following before requesting review:
- [ ] I have provided a clear title and detailed description for this pull request.
+- [ ] If useful, I have included media such as screenshots and video to show off my changes.
- [ ] The PR is linked to a relevant issue with sufficient context.
- [ ] I have tested the changes locally and verified they work as intended.
- [ ] All new and existing tests pass.