Skip to content

Latest commit

 

History

History
executable file
·
37 lines (23 loc) · 953 Bytes

CONTRIBUTING.rst

File metadata and controls

executable file
·
37 lines (23 loc) · 953 Bytes

Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

Submit Feedback

If you are proposing a feature:

  • Explain in detail how it would work.
  • Keep the scope as narrow as possible, to make it easier to implement.

Get Started!

Ready to contribute? Here's how to set up enexis-devops-meetup for local development.

  1. Clone your fork locally:

    $ git clone https://enx.gitlab.schubergphilis.com/docker/enexis-devops-meetup
    
  2. Create a branch for local development:

    $ git checkout -b name-of-your-bugfix-or-feature
    

    Now you can make your changes locally.

  3. Commit your changes and push your branch to the server:

    $ git add .
    $ git commit -m "Your detailed description of your changes."
    $ git push origin name-of-your-bugfix-or-feature
    
  4. Submit a merge request through the Gitlab page