Thank you for your interest in contributing to the Template Architect repository! Contributions are welcome and appreciated. This guide explains how you can get started, the process to follow, and the standards to maintain when contributing.
There are several ways you can contribute to the project:
- Reporting Bugs: Found a bug? Let us know by creating an issue with details.
- Suggesting Features: Propose new ideas or improvements for the project.
- Fixing Bugs: Pick a bug from the issue tracker, fix it, and submit a pull request.
- Improving Documentation: Help us improve the documentation by fixing typos, clarifying instructions, or adding new content.
- Writing Tests: Add tests to ensure the codebase is robust and well-maintained.
We are committed to maintaining a welcoming and inclusive environment for everyone. By contributing, you agree to abide by our Code of Conduct.
Before you begin contributing, ensure you have:
- A GitHub account.
- Basic knowledge of Git and the command line.
- Node.js and npm installed (for frontend projects).
- Angular CLI installed globally (if working on Angular components).
- Navigate to the repository.
- Click the "Fork" button to create your fork.
- Clone the repository locally:
git clone https://github.com/<your-username>/template-architect.git cd template-architect