Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AG3NTZ3R0 committed Mar 1, 2024
1 parent 7ae7028 commit 8541c78
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8541c78

Please sign in to comment.