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: CONTRIBUTING.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,12 @@ Please follow all instructions in [the template](https://github.com/WebXDAO/WebX
48
48
49
49
- Use the present tense. (Example: "Add feature" instead of "Added feature")
50
50
- Use the imperative mood. (Example: "Move item to...", instead of "Moves item to...")
51
-
- Limit the first line (also called the Subject Line) to *50 characters or less*.
51
+
- Limit the first line (also called the Subject Line) to _50 characters or less_.
52
52
- Capitalize the Subject Line.
53
53
- Separate subject from body with a blank line.
54
54
- Do not end the subject line with a period.
55
-
- Wrap the body at *72 characters*.
56
-
- Use the body to explain the *what*, *why*, *vs*, and *how*.
55
+
- Wrap the body at _72 characters_.
56
+
- Use the body to explain the _what_, _why_, _vs_, and _how_.
57
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.
**7.** Push your local commits to the remote repo.
103
104
104
105
```bash
105
106
git push origin your-branch-name
106
107
```
107
108
108
-
**8.** Create a new [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) from ```your-branch-name```
109
+
**8.** Create a new [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) from `your-branch-name`
109
110
110
111
**9.** 🎉 Congratulations! You've made your first pull request! Now, you should just wait until the maintainers review your pull request.
The content in this repository is temporary, we are making new web design for WebX DAO. If you want to help, please message us on [Discord](https://discord.gg/TSRwqx4K2v)
7
8
8
9
---
9
10
10
-
## Getting Started
11
+
## 🚀 Getting Started
11
12
12
13
> Make sure to read our [contributing guidelines](https://github.com/WebXDAO/WebXDAO.github.io/blob/main/CONTRIBUTING.md)
0 commit comments