You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ body:
25
25
id: terms
26
26
attributes:
27
27
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)
29
29
options:
30
30
- label: I agree to follow this project's Code of Conduct
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ body:
40
40
id: terms
41
41
attributes:
42
42
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)
44
44
options:
45
45
- label: I agree to follow this project's Code of Conduct
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/other.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ body:
31
31
id: terms
32
32
attributes:
33
33
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)
35
35
options:
36
36
- label: I agree to follow this project's Code of Conduct
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The following is a set of guidelines for contributing to this project. These are
6
6
7
7
## Code of Conduct 📜
8
8
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).
10
10
11
11
## How can I contribute? 🤔
12
12
@@ -20,16 +20,16 @@ This section guides you through submitting a bug report. Following these guideli
20
20
21
21
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 🔎.
22
22
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.
24
24
25
25
> **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.
26
26
27
27
### Your First Code Contribution 🟩
28
28
29
29
Unsure where to begin contributing to this project? You can start by looking through these `beginner` and `help-wanted` issues:
30
30
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.
33
33
34
34
### Pull Requests 📣
35
35
@@ -40,7 +40,7 @@ The process described here has several goals:
40
40
- Engage the community in working toward the best possible!
41
41
- Enable a sustainable system for maintainers to review contributions
42
42
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)
44
44
45
45
## Style Guide for Git Commit Messages :memo:
46
46
@@ -54,12 +54,12 @@ Please follow all instructions in [the template](https://github.com/web3communit
54
54
- Do not end the subject line with a period.
55
55
- Wrap the body at *72 characters*.
56
56
- 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.
- 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.
63
63
64
64
- Fork the repository and create a branch for any issue that you are working on.
65
65
@@ -69,18 +69,18 @@ Please follow all instructions in [the template](https://github.com/web3communit
69
69
70
70
## 🤔 How to make a pull request
71
71
72
-
**1.** Fork [this](https://github.com/web3community/web3community.github.io) repository. Click on the <ahref="https://github.com/web3community/web3community.github.io"><imgsrc="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 <ahref="https://github.com/WebXDAO/WebXDAO.github.io"><imgsrc="https://img.icons8.com/fluency/30/000000/code-fork.png"/></a> symbol at the top right corner.
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.
124
124
125
-
## Web3Community 🌐
125
+
## WebXDAO 🌐
126
126
127
127
- 😕 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)
0 commit comments