diff options
author | Signal Linden <signal@lindenlab.com> | 2025-07-02 09:50:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-02 09:50:23 -0700 |
commit | 2e1d8c3063a7420433ac432b5f1f7f436f9294d1 (patch) | |
tree | c146627e5f84cb25b376fb4f60d5ee78a616cd66 /.github | |
parent | 618b2dacb684a3cf1078cfcb1d38778d15df983a (diff) |
Fix link in pull_request_template.md (#4329)
Fix the link to CONTRIBUTING.md in the pull request template and simplify some of the checklist item language.
Diffstat (limited to '.github')
-rw-r--r-- | .github/pull_request_template.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9130b90218..473498833e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,13 +19,13 @@ 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. -- [ ] The PR is linked to a relevant issue with sufficient context (see above). +- [ ] 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 (if applicable). +- [ ] All new and existing tests pass. - [ ] Code follows the project's style guidelines. -- [ ] Documentation (if needed) has been updated. +- [ ] Documentation has been updated if needed. - [ ] Any dependent changes have been merged and published in downstream modules -- [ ] I have reviewed the [contributing guidelines](../CONTRIBUTING.md). +- [ ] I have reviewed the [contributing guidelines](https://github.com/secondlife/viewer/blob/develop/CONTRIBUTING.md). --- |