Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

32 lines (19 loc) · 1.52 KB

How to contribute

There are several ways you can contribute to CodableCSV:

  • Fix typos, rephrase documentation, or add missing context.
  • Create issues for bugs, enhancement suggestions, etc.
  • Send Pull Requests (PRs) with new code.
  • Spread awareness 😄

The only contribution requirements are:

  • Make all your changes on develop.
  • Try to add tests to new enhancements.
  • Make sure all tests pass (the CI will check that for you).

That is it. Thank you for taking the time to read this and for contributing.

Where to start

This repo's Github projects are kept up to date and they are a good place to look if you don't know where to start.

  • The features project contains the features that are being worked on or it has been agreed to work on in the near future.

    Check the "Planned" column and pick a task.

  • The bugs project contains a list of known issues.

    Feel free to pick any.

  • The ideas project contains a list of suggestions or future plans that haven't been properly investigated.

    These are a bit more "futuristics" and many of them may never be undertook. However, they are worth exploring.