Thank you for considering contributing to DockerComposeAPI! We appreciate your time and effort.
-
Fork the repository: Click the "Fork" button at the top right of the repository page.
-
Clone the forked repository:
git clone https://github.com/senad-d/DockerComposeAPI.git cd DockerComposeAPI -
Create a new branch: Make sure your branch name is descriptive.
git checkout -b feature/your-feature-name
-
Make changes: Implement your feature, bug fix, or documentation update.
-
Commit your changes: Write a clear and concise commit message.
git add . git commit -m "Brief description of your changes"
-
Push to your fork:
git push origin feature/your-feature-name
-
Open a Pull Request: Navigate to the original repository and click "New Pull Request". Follow the template and provide a detailed description of your changes.
- Follow the project's coding style and conventions.
- Write clear and concise commit messages.
- Update documentation if necessary.
- Write tests for new features or bug fixes, if applicable.
- Check if the issue already exists in the issues list.
- If not, open a new issue and provide as much detail as possible.
Thank you for contributing to DockerComposeAPI!