Thank you for your interest in making Api-Crud-Generator better! There are several ways you can get involved.
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.
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.
Follow this steps for contributing: 0) If you are fixing an issue, please assign to yourself, else go to step 1
- Fork this repo
- Apply all changes
- Write Tests. Test will help us so much!
- 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
Writing a good description for your pull request is crucial to help reviewers and future maintainers understand your change. More detail is better.
- Link the issue you're addressing in the pull request.
- Describe why the change is being made and why you've chosen a particular solution.
- Describe any manual testing you performed to validate your change.