From d7519aec570e5e3e73405650422b6bcceeb0e0ec Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sat, 2 Dec 2023 19:55:50 +0200 Subject: [PATCH 1/2] fix typos bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2d3e38a..ddf016d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,7 +14,7 @@ Provide a clear and concise description of the bug. #### 🔄 Reproduction Steps -Steps to reproduce the behaviour +Steps to reproduce the behavior #### 🤔 Expected Behavior From eaaf9fe37b597a0f09187888b58022e1203f65e2 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sat, 2 Dec 2023 19:56:29 +0200 Subject: [PATCH 2/2] fix typos CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd3d458..08b9136 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ There are many ways to contribute to the ZK Stack: To contribute code fixing issues, please fork the repo, fix an issue, commit, add documentation as per the PR template, and the repo's maintainers will review the PR. [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) -for guidance how to work with PRs created from a fork. +for guidance on how to work with PRs created from a fork. ## Licenses