clauswilke/PeptideBuilder

Add brief contributing guide to README

Closed this issue · 0 comments

@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> ...