Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 3.21 KB

CONTRIBUTING.md

File metadata and controls

51 lines (27 loc) · 3.21 KB

Contributing to this theme

🙇‍♀️ Thank you for contributing!

We love issues and pull requests from everyone. If you're not comfortable with Github, you can email use your feedback at [email protected].

Problems, suggestions and questions in issues

Please help development by reporting problems, suggesting changes and asking questions. To do this, you can create a GitHub issue for this project in the GitHub Issues for the Standard for Public Code. Or, sign up to the mailing list and send an email to [email protected].

You don't need to change any of our code or documentation to be a contributor!

Documentation and code in pull requests

If you want to add to the documentation or code of one of our projects you should make a pull request.

If you never used GitHub, get up to speed with Understanding the GitHub flow or follow one of the great free interactive courses in the GitHub learning lab on working with GitHub and working with MarkDown, the syntax this project's documentation is in.

This project is licensed EUPL, by contributing you agree to release all your contributions to it under the same license.

1. Make your changes

This project uses the GitFlow branching model and workflow. When you've forked this repository, please make sure to create a feature branch following the GitFlow model.

Add your changes in commits with a message that explains them. Document choices or decisions you make in the commit message, this will enable everyone to be informed of your choices in the future.

If you are adding code, make sure you've added and updated the relevant documentation and tests before you submit your pull request. Make sure to write tests that show the behavior of the newly added or changed code.

2. Pull request

When submitting the pull request, please accompany it with a description of the problem you are trying to solve and the issue numbers that this pull request fixes.

3. Improve

All contributions have to be reviewed by someone.

It could be that your contribution can be merged immediately by a maintainer. However, usually, a new pull request needs some improvements before it can be merged. Other contributors (or helper robots) might have feedback. If this is the case the reviewing maintainer will help you improve your documentation and code.

If your documentation and code have passed human review, it is merged.

4. Governance

Larger functionality changes or breaking changes will also be reviewed according to our governance model.

5. Celebrate

Your ideas, documentation and code have become an integral part of this project. You are the open source hero we need!


For more information on how to use and contribute to this project, please read the README.