Skip to content

Commit

Permalink
Update contributing.md
Browse files Browse the repository at this point in the history
@ANaaim stored info in contributing.md
  • Loading branch information
Ipuch authored Sep 1, 2023
1 parent d9b4e1d commit 4ca8bb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ All contributions, bug reports, bug fixes, documentation improvements, enhanceme
We recommend going through the list of [`issues`](https://github.com/ipuch/bioNC) to find issues that interest you, preferable those tagged with `good first issue`.
You can then get your development environment setup with the following instructions.

# Code Style [![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
To maintain a consistent and readable codebase, we utilize the black code formatter. Before submitting your code, ensure it is formatted by running `black . -l120`. This command will format all Python files in the current directory and its subdirectories to a maximum line length of 120 characters. If you haven't installed black, you can run `conda install -c conda-forge black`.


1 comment on commit 4ca8bb2

@ANaaim
Copy link
Contributor

@ANaaim ANaaim commented on 4ca8bb2 Sep 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hahaha thanks for the add :)

Please sign in to comment.