Thank you for taking the time to contribute traefik-middleware-chart! ❤️
- Read the README.
- Search for existing issues.
If the above doesn't help, please submit an issue.
- Click the “Fork” button in the upper right corner of repo
- Clone your fork:
git clone https://github.com/<YOUR_GITHUB_USERNAME>/traefik-middleware-chart.git
- Create a new branch to work on:
git checkout -b <YOUR_BRANCH_NAME>
- Commit your changes
git commit -am 'Add awesome feature'
- Push your changes
git push origin <YOUR_BRANCH_NAME>
- Create a new Pull Request