Files
vaultwarden/CONTRIBUTING.md
Lester Guerzon dcb1ca1cfd feat: multiple features
- allow disabling the admin token
- minor fix to writing initContainers in template
- update example for signupDomains
- add support for push notifications
- rework storage variable and add support for custom attachments dir
- Makefile for testing
- fix logging configuration
- use alpine image
- move resource config to values.yml
- add readiness probe
- add funding button for repo

Signed-off-by: Lester Guerzon <guerzon@proton.me>
2023-11-05 18:02:31 +08:00

1.0 KiB

Contributing Guide

Certificate of Origin

By contributing to this project you agree to the Developer Certificate of Origin DCO.

This document was created by the Linux Kernel community and is a simple statement that you, as a contributor, have the legal right to make the contribution.

See the DCO file for details.

How-to

  1. Fork this repository, develop, and test your changes.

  2. When updating the values.yml, also update the chart documentation by using this tool. A quick way to do this is to run the tool via Docker and the script generate-readme.sh:

    ./generate-readme.sh
    
  3. Submit a pull request.

Reminders

When submitting a pull request, please ensure that: