Skip to content

Commit 0eb3465

Browse files
Add a pull request template (#2549)
--------- Co-authored-by: Daniel Szoke <szokeasaurusrex@users.noreply.github.com>
1 parent 354d7bb commit 0eb3465

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!-- Describe your PR here -->
2+
3+
---
4+
5+
## General Notes
6+
7+
Thank you for contributing to `sentry-python`!
8+
9+
Please add tests to validate your changes, and lint your code using `tox -e linters`.
10+
11+
Running the test suite on your PR might require maintainer approval. Some tests (AWS Lambda) additionally require a maintainer to add a special label to run and will fail if the label is not present.
12+
13+
#### For maintainers
14+
15+
Sensitive test suites require maintainer review to ensure that tests do not compromise our secrets. This review must be repeated after any code revisions.
16+
17+
Before running sensitive test suites, please carefully check the PR. Then, apply the `Trigger: tests using secrets` label. The label will be removed after any code changes to enforce our policy requiring maintainers to review all code revisions before running sensitive tests.

0 commit comments

Comments
 (0)