Thank you for your interest in contributing to the OpenShift Interactive Login CLI Tool! We appreciate your desire to help improve the tool. Here's how you can contribute:
Before you begin:
- Make sure you have a GitHub account.
- Familiarize yourself with the Pull Request process.
To contribute to the repository:
- Fork the repository on GitHub.
- Clone the project to your local machine.
- Create a new branch in your local repository. It's a best practice to name your branch related to the issue or feature you are working on.
- Make your changes and commit them to your branch.
- Push your changes to your fork.
- Submit a pull request from your fork back to the main repository.
- Your pull request will be reviewed by the maintainers, and they will provide feedback or merge it.
- Code Standards: Ensure your code adheres to the project's coding conventions.
- Documentation: Update the README or other documentation as needed.
- Pull Requests: Pull requests should be made to the
main
branch.
If you find any bugs or have a feature request, please create an issue in the repository. Be sure to provide a clear description of the issue and steps to reproduce it.
If you have any questions or need further clarification, feel free to open an issue for discussion.
Thank you for your contributions!