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/CONTRIBUTING.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Contributions are welcome and will be fully credited!
4
4
5
-
We accept contributions via Pull Requests on [Github](https://github.com/{{ githubAccount }}/{{ name }}).
5
+
We accept contributions via Pull Requests on [Github](<https://github.com/>{{ githubAccount }}/{{ name }}).
6
6
7
7
## Setup
8
8
@@ -19,3 +19,17 @@ Here are some guidelines to make the process smoother:
19
19
-**One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
20
20
-**Send coherent history** - Make sure your commits message means something
21
21
-**Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.
22
+
23
+
## Project structure
24
+
25
+
### Root
26
+
27
+
The root folder includes the VueFire library
28
+
29
+
### `packages/nuxt`
30
+
31
+
This folder includes the Nuxt module. To have proper TS support in your IDE, you might need to open this folder individually rather than opening the root folder of the VueFire project.
32
+
33
+
### `playground`
34
+
35
+
Includes a Vue 3 playground to test out with a real app.
0 commit comments