Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPB-5017: Adding a test config file to the PR guidelines. #3624

Merged
merged 4 commits into from
Oct 16, 2023
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
Loading