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.
-
Fork the Repository:
- Click the "Fork" button on the repository page to create your copy of the project.
-
Clone Your Fork:
- Clone your forked repository to your local machine:
git clone https://github.com/<your-username>/api-design.git
- Clone your forked repository to your local machine:
-
Set Up the Development Environment:
- Navigate to the project directory and install dependencies:
cd grpc/nodejs/order-process-system npm install
- Navigate to the project directory and install dependencies:
-
Create a Branch:
- Use a descriptive name for your branch:
git checkout -b feature/short-description
- Use a descriptive name for your branch:
-
Make Changes:
- Implement your changes and ensure your code adheres to the existing style and structure.
-
Test Your Changes:
- Verify that your changes work as intended:
node server.js
- Verify that your changes work as intended:
-
Commit Your Changes:
- Write clear and concise commit messages in French:
git add . git commit -m "Ajout de la fonctionnalité X"
- Write clear and concise commit messages in French:
-
Push Your Changes:
- Push your changes to your forked repository:
git push origin feature/short-description
- Push your changes to your forked repository:
-
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.
Please read and adhere to our Code of Conduct to ensure a welcoming and inclusive environment.
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!