> ## Documentation Index
> Fetch the complete documentation index at: https://docs.techblitz.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Making contributions, issues and pull requests to TechBlitz.

## Introduction

TechBlitz is the open source platform with the goal of providing a fun, engaging and effective way to learn to code.

By being open source, we can ensure that the platform is fully transparent and accessible to everyone, giving you, the user
the ability to make contributions and suggestions on where to take the project.

We always welcome contributions, whether it's through issues, pull requests or suggestions.

## Contributing

In order to ensure all contributions are up to standard, we have a few guidelines that we ask you to follow.

<CardGroup cols={2}>
  <Card title="Style Guide" icon="image" href="/open-source/style-guide">
    The style guide is the best way to ensure your contributions are up to
    standard.
  </Card>

  <Card title="Issues" icon="pen-to-square" href="/open-source/issues">
    Creating issues is the best way to suggest a new feature or report a bug.
  </Card>

  <Card title="Pull Requests" icon="image" href="/open-source/pull-requests">
    Pull requests are the best way to contribute to the project.
  </Card>
</CardGroup>
