Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 990 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 990 Bytes

Contributing guidelines

Before contributing

👏👏 Welcome to examplehub/SpringBoot ! Before sending your pull requests. Please make sure that you read the whole guidelines.

Contributing

How to contribute

  1. Fork the project to your github account & clone locally computer.
  2. Create an upstream remote and sync your local copy before you branch.
  3. Branch for each separate piece of work.
  4. Do the work, write good commit messages, and read the CONTRIBUTING file.
  5. Push to your origin repository.
  6. Create a new PR in GitHub.
  7. Waiting to be review by the maintainers.

Code Style

  • Single letter variable names are old school so please avoid them unless their life only spans a few lines.
  • Make sure build success using mvn clean test command.
  • Please follow Java naming conventions.

Thanks for your contribution 😊