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
[](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fmcnaveen%2FRandom-Words-API.git)
124
+
[](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fmcnaveen%2FRandom-Words-API.git)
91
125
92
126
OR
93
127
94
128
```html
95
129
- Fork the Repo
96
130
- Login to Vercel (https://vercel.com/dashboard)
97
131
- Click Import Project
98
-
- Give Forked Repo URL
99
-
- Go Live
132
+
- Give Forked Repo URL - Go Live
100
133
```
101
134
102
-
## ✍️ Commit
135
+
## :question: How to Contribute?
136
+
137
+
Make your changes and follow the below instructions. We follow conventional commits.
138
+
139
+
### ✍️ Commit
103
140
104
141
- Stage all changes
105
-
```
142
+
143
+
```sh
106
144
git add .
107
-
```
108
-
- Commit the changes
109
145
```
146
+
147
+
- Commit the changes
148
+
149
+
```sh
110
150
yarn commit
111
151
```
152
+
112
153
- Push the changes to GitHub
113
-
```
154
+
155
+
```sh
114
156
git push <TO YOUR FORK>
115
157
```
116
158
117
159
## ⚛ CREDITS
118
160
119
-
- Thanks to [Santhosh Veer](https://github.com/mskian) for Progressive Web APP - [Source Code](https://github.com/mskian/vue-random-words)
161
+
- Thanks to [Santhosh Veer](https://github.com/mskian) for Progressive Web APP - [Source Code](https://github.com/mskian/vue-random-words)
120
162
121
163
## ☑ LICENSE
122
164
@@ -139,6 +181,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
0 commit comments