From 0be5b991aeaa9a0513c8aea1f9b6393face2138b Mon Sep 17 00:00:00 2001
From: Noisy <125606576+donatik27@users.noreply.github.com>
Date: Sat, 22 Feb 2025 19:26:55 +0100
Subject: [PATCH 1/2] Update ---feature.md

---
 .github/ISSUE_TEMPLATE/---feature.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/---feature.md b/.github/ISSUE_TEMPLATE/---feature.md
index d5541bb..7910acb 100644
--- a/.github/ISSUE_TEMPLATE/---feature.md
+++ b/.github/ISSUE_TEMPLATE/---feature.md
@@ -8,7 +8,7 @@ assignees: ''
 ---
 
 **Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+A clear and concise description of what the problem is. E.g. I'm always frustrated when [...]
 
 **Describe the solution you'd like**
 A clear and concise description of what you want to happen.

From ddf484fc499dd1d38f9ec96f4e2a1aa4a8ede18c Mon Sep 17 00:00:00 2001
From: Noisy <125606576+donatik27@users.noreply.github.com>
Date: Sat, 22 Feb 2025 19:28:49 +0100
Subject: [PATCH 2/2] Update identity-proof.circom

---
 packages/identity-proof.circom/src/identity-proof.circom | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/identity-proof.circom/src/identity-proof.circom b/packages/identity-proof.circom/src/identity-proof.circom
index 59b0e2f..382c5a6 100644
--- a/packages/identity-proof.circom/src/identity-proof.circom
+++ b/packages/identity-proof.circom/src/identity-proof.circom
@@ -6,12 +6,12 @@ include "comparators.circom";
 
 // This circuit can be used to prove the possession of a Semaphore private key
 // without revealing the private key itself. It utilizes
-// the {@link https://eips.ethereum.org/EIPS/eip-2494|Baby Jubjub} elliptic curve, the Poseidon hash function which a highly efficient
+// the {@link https://eips.ethereum.org/EIPS/eip-2494|Baby Jubjub} elliptic curve, the Poseidon hash function which is a highly efficient
 // and secure hash function suited for zero-knowledge proof contexts.
 // A scope value can be used to define a nullifier to prevent the same
 // proof from being re-used twice.
 template IdentityProof() {
-    // The circuit takes two inputs: the private key and an additional scope parameter.
+    // The circuit takes two inputs: a private key and an additional scope parameter.
     signal input secret;
     signal input scope;