clam2020/public/js/lib/fullcalendar/sched/CONTRIBUTING.txt

35 lines
1.4 KiB
Plaintext
Raw Normal View History

2018-10-05 16:13:30 +00:00
## Reporting Bugs
Each bug report MUST have a [Codepen/JSFiddle] recreation before any work can begin. [further instructions »](http://fullcalendar.io/wiki/Reporting-Bugs/)
## 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 »](http://fullcalendar.io/wiki/Requesting-Features/)
## 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][Using Pull Requests], 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 »](http://fullcalendar.io/wiki/Contributing/)
## What to edit
When modifying files, please do not edit the generated or minified files in the `dist/` directory. Please edit the original `src/` files.
[Codepen/JSFiddle]: http://fullcalendar.io/wiki/Reporting-Bugs/
[Issue Tracker]: https://github.com/fullcalendar/fullcalendar-scheduler/issues
[Using Pull Requests]: https://help.github.com/articles/using-pull-requests/