From 0d66b3cce4e6a88379b6f68ea6e7a53374a58eb3 Mon Sep 17 00:00:00 2001 From: Chintua Evuru Date: Wed, 25 Dec 2024 05:34:56 -0400 Subject: [PATCH] grammatical error fix Corrected grammatical errors, such as fixing "build" to "built" and removing the extra question mark in "Will the protocol spec need to be updated?". --- .github/ISSUE_TEMPLATE/feature.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index bb3653f3..e9930e5d 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -11,9 +11,9 @@ assignees: A concise, high level summary of the feature **Why is this feature important?** -An argument for why this feature should be build and how it should be prioritized +An argument for why this feature should be built and how it should be prioritized -**Will the protocol spec need to be updated??** +**Will the protocol spec need to be updated?** Call out the sections of the [protocol spec](https://github.com/farcasterxyz/protocol) that will need to be updated (e.g. Section 4.3 - Verifications, Section 3.1 - Identity Systems) **How should this feature be built? (optional)**