Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 1.23 KB

Feeling Awesome! Thanks for thinking about this.

You can contribute us by filing issues, bugs and PRs. You can also take a look at active issues and fix them. We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

If you want to discuss on something then feel free to present your opinions, views or any other relevant comment on discussions. Please note we have a code of conduct, please follow it in all your interactions with the project.

Code contribution

  • Open issue regarding proposed change.
  • If your proposed change is approved, Fork this repo and do changes.
  • Open PR against latest development branch. Add nice description in PR.
  • You're done!

Code contribution checklist

  • New code addition/deletion should not break existing flow of a system.
  • Ensure any install or build dependencies are removed before the end of the layer when doing a build.
  • Update the README.md if the change requires with details of changes to the interface.