Open justinsalamon opened 4 years ago
Sure! One exception is that I don't want to strictly adhere to the 80-column limit of PEP8 - we might want to use black which defaults to 88, or use PyCharm's default of 120. (or drop the formatting guidelines altogether for now)
OK cool, I'll try to get to this some time soon. I agree about the character limit, 80 seems harsh given today's screens, I like black so happy to use that.
We should add guidelines + templates for posting issues and contributing code.
There are examples for both in Librosa we could work off of: https://github.com/librosa/librosa/blob/master/CONTRIBUTING.md
@jongwook I'm happy to put this together if it sounds good to you?