861 B
861 B
Contributing to Datacenter Control Complete
Thank you for your interest in contributing to this project!
Getting Started
- Fork the repository
- Clone your fork
- Create a new branch for your feature or bugfix
- Make your changes
- Test your changes
- Submit a pull request
Development Setup
- Copy
.env.exampleto.envand fill in your credentials - Install dependencies
- Run the development server
Code Style
- Follow the existing code style
- Write clear, descriptive commit messages
- Add comments for complex logic
- Update documentation as needed
Pull Request Process
- Ensure your code follows the project's style guidelines
- Update the README.md if you've changed functionality
- Ensure all tests pass
- Request review from maintainers
Questions?
Feel free to open an issue for any questions or concerns.