Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 800 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 800 Bytes

Contributing

ICS Parser is an open source project. It is licensed using the MIT License. We appreciate pull requests, here are our guidelines:

  1. File a bug on our issue tracker (if there isn't one already).
  • If your patch is going to be large it might be a good idea to get the discussion started early. We are happy to discuss it in a new issue beforehand.
  • It is also extremely useful to be provided with any iCal snippet causing the parser to behave incorrectly
  1. We ask that you compile all the commits together before pushing.
  2. Please follow the coding standards already adhered to in the file you're editing before committing
  • This includes the use of 4 spaces over tabs for indentation