Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.85 KB

CONTRIBUTING.md

File metadata and controls

65 lines (48 loc) · 1.85 KB

Contributing to Order Process System

Thank you for considering contributing to the Order Process System project! Your input is highly valued, and we appreciate your efforts to improve this project.

How to Contribute

  1. Fork the Repository:

    • Click the "Fork" button on the repository page to create your copy of the project.
  2. Clone Your Fork:

    • Clone your forked repository to your local machine:
      git clone https://github.com/<your-username>/api-design.git
  3. Set Up the Development Environment:

    • Navigate to the project directory and install dependencies:
      cd grpc/nodejs/order-process-system
      npm install
  4. Create a Branch:

    • Use a descriptive name for your branch:
      git checkout -b feature/short-description
  5. Make Changes:

    • Implement your changes and ensure your code adheres to the existing style and structure.
  6. Test Your Changes:

    • Verify that your changes work as intended:
      node server.js
  7. Commit Your Changes:

    • Write clear and concise commit messages in French:
      git add .
      git commit -m "Ajout de la fonctionnalité X"
  8. Push Your Changes:

    • Push your changes to your forked repository:
      git push origin feature/short-description
  9. Submit a Pull Request:

    • Open a pull request (PR) from your forked repository to the main repository.
    • Clearly describe the changes you made in the PR description.

Code of Conduct

Please read and adhere to our Code of Conduct to ensure a welcoming and inclusive environment.

Reporting Issues

If you encounter bugs or have feature requests, please open an issue on the GitHub repository.


Thank you for contributing to the Order Process System project!