Skip to content

Commit 98603b8

Browse files
committed
(docs) clean contributing
1 parent e704f40 commit 98603b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
44

5-
- [Fork](https://github.com/antoine92190/vue-advanced-chat) the vue-advanced-chat repository
5+
- Fork the vue-advanced-chat repository
66
- Clone the repository using `git clone https://github.com/YOUR_USERNAME/vue-advanced-chat`
77
- Go inside your cloned repository and run `npm install`
88
- Go inside the `demo` folder and run `npm install`
99
- If you want to test using Firebase, you can follow the steps [here](https://github.com/antoine92190/vue-advanced-chat#using-with-firestore)
10-
- You can use the code in `demo/src/ChatContainer.vue` or remove it entirely and write your own code to test the chat
11-
- Run `npm run serve` inside the `demo` folder to open the app
10+
- You can use the code in `demo/src/ChatContainer.vue` or write your own code to test the chat
11+
- Run `npm run serve` inside the `demo` folder to open the demo app
1212
- You need to keep `import ChatWindow from './../../src/ChatWindow'` to use the chat code locally and see your modifications live
1313
- When you are done with your changes, you can create a pull request and make sure you filled in the template correctly

0 commit comments

Comments
 (0)