Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 2.21 KB

File metadata and controls

70 lines (48 loc) · 2.21 KB

Contributing to M1-M2 RabbitMQ Service

First and foremost, thank you for considering contributing to the M1-M2 RabbitMQ Service! We appreciate any help, whether it's reporting bugs, suggesting enhancements, or contributing code.

Code of Conduct

By participating in this project, you are expected to uphold our Code of Conduct. Please report unacceptable behavior to [nilaiermusic@gmail.com].

Getting Started

  • Fork the Repository: Click on the 'Fork' button at the top right corner of the repository page on GitHub.
  • Clone the Forked Repository:
    git clone https://github.com/NilaierMusic/Custom-HTTP-Request-Processing.git
  • Navigate to the Directory:
    cd Custom-HTTP-Request-Processing
  • Add Upstream Remote:
    git remote add upstream https://github.com/NilaierMusic/Custom-HTTP-Request-Processing.git

Making Changes

  1. Create a New Branch:

    git checkout -b feature/your-feature-name
  2. Make Your Changes: Implement your feature or fix a bug.

  3. Commit Your Changes: Make sure to write a good commit message. It should describe the change and its purpose.

  4. Push to Your Fork:

    git push origin feature/your-feature-name

Submitting a Pull Request

  1. Update Your Fork: Before you submit your pull request, make sure your fork is up to date with the original repository.

    git pull upstream main
  2. Push Updates to Your Fork:

    git push
  3. Submit a Pull Request: Go to your fork on GitHub and click on the 'New pull request' button. Make sure to provide a detailed description of your changes.

Reporting Bugs or Suggesting Enhancements

If you find a bug or have an idea for an enhancement, please open a new issue and provide as much information as possible.

Additional Notes

  • Please make sure to test your changes thoroughly.
  • If you're adding a new feature, please consider writing tests for it.

Thank You!

Your contributions to the project, no matter how small, are immensely appreciated. They help ensure the longevity and reliability of the project.