Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Litwiniuk committed Dec 23, 2024
1 parent 48eb471 commit 99989ac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@ Thank you for considering contributing to Backtrace Android SDK library. Here ar

### Getting Started

1. **Clone the Repository**
Clone the repository to your local machine using:
1. **Clone the repository** to your local machine using:
```bash
git clone https://github.com/backtrace-labs/backtrace-android.git
```

2. **Install pre-commit**
```bash
pip install pre-commit
pre-commit install
```

3. **Create a Branch**
It's good practice to create a new branch for each feature or bugfix, if you have jira ticket put ticket number as branch prefix:
3. **Create a branch** - it's good practice to create a new branch for each feature or bugfix, if you have jira ticket put ticket number as branch prefix:
```bash
git checkout -b jira-ticket/your-feature-name
```
Expand Down

0 comments on commit 99989ac

Please sign in to comment.