Initial commit: add .gitignore and README
This commit is contained in:
37
CONTRIBUTING.md
Normal file
37
CONTRIBUTING.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# Contributing to Datacenter Control Complete
|
||||
|
||||
Thank you for your interest in contributing to this project!
|
||||
|
||||
## Getting Started
|
||||
|
||||
1. Fork the repository
|
||||
2. Clone your fork
|
||||
3. Create a new branch for your feature or bugfix
|
||||
4. Make your changes
|
||||
5. Test your changes
|
||||
6. Submit a pull request
|
||||
|
||||
## Development Setup
|
||||
|
||||
1. Copy `.env.example` to `.env` and fill in your credentials
|
||||
2. Install dependencies
|
||||
3. 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
|
||||
|
||||
1. Ensure your code follows the project's style guidelines
|
||||
2. Update the README.md if you've changed functionality
|
||||
3. Ensure all tests pass
|
||||
4. Request review from maintainers
|
||||
|
||||
## Questions?
|
||||
|
||||
Feel free to open an issue for any questions or concerns.
|
||||
|
||||
Reference in New Issue
Block a user