From b8d373bb781b03ef80b91b5eb6b3ca13f1b30e45 Mon Sep 17 00:00:00 2001 From: Favour Emeka Date: Sun, 21 Jun 2026 18:25:58 +0100 Subject: [PATCH 1/3] feat(modules): add notform module - add notform icon - add notform module metadata --- icons/notform.svg | 8 ++++++++ modules/notform.yml | 19 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 icons/notform.svg create mode 100644 modules/notform.yml diff --git a/icons/notform.svg b/icons/notform.svg new file mode 100644 index 000000000..b12604f56 --- /dev/null +++ b/icons/notform.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/modules/notform.yml b/modules/notform.yml new file mode 100644 index 000000000..2226f1cbd --- /dev/null +++ b/modules/notform.yml @@ -0,0 +1,19 @@ +name: notform +description: Vue Forms Without the Friction +repo: notform/notform#main/packages/nuxt +npm: notform-nuxt +icon: notform.svg +github: https://github.com/notform/notform +website: https://notformdocs.vercel.app +learn_more: https://notformdocs.vercel.app/get-started/nuxt-module +category: Libraries +type: 3rd-party +maintainers: + - name: Favour Emeka + github: favorodera + twitter: favorodera + avatar: https://avatars.githubusercontent.com/favorodera?v=4 +compatibility: + nuxt: '>=4.0.0' + requires: {} + From 3a072f2d08cd690bf1a337673fc33c19ea0a5d67 Mon Sep 17 00:00:00 2001 From: Favour Emeka Date: Sun, 21 Jun 2026 18:37:08 +0100 Subject: [PATCH 2/3] chore: update notform repository and github links --- modules/notform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/notform.yml b/modules/notform.yml index 2226f1cbd..002bfe71f 100644 --- a/modules/notform.yml +++ b/modules/notform.yml @@ -1,9 +1,9 @@ name: notform description: Vue Forms Without the Friction -repo: notform/notform#main/packages/nuxt +repo: favorodera/notform#main/packages/nuxt npm: notform-nuxt icon: notform.svg -github: https://github.com/notform/notform +github: https://github.com/favorodera/notform website: https://notformdocs.vercel.app learn_more: https://notformdocs.vercel.app/get-started/nuxt-module category: Libraries From 8954ca0f498a880e68a5e5e077ea9f81e6d60009 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:23:46 +0000 Subject: [PATCH 3/3] [autofix.ci] apply automated fixes --- modules/notform.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/notform.yml b/modules/notform.yml index 002bfe71f..64dce49ad 100644 --- a/modules/notform.yml +++ b/modules/notform.yml @@ -9,11 +9,10 @@ learn_more: https://notformdocs.vercel.app/get-started/nuxt-module category: Libraries type: 3rd-party maintainers: - - name: Favour Emeka + - name: Favour Emeka github: favorodera twitter: favorodera avatar: https://avatars.githubusercontent.com/favorodera?v=4 compatibility: nuxt: '>=4.0.0' requires: {} -