From 414838b68dc589f3996150db68bd2395184ba209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Salv=C3=A1?= Date: Thu, 14 Mar 2024 12:51:40 +0100 Subject: [PATCH 1/2] Rename CODE_OF_CONDUCT to CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT => CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename CODE_OF_CONDUCT => CODE_OF_CONDUCT.md (99%) diff --git a/CODE_OF_CONDUCT b/CODE_OF_CONDUCT.md similarity index 99% rename from CODE_OF_CONDUCT rename to CODE_OF_CONDUCT.md index 609e99d..35b5167 100644 --- a/CODE_OF_CONDUCT +++ b/CODE_OF_CONDUCT.md @@ -129,4 +129,4 @@ For answers to common questions about this code of conduct, see the FAQ at [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html [Mozilla CoC]: https://github.com/mozilla/diversity [FAQ]: https://www.contributor-covenant.org/faq -[translations]: https://www.contributor-covenant.org/translations \ No newline at end of file +[translations]: https://www.contributor-covenant.org/translations From d3d46b5d2bfc34e027fbc6ca88fffb4198ecad39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Salv=C3=A1?= Date: Thu, 14 Mar 2024 12:52:18 +0100 Subject: [PATCH 2/2] Rename CONTRIBUTING to CONTRIBUTING.md --- CONTRIBUTING => CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename CONTRIBUTING => CONTRIBUTING.md (93%) diff --git a/CONTRIBUTING b/CONTRIBUTING.md similarity index 93% rename from CONTRIBUTING rename to CONTRIBUTING.md index abf0c31..84ec051 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING.md @@ -6,4 +6,4 @@ Thank you for investing your time in contributing in our project. There are some - Update the docs using typedoc: npm run docs - Check third-party libraries licenses, them should be admited by the project license. You can consult it in the [license document](./LICENSE) - Update the [Change Log](./CHANGELOG.md). -- Update the version in the package. \ No newline at end of file +- Update the version in the package.