Skip to content

Latest commit

 

History

History
39 lines (17 loc) · 1.62 KB

CONTRIBUTING.md

File metadata and controls

39 lines (17 loc) · 1.62 KB

Reporting Bugs

Each bug report MUST have a Codepen/JSFiddle recreation before any work can begin. further instructions »

Requesting Features

Please search the Issue Tracker to see if your feature has already been requested, and if so, subscribe to it. Otherwise, read these further instructions »

Contributing Features

Each new feature should be designed as robustly as possible and be useful beyond the immediate usecase it was initially designed for. Feel free to start a ticket discussing the feature's specs before coding.

Contributing Bugfixes

In the description of your Pull Request, please include recreation steps for the bug as well as a [JSFiddle/JSBin] demo. Communicating the buggy behavior is a requirement before a merge can happen.

Other Ways to Contribute

Read about other ways to contribute »

Development Setup

This repo is not capable of building dist files on its own. You must develop in the main fullcalendar repo, which is a monorepo that references this one via git submodules.

What to Edit

When modifying files, please do not edit generated files in the dist/ directories. Please edit the original files in the src/ directories.