Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 1007 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
25 lines (18 loc) · 1007 Bytes

Contributing to traefik-middleware-chart

Thank you for taking the time to contribute traefik-middleware-chart! ❤️

I want to report a problem or ask a question

If the above doesn't help, please submit an issue.

I want to contribute to traefik-middleware-chart

Checking out the repository

  1. Click the “Fork” button in the upper right corner of repo
  2. Clone your fork:
    • git clone https://github.com/<YOUR_GITHUB_USERNAME>/traefik-middleware-chart.git
  3. Create a new branch to work on:
    • git checkout -b <YOUR_BRANCH_NAME>
  4. Commit your changes
    • git commit -am 'Add awesome feature'
  5. Push your changes
    • git push origin <YOUR_BRANCH_NAME>
  6. Create a new Pull Request