JUICE UI

Supercharge ASP.NET
Web Forms with jQuery UI

Contribute

If you would like to submit a patch and have already submitted your issue for triage to one of the community support options, please take a moment to read the following:

Code formatting:

Juice UI uses tabs instead of spaces for indentation. Pull requests using spaces for indentation will need to be reformated with tabs before the request will be accepted.

For bug fixes:

  • Please first create a branch in your fork that includes only the changes you want us to pull.
  • Send us a pull request for that branch with an explanation of what your code fixes.

For new features:

Though we will never discourage users from developing solutions that solve their needs, the goals of the Juice UI project are very focused. If you are looking to get new features merged back into the Juice UI project, we highly encourage you to follow this simple three-step process:

  1. Reach out via Twitter, Google Groups, or a GitHub Message to discuss your new idea.
  2. Once the feature has been deemed a good candidate for inclusion in Juice UI, you can start coding.
  3. When you are ready for your new feature to be reviewed for inclusion:
    • Please first create a branch in your fork that includes only the changes you want us to pull.
    • Send us a pull request for that branch with a summary of the new feature.
    • Be sure to include tests and documentation for your new feature.