Skip to content
David Day edited this page Jan 27, 2022 · 2 revisions

Welcome to the Bootstrap-Form-Builder wiki!

Bootstrap-Form-Builder v1.0

Description

A simple solution for creating Bootstrap forms on the fly.

License

Bootstrap-Form-Builder is licensed under the MIT License

Change Log

Contributing

I'm not actively looking to collaborate with a team on this project. It is a personal project of mine that I started for two reasons:

  1. To dynamically build forms passing JSON objects
  2. To sharpen my vanilla JavaScript skills

Versioning

Font Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions, including new features, without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org.

Author

Clone this wiki locally