From 852567753cba30135e1100e06ae155c5db2e50e3 Mon Sep 17 00:00:00 2001 From: Kabir <44284877+kabir0x23@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:32:34 +0530 Subject: [PATCH] fix: TheCyberHUB name --- CHANGELOG.md | 36 ++++---------- CONTRIBUTING.md | 48 +++++++++---------- .../EventsData/HacktoberfestEventData.jsx | 4 +- .../Learn/Roadmaps/RoadmapsData.jsx | 2 +- .../OpensourceProjectsData.jsx | 2 +- 5 files changed, 38 insertions(+), 54 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9709e89..430d4d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,45 +1,29 @@ -## [0.53.10](https://github.com/thecyberworld/thecyberhub.org/compare/v0.53.9...v0.53.10) (2023-09-05) - +## [0.53.10](https://github.com/thecyberworld/TheCyberHUB/compare/v0.53.9...v0.53.10) (2023-09-05) ### Bug Fixes -* minor issues ([#435](https://github.com/thecyberworld/thecyberhub.org/issues/435)) ([39c0631](https://github.com/thecyberworld/thecyberhub.org/commit/39c0631d6650a1ccd8437eca88dc63c5fcd4cfcb)) - - - -## [0.53.9](https://github.com/thecyberworld/thecyberhub.org/compare/v0.53.8...v0.53.9) (2023-09-05) +- minor issues ([#435](https://github.com/thecyberworld/TheCyberHUB/issues/435)) ([39c0631](https://github.com/thecyberworld/TheCyberHUB/commit/39c0631d6650a1ccd8437eca88dc63c5fcd4cfcb)) +## [0.53.9](https://github.com/thecyberworld/TheCyberHUB/compare/v0.53.8...v0.53.9) (2023-09-05) ### Bug Fixes -* ctf minor issues ([#434](https://github.com/thecyberworld/thecyberhub.org/issues/434)) ([1ec4ea4](https://github.com/thecyberworld/thecyberhub.org/commit/1ec4ea47c0337984714966292959474039baab4e)) - - - -## [0.53.8](https://github.com/thecyberworld/thecyberhub.org/compare/v0.53.7...v0.53.8) (2023-09-05) +- ctf minor issues ([#434](https://github.com/thecyberworld/TheCyberHUB/issues/434)) ([1ec4ea4](https://github.com/thecyberworld/TheCyberHUB/commit/1ec4ea47c0337984714966292959474039baab4e)) +## [0.53.8](https://github.com/thecyberworld/TheCyberHUB/compare/v0.53.7...v0.53.8) (2023-09-05) ### Bug Fixes -* ctf and certificate minor issues ([#433](https://github.com/thecyberworld/thecyberhub.org/issues/433)) ([0b7950c](https://github.com/thecyberworld/thecyberhub.org/commit/0b7950ced240e84469ab9badf3c2e7fb74d12378)) - - - -## [0.53.7](https://github.com/thecyberworld/thecyberhub.org/compare/v0.53.6...v0.53.7) (2023-09-05) +- ctf and certificate minor issues ([#433](https://github.com/thecyberworld/TheCyberHUB/issues/433)) ([0b7950c](https://github.com/thecyberworld/TheCyberHUB/commit/0b7950ced240e84469ab9badf3c2e7fb74d12378)) +## [0.53.7](https://github.com/thecyberworld/TheCyberHUB/compare/v0.53.6...v0.53.7) (2023-09-05) ### Bug Fixes -* feeds comments data and design ([e792d8d](https://github.com/thecyberworld/thecyberhub.org/commit/e792d8d4a675b4ce9e578999f7c94a950639886a)) - - - -## [0.53.6](https://github.com/thecyberworld/thecyberhub.org/compare/v0.53.5...v0.53.6) (2023-09-05) +- feeds comments data and design ([e792d8d](https://github.com/thecyberworld/TheCyberHUB/commit/e792d8d4a675b4ce9e578999f7c94a950639886a)) +## [0.53.6](https://github.com/thecyberworld/TheCyberHUB/compare/v0.53.5...v0.53.6) (2023-09-05) ### Bug Fixes -* feeds comments data and design ([5590383](https://github.com/thecyberworld/thecyberhub.org/commit/55903838d73bd065f317625f643e824cfc3fcf6d)) - - - +- feeds comments data and design ([5590383](https://github.com/thecyberworld/TheCyberHUB/commit/55903838d73bd065f317625f643e824cfc3fcf6d)) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index da7ad59f..f42721ff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,31 +2,31 @@ Basics: -- [Git](https://git-scm.com/) -- [Markdown](https://www.markdownguide.org/basic-syntax/) +- [Git](https://git-scm.com/) +- [Markdown](https://www.markdownguide.org/basic-syntax/) Front-end: -- [React](https://reactjs.org/) -- [Ant Design](https://ant.design/) +- [React](https://reactjs.org/) +- [Ant Design](https://ant.design/) --- ## 💥 How to Contribute -[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/thecyberworld/thecyberhub.org/pulls) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/thecyberworld/TheCyberHUB/pulls) [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/thecyberworld/) -- Take a look at the existing [Issues](https://github.com/thecyberworld/thecyberhub.org/issues) or [create a new issue](https://github.com/thecyberworld/thecyberhub.org/issues/new/choose)! -- [Fork the Repo](https://github.com/thecyberworld/thecyberhub.org/fork). Then, create a branch for any issue that you are working on. Finally, commit your work. -- Create a **[Pull Request](https://github.com/thecyberworld/thecyberhub.org/compare)** (_PR_), which will be promptly reviewed and given suggestions for improvements by the community. -- Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes proposed in your PR. +- Take a look at the existing [Issues](https://github.com/thecyberworld/TheCyberHUB/issues) or [create a new issue](https://github.com/thecyberworld/TheCyberHUB/issues/new/choose)! +- [Fork the Repo](https://github.com/thecyberworld/TheCyberHUB/fork). Then, create a branch for any issue that you are working on. Finally, commit your work. +- Create a **[Pull Request](https://github.com/thecyberworld/TheCyberHUB/compare)** (_PR_), which will be promptly reviewed and given suggestions for improvements by the community. +- Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes proposed in your PR. --- ## ⭐ HOW TO MAKE A PULL REQUEST: -**1.** Start by making a Fork of the [**thecyberhub.org**](https://github.com/thecyberworld/thecyberhub.org) repository. Click on the Fork symbol at the top right corner. +**1.** Start by making a Fork of the [**thecyberhub.org**](https://github.com/thecyberworld/TheCyberHUB) repository. Click on the Fork symbol at the top right corner. **2.** Clone your new fork of the repository in the terminal/CLI on your computer with the following command: @@ -43,7 +43,7 @@ cd thecyberhub.org **4.** Set upstream command: ```bash -git remote add upstream https://github.com/thecyberworld/thecyberhub.org.git +git remote add upstream https://github.com/thecyberworld/TheCyberHUB.git ``` **5.** Create a new branch: @@ -54,8 +54,8 @@ git checkout -b YourBranchName **6.** Sync your fork or your local repository with the origin repository: -- In your forked repository, click on "Fetch upstream" -- Click "Fetch and merge" +- In your forked repository, click on "Fetch upstream" +- Click "Fetch and merge" ### Alternatively, Git CLI way to Sync forked repository with origin repository: @@ -93,7 +93,7 @@ git push origin YourBranchName **10.** Create a [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)! -**11.** **Congratulations!** You've made your first contribution to [**thecyberhub.org**](https://github.com/thecyberworld/thecyberhub.org/graphs/contributors)! 🙌🏼 +**11.** **Congratulations!** You've made your first contribution to [**thecyberhub.org**](https://github.com/thecyberworld/TheCyberHUB/graphs/contributors)! 🙌🏼 **_:trophy: After this, the maintainers will review the PR and will merge it if it helps move the Cryptoverse project forward. Otherwise, it will be given constructive feedback and suggestions for the changes needed to add the PR to the codebase._** @@ -115,21 +115,21 @@ Open the browser to visit the website at http://localhost:3000 **How you can add more value to your contribution logs:** -- Use the present tense. (Example: "Add feature" instead of "Added feature") -- Use the imperative mood. (Example: "Move item to...", instead of "Moves item to...") -- Limit the first line (also called the Subject Line) to _50 characters or fewer_. -- Capitalize the Subject Line. -- Separate subject from body with a blank line. -- Do not end the subject line with a period. -- Wrap the body at _72 characters_. -- Use the body to explain the _what_, _why_, _vs_, and _how_. -- Reference [Issues](https://github.com/thecyberworld/thecyberhub.org/issues) and [Pull Requests](https://github.com/thecyberworld/thecyberhub.org/pulls) liberally after the first line. +- Use the present tense. (Example: "Add feature" instead of "Added feature") +- Use the imperative mood. (Example: "Move item to...", instead of "Moves item to...") +- Limit the first line (also called the Subject Line) to _50 characters or fewer_. +- Capitalize the Subject Line. +- Separate subject from body with a blank line. +- Do not end the subject line with a period. +- Wrap the body at _72 characters_. +- Use the body to explain the _what_, _why_, _vs_, and _how_. +- Reference [Issues](https://github.com/thecyberworld/TheCyberHUB/issues) and [Pull Requests](https://github.com/thecyberworld/TheCyberHUB/pulls) liberally after the first line. --- ## 💥 Issues -In order to discuss changes, you are welcome to [open an issue](https://github.com/thecyberworld/thecyberhub.org/issues/new/choose) about what you would like to contribute. Enhancements are always encouraged and appreciated. +In order to discuss changes, you are welcome to [open an issue](https://github.com/thecyberworld/TheCyberHUB/issues/new/choose) about what you would like to contribute. Enhancements are always encouraged and appreciated. ## All the best! 🥇 diff --git a/src/components/Events/EventsData/HacktoberfestEventData.jsx b/src/components/Events/EventsData/HacktoberfestEventData.jsx index 23c25609..00154cd0 100644 --- a/src/components/Events/EventsData/HacktoberfestEventData.jsx +++ b/src/components/Events/EventsData/HacktoberfestEventData.jsx @@ -43,7 +43,7 @@ const HacktoberfestEventData = [ Thecyberhub website: - + link @@ -81,7 +81,7 @@ const HacktoberfestEventData = [ Read the Thecyberworld Contributing Guide diff --git a/src/components/Learn/Roadmaps/RoadmapsData.jsx b/src/components/Learn/Roadmaps/RoadmapsData.jsx index 0178852c..acd55b54 100644 --- a/src/components/Learn/Roadmaps/RoadmapsData.jsx +++ b/src/components/Learn/Roadmaps/RoadmapsData.jsx @@ -419,7 +419,7 @@ const RoadmapsData = [ resources: [ { title: "Do Open Source Contributions [fix bugs, add features to existing projects]", - url: "https://github.com/thecyberworld/thecyberhub.org", + url: "https://github.com/thecyberworld/TheCyberHUB", }, ], }, diff --git a/src/components/Other/CyberGames/OpensourceProjects/OpensourceProjectsData.jsx b/src/components/Other/CyberGames/OpensourceProjects/OpensourceProjectsData.jsx index 9619d028..302bcd7a 100644 --- a/src/components/Other/CyberGames/OpensourceProjects/OpensourceProjectsData.jsx +++ b/src/components/Other/CyberGames/OpensourceProjects/OpensourceProjectsData.jsx @@ -2,7 +2,7 @@ const OpensourceProjectsData = [ { id: 1, title: "thecyberhub.org", - link: "https://github.com/thecyberworld/thecyberhub.org", + link: "https://github.com/thecyberworld/TheCyberHUB", content: " Community website.", tags: ["React", "Website"], },