Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.6 KB

CONTRIBUTING.MD

File metadata and controls

35 lines (25 loc) · 1.6 KB

Contributing to Api Crud Generator

Thank you for your interest in making Api-Crud-Generator better! There are several ways you can get involved.

Reporting issues and suggesting new features

If Api-Crud-Generator is not working properly, please open an issue and mark it as Bug. Please add steps to reproduce the bug. If you want to suggest new ideas, please mark it as enhancement.

Finding issues you can help with

Looking for something to work on? Issues marked good first issue are a good place to start.

You can also check the help wanted tag to find other issues to help with.

Making changes to the code

Follow this steps for contributing: 0) If you are fixing an issue, please assign to yourself, else go to step 1

  1. Fork this repo
  2. Apply all changes
  3. Write Tests. Test will help us so much!
  4. Make a pull request.

All pull request will be merged with 'dev' branch. The master branch should always be in a healthy state which is ready for release

Submitting a pull request and participating in code review

Writing a good description for your pull request is crucial to help reviewers and future maintainers understand your change. More detail is better.