From 053f88ea0d2eab71e7c11306b818513c9ce5e031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Salv=C3=A1?= Date: Thu, 14 Mar 2024 12:49:50 +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 d701958b79afb409481be55ab405836cf8f89546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Salv=C3=A1?= Date: Thu, 14 Mar 2024 12:50:56 +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 (94%) diff --git a/CONTRIBUTING b/CONTRIBUTING.md similarity index 94% rename from CONTRIBUTING rename to CONTRIBUTING.md index d4606e7..60682ce 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING.md @@ -8,4 +8,4 @@ You need to take into account that most of the code is auto-generated with Nswag - 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.