daffodil
daffodil copied to clipboard
feat(contact): add Zendesk driver and update driver docs
PR Checklist
Please check if your PR fulfills the following requirements:
- [x] The commit message follows our guidelines: https://github.com/graycoreio/daffodil/blob/master/CONTRIBUTING.md#commit
- [x] Tests for the changes have been added (for bug fixes / features)
- [x] Docs have been added / updated (for bug fixes / features)
PR Type
What kind of change does this PR introduce?
[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:
What is the current behavior?
Currently, we don't support Zendesk as a contact form driver. Fixes: N/A
What is the new behavior?
This adds support for a Zendesk contact driver and adds some docs.
Does this PR introduce a breaking change?
[ ] Yes
[x] No
Other information
So the current structure of the @daffodil/contact
module is contact/src/driver/<driver_name>
and the new driver is under contact/driver/zendesk
. Is this intending to change the structure inside the module?
@Nolan-Arnold yes.