Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 1.11 KB

Contributing

Whenever you're contributing in this repository please make sure to create issue first so that owner can know what changes you want to make. You can also get in touch with owner via email

What contributions can be made

Any contribution no matter how small is more then welcome, below are few specifc area where your contributions are needed

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

We Use Github Flow, So All Code Changes Happen Through Pull Requests

Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests:

  1. Fork the repo and create your branch from master.
  2. Clone it your local machine
  3. Makes changes you want
  4. add, commit and push those changes to your repository
  5. Create pull request

After this process our developer will have a look the pull request if they think its okay we will merge it our development branch