Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 822 Bytes

CONTRIBUTING.MD

File metadata and controls

14 lines (8 loc) · 822 Bytes

Contributing to the Repository

Feel free to contribute to this project by forking this repository and making changes to the fork. Once you have made your changes, share them with the community by sending a pull request to the master branch.

Pull request requirements

  • Tests are welcome:

Unit tests project: AjaxControlToolkit.Tests.

Functional tests project: AjaxControlToolkit.Jasmine.

  • Pull request must not break any existing tests.

  • Pull request must not change the formatting of the existing code not related to the pull request.