From 5f95cd99af501ed0597223ba1866922c11b6c09a Mon Sep 17 00:00:00 2001 From: wizard <112275929+famouswizard@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:20:28 +0300 Subject: [PATCH 1/2] Fix incorrect integrity hash prefix Update index.html --- apps/circuit-compiler/src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/circuit-compiler/src/index.html b/apps/circuit-compiler/src/index.html index 960fac503a..f4a5b44481 100644 --- a/apps/circuit-compiler/src/index.html +++ b/apps/circuit-compiler/src/index.html @@ -8,7 +8,7 @@ - From cd091fe2b8a61e9cea3d537195d370e98fa41da9 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:17:05 +0300 Subject: [PATCH 2/2] Fix grammatical error Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7cfc0f01da..aae9903e11 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ When you add code in any library, please ensure you add related unit tests. Please conform to [standard](https://standardjs.com/) for code styles. -## Submitting Pull Request +## Submitting Pull Requests Please follow GitHub's standard model of making changes & submitting pull request which is very well explained [here](https://guides.github.com/activities/forking/). Make sure your code works fine locally before submitting a pull request. ## Internationalization