---
name: trezor/skills-and-code-style-contribution
source: https://app.decimal.ai/s/trezor-skills-and-code-style-contribution@1/SKILL.md
source_sha256: 14ace345c227
---

# Skills and Code Style Contribution

## How to Contribute

You have two options for contributing to the code style guide:

### 1. Create an Issue with a Proposal

Everyone is welcome to make contributions! Check the list of [current proposals](https://github.com/trezor/trezor-suite/issues?q=is%3Aissue%20state%3Aopen%20label%3Aproposal) before you [create a new one](https://github.com/trezor/trezor-suite/issues/new?template=08_code_improvement_proposal.md). These proposals shall later be discussed at the Code Improvements meetings with members of the Suite team. Once we agree on a preferred solution, the person who added the proposal is responsible for implementing any related changes to the codebase and/or documenting the decision in this guide.

### 2. Create a Pull Request

Create a pull request with the proposed code style change so we can have a discussion directly in the PR. This is a good option for smaller changes that don't require much discussion and are not that controversial. For larger changes, we recommend creating an issue first to have a more focused discussion before implementation.