Skip to content

Commit f8a6395

Browse files
authored
fix: replace web3community with WebXDAO (#181)
1 parent 8b9c94b commit f8a6395

File tree

11 files changed

+25
-25
lines changed

11 files changed

+25
-25
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body:
2525
id: terms
2626
attributes:
2727
label: Code of Conduct
28-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/web3community/.github/blob/main/CODE_OF_CONDUCT.md)
28+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/WebXDAO/.github/blob/main/CODE_OF_CONDUCT.md)
2929
options:
3030
- label: I agree to follow this project's Code of Conduct
3131
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Our socials
4-
url: https://bio.link/web3community
4+
url: https://bio.link/WebXDAO
55
about: Feel free to contact us via your preferred platform.
66
- name: Discord community
77
url: https://discord.gg/TSRwqx4K2v

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ body:
4040
id: terms
4141
attributes:
4242
label: Code of Conduct
43-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/web3community/.github/blob/main/CODE_OF_CONDUCT.md)
43+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/WebXDAO/.github/blob/main/CODE_OF_CONDUCT.md)
4444
options:
4545
- label: I agree to follow this project's Code of Conduct
4646
required: true

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body:
3131
id: terms
3232
attributes:
3333
label: Code of Conduct
34-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/web3community/.github/blob/main/CODE_OF_CONDUCT.md)
34+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/WebXDAO/.github/blob/main/CODE_OF_CONDUCT.md)
3535
options:
3636
- label: I agree to follow this project's Code of Conduct
3737
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Example how to mark a checkbox:-
4747

4848
## Code of Conduct
4949

50-
- [ ] I agree to follow this project's [Code of Conduct](https://github.com/web3community/.github/blob/main/CODE_OF_CONDUCT.md)
50+
- [ ] I agree to follow this project's [Code of Conduct](https://github.com/WebXDAO/.github/blob/main/CODE_OF_CONDUCT.md)

CONTRIBUTING.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The following is a set of guidelines for contributing to this project. These are
66

77
## Code of Conduct 📜
88

9-
This project and everyone participating in it is governed by a [Code of Conduct](https://github.com/web3community/web3community.github.io/blob/main/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to one of our moderators via your preferred platform or in our [Discord server](https://discord.gg/TSRwqx4K2v).
9+
This project and everyone participating in it is governed by a [Code of Conduct](https://github.com/WebXDAO/WebXDAO.github.io/blob/main/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to one of our moderators via your preferred platform or in our [Discord server](https://discord.gg/TSRwqx4K2v).
1010

1111
## How can I contribute? 🤔
1212

@@ -20,16 +20,16 @@ This section guides you through submitting a bug report. Following these guideli
2020

2121
This section guides you through submitting an enhancement suggestion, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion 📝 and find related suggestions 🔎.
2222

23-
Since the new GitHub Issue forms we only suggest you to include most information possible. But you can also **Perform a [cursory search](https://github.com/web3community/web3community.github.io/issues)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
23+
Since the new GitHub Issue forms we only suggest you to include most information possible. But you can also **Perform a [cursory search](https://github.com/WebXDAO/WebXDAO.github.io/issues)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
2424

2525
> **Note:** If you find a **Closed** issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one.
2626
2727
### Your First Code Contribution 🟩
2828

2929
Unsure where to begin contributing to this project? You can start by looking through these `beginner` and `help-wanted` issues:
3030

31-
- [Beginner-friendly issues](https://github.com/web3community/web3community.github.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) - issues which should only require a few lines of code, and a test or two.
32-
- [Help wanted issues](https://github.com/web3community/web3community.github.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) - issues which should be a bit more involved than `beginner` issues.
31+
- [Beginner-friendly issues](https://github.com/WebXDAO/WebXDAO.github.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) - issues which should only require a few lines of code, and a test or two.
32+
- [Help wanted issues](https://github.com/WebXDAO/WebXDAO.github.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) - issues which should be a bit more involved than `beginner` issues.
3333

3434
### Pull Requests 📣
3535

@@ -40,7 +40,7 @@ The process described here has several goals:
4040
- Engage the community in working toward the best possible!
4141
- Enable a sustainable system for maintainers to review contributions
4242

43-
Please follow all instructions in [the template](https://github.com/web3community/web3community.github.io/blob/main/.github/pull_request_template.md)
43+
Please follow all instructions in [the template](https://github.com/WebXDAO/WebXDAO.github.io/blob/main/.github/pull_request_template.md)
4444

4545
## Style Guide for Git Commit Messages :memo:
4646

@@ -54,12 +54,12 @@ Please follow all instructions in [the template](https://github.com/web3communit
5454
- Do not end the subject line with a period.
5555
- Wrap the body at *72 characters*.
5656
- Use the body to explain the *what*, *why*, *vs*, and *how*.
57-
- Reference [Issues](https://github.com/web3community/web3community.github.io/issues) and [Pull Requests](https://github.com/web3community/web3community.github.io/pulls) liberally after the first line.
57+
- Reference [Issues](https://github.com/WebXDAO/WebXDAO.github.io/issues) and [Pull Requests](https://github.com/WebXDAO/WebXDAO.github.io/pulls) liberally after the first line.
5858
- Follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)
5959

6060
## 🚀 How to Contribute
6161

62-
- Please create an [issue](https://github.com/web3community/web3community.github.io/issues/new/choose) before creating a pull request.
62+
- Please create an [issue](https://github.com/WebXDAO/WebXDAO.github.io/issues/new/choose) before creating a pull request.
6363

6464
- Fork the repository and create a branch for any issue that you are working on.
6565

@@ -69,18 +69,18 @@ Please follow all instructions in [the template](https://github.com/web3communit
6969

7070
## 🤔 How to make a pull request
7171

72-
**1.** Fork [this](https://github.com/web3community/web3community.github.io) repository. Click on the <a href="https://github.com/web3community/web3community.github.io"><img src="https://img.icons8.com/fluency/30/000000/code-fork.png"/></a> symbol at the top right corner.
72+
**1.** Fork [this](https://github.com/WebXDAO/WebXDAO.github.io) repository. Click on the <a href="https://github.com/WebXDAO/WebXDAO.github.io"><img src="https://img.icons8.com/fluency/30/000000/code-fork.png"/></a> symbol at the top right corner.
7373

7474
**2.** Clone the forked repository.
7575

7676
```bash
77-
git clone https://github.com/<your-username>/web3community.github.io.git
77+
git clone https://github.com/<your-username>/WebXDAO.github.io.git
7878
```
7979

8080
**3.** Navigate to the project directory.
8181

8282
```bash
83-
cd web3community.github.io
83+
cd WebXDAO.github.io
8484
```
8585

8686
**4.** Create a new branch:
@@ -122,7 +122,7 @@ git push origin your-branch-name
122122

123123
After this, the project maintainers will review the changes and will merge your PR if they found it good, otherwise we will suggest the required changes.
124124

125-
## Web3Community 🌐
125+
## WebXDAO 🌐
126126

127127
- 😕 Not sure where to start? Join our community on [Discord](https://discord.gg/TSRwqx4K2v)
128-
- ✨ You can also take part in [Community Discussion](https://github.com/web3community/web3community.github.io/discussions)
128+
- ✨ You can also take part in [Community Discussion](https://github.com/WebXDAO/WebXDAO.github.io/discussions)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The content in this repository is temporary, we are making new web design for We
1313
1414
### 1\. Skip all of the steps below by using Gitpod, which would automatically do all of that for you
1515

16-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/web3community/web3community.github.io)
16+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/WebXDAO/WebXDAO.github.io)
1717

1818
### 2\. Clone this Repository
1919

components/Global/Blogs.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const Blogs = ({ articles, contentOnly = false, show = articles.length }) => {
5252
</div>
5353
{!contentOnly && (
5454
<div className='flex justify-center'>
55-
<a href='https://dev.to/web3community' target='_blank' rel='noreferrer'>
55+
<a href='https://dev.to/WebXDAO' target='_blank' rel='noreferrer'>
5656
<button className='bg-gray-700 text-white mx-auto lg:mx-0 rounded-md py-2 px-8 shadow transform transition hover:scale-85 hover:shadow-lg duration-300 ease-in-out'>
5757
See All
5858
</button>

components/Global/Footer.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const Footer = () => {
33
const settings = {
44
name: 'WebXDAO',
55
author: 'WebXDAO',
6-
url: 'https://web3community.github.io'
6+
url: 'https://WebXDAO.github.io'
77
}
88
const socials = [
99
{
@@ -14,20 +14,20 @@ const Footer = () => {
1414
},
1515
{
1616
name: 'Instagram',
17-
url: 'https://www.instagram.com/web3community/',
17+
url: 'https://www.instagram.com/WebXDAO/',
1818
icon: FaInstagram,
1919
text: 'Check our content at Instagram'
2020
},
2121
{
2222
name: 'Twitter',
23-
url: 'https://twitter.com/web3community',
23+
url: 'https://twitter.com/WebXDAO',
2424
icon: FaTwitter,
2525
text: 'Follow us via Twitter'
2626
},
2727

2828
{
2929
name: 'Linkedin',
30-
url: 'https://www.linkedin.com/company/web3community',
30+
url: 'https://www.linkedin.com/company/WebXDAO',
3131
icon: FaLinkedin,
3232
text: 'Connect with us at LinkedIn'
3333
},

components/Home/DeveloperPath.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const DeveloperPath = () => {
8181

8282
<div className='flex justify-center items-center py-5'>
8383
<a
84-
href='https://github.com/web3community/blockchain-dev-path'
84+
href='https://github.com/WebXDAO/blockchain-dev-path'
8585
target='_blank'
8686
rel='noreferrer'
8787
>

0 commit comments

Comments
 (0)