Contribute to DevOps Tool Installer
Help us make DevOps tool installation easier for everyone. Your contributions make a difference!
Code Contributions
- • Add new tool installation guides
- • Improve existing installation scripts
- • Enhance UI/UX components
- • Add new features and functionality
- • Optimize performance
Bug Reports
- • Report installation issues
- • Submit UI/UX bug reports
- • Flag documentation errors
- • Identify security vulnerabilities
- • Test cross-platform compatibility
Contribution Guidelines
1. Fork and Clone
Start by forking the repository and cloning it locally:
git clone https://github.com/NotHarshhaa/DevOps-Tool-Installer.git
2. Create a Branch
Create a new branch for your contribution:
git checkout -b feature/your-feature-name
3. Make Changes
Make your changes following our coding standards:
- Follow the existing code style
- Add comments for complex logic
- Update tests if necessary
- Ensure all tests pass
4. Submit a Pull Request
Push your changes and create a pull request:
- Provide a clear PR description
- Reference any related issues
- Include screenshots for UI changes
- Update documentation if needed