From 48eb471f2f453a344e6459cda0fda7f1885cc0bf Mon Sep 17 00:00:00 2001 From: Bartosz Litwiniuk <> Date: Mon, 23 Dec 2024 13:14:49 +0100 Subject: [PATCH] Reformat file --- CONTRIBUTING.md | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7373338c..82ad0ce6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,29 +4,28 @@ 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: - ```bash - git clone https://github.com/backtrace-labs/backtrace-android.git - ``` - + 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 -``` + ```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: - ```bash - git checkout -b jira-ticket/your-feature-name - ``` + 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 + ``` 4. **Update submodules** -```bash -git submodule update --recursive --remote -git submodule update --init --recursive -``` - + ```bash + git submodule update --recursive --remote + git submodule update --init --recursive + ``` + ### Coding Guidelines 1. **Code Formatting**