diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 38297fdb..955a33de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,3 +33,6 @@ A complete contribution implements a feature or a bug fix and keeps all [automat 1. Make sure your contribution follows the contribution guidelines above 1. Create meaningful, well-separated and [well-named](https://commitlint.io/) commits 1. Create a pull request from your feature branch to the correct branch of this project + +## Contribution New Locales +For new locales, adhere to the ISO 639-1 code, and incorporate alterations to the code similar to the pull request (PR) example provided at https://github.com/dargmuesli/nuxt-cookie-control/pull/194. \ No newline at end of file diff --git a/README.md b/README.md index cddb7070..e349e35b 100644 --- a/README.md +++ b/README.md @@ -278,11 +278,3 @@ Every property that includes a `{ en: ... }` value is a translatable property th [npm-downloads-src]: https://badgen.net/npm/dm/@dargmuesli/nuxt-cookie-control [npm-downloads-href]: https://npmjs.com/package/@dargmuesli/nuxt-cookie-control - -## Contribute - -For new locales, adhere to the ISO 639-1 code, and incorporate alterations to the code similar to the pull request (PR) example provided at https://github.com/dargmuesli/nuxt-cookie-control/pull/194. - -## License - -[MIT](./LICENSE) \ No newline at end of file