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: README.md
+18-8
Original file line number
Diff line number
Diff line change
@@ -82,14 +82,24 @@ import { clickOutSide as vClickOutSide } from '@mahdikhashan/vue3-click-outside'
82
82
83
83
## Contributing
84
84
85
-
If you want to contribute to this project simply fork it and clone it then run
86
-
`npm i`
87
-
in the root of the project, then run
88
-
`npm run start`
89
-
to run development server.
85
+
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
90
86
91
-
### Licence and cast
87
+
1. Fork the Project
88
+
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
89
+
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
90
+
4. Push to the Branch (`git push origin feature/AmazingFeature`)
91
+
5. Open a Pull Request
92
92
93
-
MIT Licence
93
+
## License
94
94
95
-
by [Mahdi Khashan](https://www.linkedin.com/in/mahdi-khashan-ir/)
95
+
Distributed under the MIT License. See [`LICENSE`](./LICENSE.md) for more information.
0 commit comments