The ultimate resource for development teams to collaborate seamlessly and maintain code quality
This repository serves as a central knowledge base for development best practices, Git workflows, and code quality guidelines. Whether you're an experienced developer or just starting out, these resources will help you follow consistent standards across projects.
Our comprehensive documentation is available at: https://advanced-infrastructure.github.io/developers-101/
- Git Workflows: Standardized branching strategies and commit conventions
- PR Guidelines: Learn how to create effective PRs that are easy to review
- Team Conventions: Team-specific naming conventions and workflows
- GitHub Automation: CI/CD setup and branch protection rules
- Read through the documentation
- Reference these guidelines in your team's onboarding process
- Integrate these practices into your existing workflows
We welcome contributions! If you have suggestions for improving these guidelines:
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-improvement
) - Commit your changes (
git commit -am 'Add my improvement'
) - Push to the branch (
git push origin feature/my-improvement
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ for developers who care about code quality