From 46be36aac52525bca686f15d73f3f20f4b2f99a0 Mon Sep 17 00:00:00 2001 From: peculiaruc Date: Sun, 3 Dec 2023 09:08:18 +0100 Subject: [PATCH 1/4] ContentHack Signed-off-by: peculiaruc --- README.md | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1edb7bf..1b7a650 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,34 @@ # AFOS (AfricanOpenSource) -AFOS is a CHAOSS Africa and Github collaboration created to demonstrate how GitHub CoPilot enhances and improves developer productivity. The project involved creating a platform for showcasing Open Source projects build by Africans. +AFOS is a CHAOSS Africa and Github collaboration created to demonstrate how GitHub CoPilot enhances and improves developer productivity. The project involved creating a platform for showcasing Open Source projects build by Africans. -The team created a web project using CoPilot to generate code suggestions in real time to detemine CoPilot's impact on developer productivity. +The team created a web project using CoPilot to generate code suggestions in real time to detemine CoPilot's impact on developer productivity. ## Project design -- [figma](https://www.figma.com/file/mALWb4e0vqfBbtRwop3g16/Afos?type=design&node-id=543-3049&mode=design&t=Uc7cI6vMcv2Xzryg-0) + +* [figma](https://www.figma.com/file/mALWb4e0vqfBbtRwop3g16/Afos?type=design\&node-id=543-3049\&mode=design\&t=Uc7cI6vMcv2Xzryg-0) ## Main Objectives -- To demonstrate how GitHub CoPilot enhances productivity and reduces time it takes to deliver projects. -- To develop a story on how GitHub CoPilot makes a positive impact for social good. -- To train developers on how to use GitHub CoPilot in their Open Source communities. +* To demonstrate how GitHub CoPilot enhances productivity and reduces time it takes to deliver projects. +* To develop a story on how GitHub CoPilot makes a positive impact for social good. +* To train developers on how to use GitHub CoPilot in their Open Source communities. ## Contributing Guidelines This project is open to the community and anyone can contribute to it. To contribute to this project, ensure to follow the guidelines found [here](https://github.com/chaoss/GitHub-Copilot-Hackathon-Project/blob/main/CONTRIBUTING.md). + +## Hacktoberfest Guidelines + +Welcome to Hacktoberfest! + +Here's how to get started contributing during this Hacktoberfest: + +* Register at Https://Hacktoberfest.com so that your contributions are counted. +* Join us on [slack](https://chaoss.community/kb-getting-started) +* Decide which areas you would like to contribute towards: + * Development: Check out the [open issues](https://github.com/chaoss/AFOS-AfricanOpenSource/issues) + * Documentation + * [Product design](https://github.com/peculiaruc/AFOS-AfricanOpenSource/blob/main/CONTRIBUTING.md#resources): Contact [Kingsly](https://github.com/iamkingsleey) if you need any guide. Please join our [Slack community channel](https://join.slack.com/t/chaoss-workspace/shared_invite/zt-2541kvhn5-Dhe~n0PjxBMpIfUtkRVSCw) for better communication. +* Ensure to go through the [Contributing Guidelines](https://github.com/chaoss/GitHub-Copilot-Hackathon-Project/blob/main/CONTRIBUTING.md) +* Happy contributing! From fa838379330c59ca321b228443b121f217bb2739 Mon Sep 17 00:00:00 2001 From: peculiaruc Date: Sun, 3 Dec 2023 09:31:02 +0100 Subject: [PATCH 2/4] update readme Signed-off-by: peculiaruc --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1b7a650..f65d843 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,11 @@ Here's how to get started contributing during this Hacktoberfest: * Development: Check out the [open issues](https://github.com/chaoss/AFOS-AfricanOpenSource/issues) * Documentation * [Product design](https://github.com/peculiaruc/AFOS-AfricanOpenSource/blob/main/CONTRIBUTING.md#resources): Contact [Kingsly](https://github.com/iamkingsleey) if you need any guide. Please join our [Slack community channel](https://join.slack.com/t/chaoss-workspace/shared_invite/zt-2541kvhn5-Dhe~n0PjxBMpIfUtkRVSCw) for better communication. + + + * Ensure to go through the [Contributing Guidelines](https://github.com/chaoss/GitHub-Copilot-Hackathon-Project/blob/main/CONTRIBUTING.md) +* Resource: + * [How to start a great open source](https://go.gitlab.com/Hm4BNB) + * [How to write a good PR](https://github.blog/2015-01-21-how-to-write-the-perfect-pull-request/) * Happy contributing! From 4bcc690f1247e62d427b6230131495ded3143c8b Mon Sep 17 00:00:00 2001 From: peculiaruc Date: Tue, 5 Dec 2023 07:14:47 +0100 Subject: [PATCH 3/4] ReadMe update Signed-off-by: peculiaruc --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index f65d843..3f4fa0a 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,8 @@ Here's how to get started contributing during this Hacktoberfest: * Development: Check out the [open issues](https://github.com/chaoss/AFOS-AfricanOpenSource/issues) * Documentation * [Product design](https://github.com/peculiaruc/AFOS-AfricanOpenSource/blob/main/CONTRIBUTING.md#resources): Contact [Kingsly](https://github.com/iamkingsleey) if you need any guide. Please join our [Slack community channel](https://join.slack.com/t/chaoss-workspace/shared_invite/zt-2541kvhn5-Dhe~n0PjxBMpIfUtkRVSCw) for better communication. - - - * Ensure to go through the [Contributing Guidelines](https://github.com/chaoss/GitHub-Copilot-Hackathon-Project/blob/main/CONTRIBUTING.md) * Resource: * [How to start a great open source](https://go.gitlab.com/Hm4BNB) * [How to write a good PR](https://github.blog/2015-01-21-how-to-write-the-perfect-pull-request/) -* Happy contributing! + * [how to write a good commit message](https://dev.to/chrissiemhrk/git-commit-message-5e21) From ab8e9c53828f29a32f03eb1c5f41bfad096ca61b Mon Sep 17 00:00:00 2001 From: peculiaruc Date: Tue, 23 Jan 2024 03:02:32 +0100 Subject: [PATCH 4/4] updated this content Signed-off-by: peculiaruc --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3f4fa0a..1a92818 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,11 @@ Welcome to Hacktoberfest! Here's how to get started contributing during this Hacktoberfest: -* Register at Https://Hacktoberfest.com so that your contributions are counted. -* Join us on [slack](https://chaoss.community/kb-getting-started) +* For your Hacktober contribution to counted, Register at Https://Hacktoberfest.com (https://chaoss.community/kb-getting-started) * Decide which areas you would like to contribute towards: * Development: Check out the [open issues](https://github.com/chaoss/AFOS-AfricanOpenSource/issues) - * Documentation - * [Product design](https://github.com/peculiaruc/AFOS-AfricanOpenSource/blob/main/CONTRIBUTING.md#resources): Contact [Kingsly](https://github.com/iamkingsleey) if you need any guide. Please join our [Slack community channel](https://join.slack.com/t/chaoss-workspace/shared_invite/zt-2541kvhn5-Dhe~n0PjxBMpIfUtkRVSCw) for better communication. + + * Documentation: [Product design](https://github.com/peculiaruc/AFOS-AfricanOpenSource/blob/main/CONTRIBUTING.md#resources): Contact [Kingsly](https://github.com/iamkingsleey) if you need any guide. Please join our [Slack community channel](https://join.slack.com/t/chaoss-workspace/shared_invite/zt-2541kvhn5-Dhe~n0PjxBMpIfUtkRVSCw) for better communication. * Ensure to go through the [Contributing Guidelines](https://github.com/chaoss/GitHub-Copilot-Hackathon-Project/blob/main/CONTRIBUTING.md) * Resource: * [How to start a great open source](https://go.gitlab.com/Hm4BNB)