clauswilke / PeptideBuilder

A simple Python library to generate model peptides
MIT License
79 stars 30 forks source link

Add brief contributing guide to README #32

Closed clauswilke closed 4 years ago

clauswilke commented 4 years ago

@Seanny123 For people who don't have their editors set up so that they automatically apply black styling, could you provide 2-3 sentences explaining what they should do to run black manually before creating a PR?

I envision something like the following:

The PeptideBuilder project uses black to format code. If you are not normally using black, please run the following command(s) before creating a pull request:

... <run black> ...