This repository serves as the standard starting point for all new repositories under the Filipino Web Development Peers (FWDP) GitHub organization.
It ensures that every project starts with:
- Consistent structure
- Clear documentation
- Security and contribution guidelines
- CI-ready configuration
Use this template when:
- Creating a new FWDP repository
- Starting a community or official project
- Bootstrapping a student-friendly codebase
Do NOT use this template to:
- Retroactively modify existing repositories
- Replace repository-specific workflows
- Go to the FWDP GitHub organization
- Click New repository
- In the “Repository template” dropdown, select: fwdp-repo-template
- Enter the new repository name and description
- Click Create repository
That’s it. The new repository will be created with the FWDP standard structure.
Immediately update the following files:
- Replace the project name
- Describe the purpose of the repository
- Add setup or usage instructions
- Describe the system design
- List the tech stack
- Explain major components
- Add stack-specific ignores if needed
- Replace placeholder steps with real build/test steps
Do NOT remove or bypass:
CONTRIBUTING.mdCODE_OF_CONDUCT.mdSECURITY.md- Pull Request templates
- Issue templates
These enforce FWDP governance and community standards.
New repositories created from this template default to:
- Tier 0 (Sandbox / Learning)
Tier upgrades must follow the FWDP governance process and be approved by Platform Maintainers.
See:
- FWDP Governance Repository
REPO-INVENTORY.md
All FWDP repositories follow organization-wide contribution rules.
Please review: