A centralized repository of templates and guidelines for the ByteProgramming organization
This repository serves as the official library of templates and guidelines used across all ByteProgramming projects. It contains standardized templates for documentation, contribution guidelines, issue templates, pull request templates, and more.
The purpose of this repository is to:
- β Maintain consistency across all organization projects
- β Streamline the setup process for new repositories
- β Ensure all team members follow the same standards
- β Provide a single source of truth for documentation templates
| File | Description | Usage |
|---|---|---|
| readme-template.md | Complete README template for any project | Copy and customize for your project's README |
| CONTRIBUTING.md | Contribution guidelines for all repos | Copy to your repository to enforce standards |
| issues.md | Issue template structure | Use as GitHub issue template |
| pull-request.md | Pull request template structure | Use as GitHub PR template |
- Copy the templates you need from this repository
- Customize them according to your project's specifics
- Follow the guidelines defined in CONTRIBUTING.md
- Maintain consistency with the organization's standards
- Review your current documentation against these templates
- Update your docs to match the organization's standards
- Implement any missing templates
- Ensure your team follows the CONTRIBUTING guidelines
All projects in the ByteProgramming organization must:
- π Use English for all code, comments, and documentation
- π Follow Conventional Commits for commit messages
- π Use proper branch naming conventions
- β Write tests for all code changes
- π Document code using technology-specific standards
- π Follow the PR template for all pull requests
- π Create issues before starting work
For detailed guidelines, see CONTRIBUTING.md.