Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.59 KB

CONTRIBUTING.md

File metadata and controls

44 lines (30 loc) · 1.59 KB

Contributing to Template Architect

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.


Ways to Contribute

There are several ways you can contribute to the project:

  1. Reporting Bugs: Found a bug? Let us know by creating an issue with details.
  2. Suggesting Features: Propose new ideas or improvements for the project.
  3. Fixing Bugs: Pick a bug from the issue tracker, fix it, and submit a pull request.
  4. Improving Documentation: Help us improve the documentation by fixing typos, clarifying instructions, or adding new content.
  5. Writing Tests: Add tests to ensure the codebase is robust and well-maintained.

Code of Conduct

We are committed to maintaining a welcoming and inclusive environment for everyone. By contributing, you agree to abide by our Code of Conduct.


Prerequisites

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).

Getting Started

1. Fork the Repository

  • Navigate to the repository.
  • Click the "Fork" button to create your fork.

2. Clone Your Fork

  • Clone the repository locally:
    git clone https://github.com/<your-username>/template-architect.git
    cd template-architect