|
1 | | -# README.md |
| 1 | +# formBuilder-ConditionalLogic |
2 | 2 |
|
3 | 3 | [](https://developercertificate.org/) |
| 4 | +[](LICENSE) |
| 5 | +[](https://github.com/jaimonorle/formBuilder-ConditionalLogic/releases) |
| 6 | +[](CONTRIBUTING.md) |
| 7 | +[](https://www.conventionalcommits.org/) |
| 8 | +[](https://github.com/jaimonorle/formBuilder-ConditionalLogic/actions/workflows/gh-pages.yml) |
| 9 | +[](https://jaimonorle.github.io/formBuilder-ConditionalLogic/demo/builder-static.html) |
| 10 | +[](https://jaimonorle.github.io/formBuilder-ConditionalLogic/demo/render-static.html) |
| 11 | + |
| 12 | +**Quick Links:** [Quick Start](#quick-start) · [Demos](#installation) · [Renderer API](#renderer-api) · [Builder API](#builder-api) · [Contributing](CONTRIBUTING.md) · [Code of Conduct](CODE_OF_CONDUCT.md) · [Changelog](CHANGELOG.md) · [Security](SECURITY.md) · [License](LICENSE) |
| 13 | + |
4 | 14 |
|
5 | 15 | A lightweight, name‑based **Conditional Logic** toolkit for [formBuilder](https://github.com/kevinchappell/formBuilder). Add show/hide/require/enable/disable behaviors to fields and containers without writing custom code. |
6 | 16 |
|
@@ -190,29 +200,15 @@ attachLogicGroupsManager(toolbarEl, { getAvailableFields, getFieldValues }); |
190 | 200 |
|
191 | 201 | --- |
192 | 202 |
|
193 | | -### DCO: sign-off required |
| 203 | +## Contributing |
194 | 204 |
|
195 | | -We follow the **Developer Certificate of Origin**. Please sign off your commits. |
196 | | -
|
197 | | -```bash |
198 | | -# set your real name and email once (must match sign-off) |
199 | | -git config user.name "Your Real Name" |
200 | | -git config user.email "you@example.com" |
201 | | -
|
202 | | -# sign off a new commit |
203 | | -git commit -s -m "feat: add Visual Groups Editor" |
204 | | -
|
205 | | -# if you forgot, amend the last commit |
206 | | -git commit --amend -s --no-edit |
207 | | -# then push safely |
208 | | -git push --force-with-lease |
209 | | -``` |
| 205 | +We welcome PRs! Please read [CONTRIBUTING.md](CONTRIBUTING.md) and sign off your commits per the [DCO](https://developercertificate.org/). |
| 206 | +Also see our [Code of Conduct](CODE_OF_CONDUCT.md), [Security policy](SECURITY.md), and [Changelog](CHANGELOG.md). |
210 | 207 |
|
211 | | -Read more: [https://developercertificate.org/](https://developercertificate.org/) |
212 | 208 |
|
213 | 209 | ## Acknowledgements |
214 | 210 |
|
215 | | -* Inspired by community demand and prior work like **formbuilder_depends**. |
| 211 | +* Inspired by community demand and prior work like [**formbuilder_depends**](https://github.com/rendezz/formbuilder_depends). |
216 | 212 |
|
217 | 213 | ## License |
218 | 214 |
|
|
0 commit comments