Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 2.19 KB

CONTRIBUTING.md

File metadata and controls

63 lines (47 loc) · 2.19 KB

Contributing to AL-Go OnPremise Deployer

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.

How Can I Contribute?

Reporting Bugs

  • 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.

Feature Requests

  • 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.

Code Contributions

  1. Fork the Repository:

    • Click the "Fork" button at the top of the repository page.
  2. 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
  3. Create a Branch:

    • Create a new branch for your feature or bugfix.
      git checkout -b feature-or-bugfix-name
  4. Make Changes:

    • Make your changes in the new branch.
  5. Commit Changes:

    • Commit your changes with a clear and descriptive commit message.
      git add .
      git commit -m "Description of the changes"
  6. Push Changes:

    • Push your changes to your fork.
      git push origin feature-or-bugfix-name
  7. 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.

Coding Standards

  • Follow the existing code style.
  • Write clear and concise commit messages.
  • Add comments and documentation where appropriate.
  • Ensure your code is well-tested.

Documentation

  • If you add or modify functionality, please update the documentation accordingly. This helps other users understand how to use the new or modified features.

Code of Conduct

  • By contributing to this project, you agree to abide by our Code of Conduct.

Thank You!

  • Your contributions make this project better for everyone. Thank you for taking the time to contribute!