Thank you for considering contributing to GoPowerShellLauncher! Your contributions are valuable and help improve the project.
- Fork the repository.
- Clone your fork:
git clone https://github.com/your-username/GoPowerShellLauncher.git
- Create a branch for your changes:
git checkout -b your-branch-name
- Make your changes.
- Commit your changes with a clear message:
git commit -m "Description of your changes" - Push to your fork:
git push origin your-branch-name
- Open a pull request on GitHub.
Please read our Code of Conduct to understand the expectations for behavior.
- Ensure your code follows the project's style guidelines.
- Write clear and concise commit messages.
- Include a description of the changes and the related issue number.
- Request a review from a project maintainer.
Thank you for your contribution!