Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 2.09 KB

File metadata and controls

61 lines (45 loc) · 2.09 KB

Contributing to Java-SpringBoot-REST-Microservices-Learning

Thank you for considering contributing to our project! We welcome all types of contributions, including new tutorials, bug fixes, documentation improvements, and more.

How to Contribute

1. Fork the Repository

Fork the repository to your own GitHub account.

2. Clone Your Fork

Clone your forked repository to your local machine.

git clone https://github.com/your-username/Java-SpringBoot-REST-Microservices-Learning.git

3. Create a New Branch

Create a new branch for your changes.

git checkout -b feature-branch

4. Make Your Changes

Make your changes to the codebase. Ensure to include a structured README for any new content added.

5. Commit Your Changes

Commit your changes with a meaningful commit message.

git commit -m "Your meaningful commit message"

6. Push Your Changes

Push your changes to your forked repository.

git push origin feature-branch

7. Create a Pull Request

Create a pull request from your forked repository to the main repository.

8. Wait for Review

Wait for your pull request to be reviewed and merged.

Note

After a successful merge, you will be added to the contributors list. No further pull requests are required, and you can continue to contribute at your own pace.

Contribution Guidelines

  • Follow the coding standards and best practices.
  • Write clear and concise commit messages.
  • Ensure your code is well-documented.
  • Include a structured README for any new content added.
  • Be respectful and considerate in your interactions with the community.

Community Support

We appreciate your contributions and look forward to collaborating with you!