Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.04 KB

File metadata and controls

38 lines (30 loc) · 1.04 KB

Contributing to GoPowerShellLauncher

Thank you for considering contributing to GoPowerShellLauncher! Your contributions are valuable and help improve the project.

How to Contribute

  1. Fork the repository.
  2. Clone your fork:
    git clone https://github.com/your-username/GoPowerShellLauncher.git
  3. Create a branch for your changes:
    git checkout -b your-branch-name
  4. Make your changes.
  5. Commit your changes with a clear message:
    git commit -m "Description of your changes"
  6. Push to your fork:
    git push origin your-branch-name
  7. Open a pull request on GitHub.

Code of Conduct

Please read our Code of Conduct to understand the expectations for behavior.

Pull Request Process

  1. Ensure your code follows the project's style guidelines.
  2. Write clear and concise commit messages.
  3. Include a description of the changes and the related issue number.
  4. Request a review from a project maintainer.

Thank you for your contribution!