From 8541c78e376a9b6ca9e36f95421a0bd036bdb2cd Mon Sep 17 00:00:00 2001 From: AG3NTZ3R0 Date: Fri, 1 Mar 2024 10:08:35 -0500 Subject: [PATCH] Updates --- CONTRIBUTING.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20314bd..de39e18 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,11 +29,8 @@ Thank you for considering contributing to CNBC. We're thrilled you're here and w ```bash git checkout -b name-of-your-branch ``` -2. Make your changes. Add tests (w/ `unittest`) if you're adding code, and make sure all tests pass. -3. Install and test the package locally: - ```bash - pip install . - ``` +2. Make your changes. Add tests if you're adding code, and make sure all tests pass. +3. Install the package locally and ensure the package functions properly. 4. Follow the coding standards and guidelines described in the next section. ## Coding Standards