Skip to content

Commit

Permalink
explains where code dependencies have production implications
Browse files Browse the repository at this point in the history
---and explicitly lets contributors off the hook for either doing or
requesting diff reviews when they do not.
  • Loading branch information
cfm committed Sep 8, 2021
1 parent 7fff9f9 commit e888946
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,17 @@ Choose one of the following:
- [ ] I would appreciate help with the documentation
- [ ] These changes do not require documentation

### If you added or updated a code dependency:
### If you added or updated a production code dependency:

Production code dependencies are defined in:

- `admin/requirements.in`
- `admin/requirements-ansible.in`
- `securedrop/requirements/python3/securedrop-app-code-requirements.in`

If you changed another `requirements.in` file that applies only to development
or testing environments, then no diff review is required, and you can skip
(remove) this section.

Choose one of the following:

Expand Down

0 comments on commit e888946

Please sign in to comment.