Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.37 KB

CONTRIBUTING.md

File metadata and controls

42 lines (29 loc) · 2.37 KB

Contributing to Tailor

Thank you for your interest in making Tailor even better and more awesome. Your contributions are highly welcome.

There are multiple ways of getting involved:

  • Report a bug
  • [Suggest a feature] (#suggest-a-feature)
  • [Contribute code] (#contribute-code)

Below are a few guidelines we would like you to follow. If you need help, please reach out to one or more of the maintainers.

Report a bug

Reporting bugs is one of the best ways to contribute. Before creating a bug report, please check that an [issue] (https://github.com/zalando/tailor/issues) reporting the same problem does not already exist. If there is an such an issue, you may add your information as a comment.

To report a new bug you should open an issue that summarizes the bug and set the label to "bug".

If you want to provide a fix along with your bug report: That is great! In this case please send us a pull request as described in section [Contribute Code] (#contribute-code).

Suggest a feature

To request a new feature you should open an [issue] (https://github.com/zalando/tailor/issues/new) and summarize the desired functionality and its use case. Set the issue label to "feature".

Contribute code

This is a rough outline of what the workflow for code contributions looks like:

Thanks for your contributions!

Commit messages

Your commit messages ideally can answer two questions: what changed and why. The subject line should feature the “what” and the body of the commit should describe the “why”.

When creating a pull request, its comment should reference the corresponding issue id.

Have fun and enjoy hacking!