From 7edfee2b67b4ad5aed9aa1b48f1a11d3a0d48b3c Mon Sep 17 00:00:00 2001
From: Kafui Alordo <kalordo7@gmail.com>
Date: Thu, 10 Oct 2024 12:03:13 +0000
Subject: [PATCH 1/2] correct typo in cotributing guide step 5

---
 .gitignore      | 1 +
 CONTRIBUTING.md | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index d69e7ce..8e6d999 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@ venv
 **/__pycache__
 .pytest_cache
 bin/
+bpdvenv/
 
 # Ignore metadata generated by Jekyll
 _site/
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ed84cb4..97b2a3d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -90,7 +90,7 @@ The diagram below explains how information is generated for the about page, show
 
 - Once you are done, you can preview your issue by selecting the Preview tab. If you are satisfied with the issue presentation, you can click on the green "Submit new issue" button to create your issue.
 
-- And that's it! If you cose to comment requesting the issue to be assigned to you, wait for a maintainer to do so. You should get an email notification of the issue being assigned to you or you can view the issue assignment in the issue page. It should look similar to this:
+- And that's it! If you choose to comment requesting the issue to be assigned to you, wait for a maintainer to do so. You should get an email notification of the issue being assigned to you or you can view the issue assignment in the issue page. It should look similar to this:
 
   ![issue assignment](/assets/images/issue_assignment.png)
 

From e1210929b661a4f980993bf3873cc7153aa17865 Mon Sep 17 00:00:00 2001
From: Jay Miller <kjaymiller@gmail.com>
Date: Fri, 11 Oct 2024 10:35:55 -0400
Subject: [PATCH 2/2] Update .gitignore

---
 .gitignore | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 8e6d999..d69e7ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,6 @@ venv
 **/__pycache__
 .pytest_cache
 bin/
-bpdvenv/
 
 # Ignore metadata generated by Jekyll
 _site/