Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/4-docs/hotfix-pr-guidelines
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adding a testing config entry to the PR guidelines.
3 changes: 3 additions & 0 deletions docs/src/developer/developer/pr-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ If a PR adds new configuration options for say brig, the following files need to
* [ ] The values files for CI: `hack/helm_vars/wire-server/values.yaml.gotmpl`
* [ ] The configuration docs: `docs/src/developer/reference/config-options.md`

Additional configuration may also exist for services in the following locations.
* [ ] `charts/$SERVICE/templates/tests/configmap.yaml`

If any new configuration value is required and has no default, then:

* [ ] Write a changelog entry in `0-release-notes` advertising the new configuration value
Expand Down