From 99989acf6e5743653786e472337218bec88f4326 Mon Sep 17 00:00:00 2001 From: Bartosz Litwiniuk <> Date: Mon, 23 Dec 2024 13:16:55 +0100 Subject: [PATCH] Reformat --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82ad0ce6..d652946d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ```