Thank you for considering contributing to AL-Go OnPremise Deployer! We welcome contributions from everyone. By participating in this project, you agree to abide by our Code of Conduct.
- If you find a bug, please report it by opening an issue. Include as much detail as possible, including steps to reproduce the issue and any relevant logs or screenshots.
- We welcome new ideas! If you have a feature request, please open an issue with a detailed description of the feature, including its purpose and potential benefits.
-
Fork the Repository:
- Click the "Fork" button at the top of the repository page.
-
Clone Your Fork:
- Clone your fork to your local machine.
git clone https://github.com/your-username/AL-Go-OnPremise-Deployer.git cd AL-Go-OnPremise-Deployer
- Clone your fork to your local machine.
-
Create a Branch:
- Create a new branch for your feature or bugfix.
git checkout -b feature-or-bugfix-name
- Create a new branch for your feature or bugfix.
-
Make Changes:
- Make your changes in the new branch.
-
Commit Changes:
- Commit your changes with a clear and descriptive commit message.
git add . git commit -m "Description of the changes"
- Commit your changes with a clear and descriptive commit message.
-
Push Changes:
- Push your changes to your fork.
git push origin feature-or-bugfix-name
- Push your changes to your fork.
-
Open a Pull Request:
- Go to the repository on GitHub and open a pull request. Include a detailed description of your changes and the problem or feature they address.
- Follow the existing code style.
- Write clear and concise commit messages.
- Add comments and documentation where appropriate.
- Ensure your code is well-tested.
- If you add or modify functionality, please update the documentation accordingly. This helps other users understand how to use the new or modified features.
- By contributing to this project, you agree to abide by our Code of Conduct.
- Your contributions make this project better for everyone. Thank you for taking the time to contribute!