From 4806f6c2ac657465c3ea4e3adfcad4a80104d3b1 Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Fri, 6 Oct 2023 08:21:49 -0400 Subject: [PATCH 1/2] Update README.md with contributing Resolves #6 --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c9b267..7dfe270 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# blackpythondevs.com +# blackpythondevs.github.io + +Black Python Devs is an online-first community for Python devlopers who identify as Black. + +This repo is the [GitHub Pages](https://pages.github.com/) website, built in Jekyll. + +## To Develop + +You can deploy your project locally but the fastest way to contribute is to use our [Codespace]((https://github.com/features/codespaces/)https://github.com/features/codespaces/). + +- Create an Issue (and wait to be assigned) +- Fork the Code +- Make the changes +- Test your changes (create new tests as needed) +- Submit a PR + +🥳 From 3a63de3be3a866658cb7c80a65f93a1bc1925ebf Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Fri, 6 Oct 2023 08:24:06 -0400 Subject: [PATCH 2/2] Run pre-commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dfe270..f1259d2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repo is the [GitHub Pages](https://pages.github.com/) website, built in Jek ## To Develop -You can deploy your project locally but the fastest way to contribute is to use our [Codespace]((https://github.com/features/codespaces/)https://github.com/features/codespaces/). +You can deploy your project locally but the fastest way to contribute is to use our [Codespace](<(https://github.com/features/codespaces/)https://github.com/features/codespaces/>). - Create an Issue (and wait to be assigned) - Fork the Code