First of all thank you for considering contributing to this open source project!
I am always welcoming contributions of any type. Please open an issue or create a PR if you find an issue with any of the following.
- An issue with Documentation (typo, incorrect code example)
- You found the documentation lacking in some way
If you have an issue with the library please include the following
- A description of the problem
- Does this issue occur while formatting or parsing a csv.
- A short example of how to reproduce (if applicable)
- A sample csv
- Sample code to reproduce the issue
Without those basics it can be difficult to reproduce your issue locally. You may be asked for more information but that is a good starting point.
New features and/or enhancements are great and I encourage you to either submit a PR or create an issue. In both cases include the following as the need/requirement may not be readily apparent.
- The use case
- A short example
If you are issuing a PR also also include the following
- Tests - otherwise the PR will not be merged
- Documentation - otherwise the PR will not be merged
- Examples
If you find an issue you want to work on please comment on it letting other people know you are looking at it and I will assign the issue to you.
If want to work on an issue but dont know where to start just leave a comment and I'll be more than happy to point you in the right direction.