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
__Looking for the older style plugin? It's been renamed and improved as [Static HTML Output](https://github.com/WP2Static/static-html-output-plugin).__
__Looking for the older style plugin? It's been renamed and improved as [Static HTML Output](https://github.com/WP2Static/static-html-output-plugin).__
@@ -22,3 +22,83 @@ WP2Static is an open source project, maintained by many generous developers over
22
22
23
23
Read about WP2Static's [developers, contributors, supporters](https://wp2static.com/contributors).
24
24
25
+
## Versioning & branches
26
+
27
+
`develop` branch is considered unstable with latest code changes (current build status: ). `develop` branch should always have a `-dev` WordPress plugin version, ie `7.1.1-dev`.
28
+
29
+
`master` branch should always reflect a stable release, such as `7.1.1`, which should have a matching tag.
30
+
31
+
## Beginner-friendly contributing
32
+
33
+
Please don't be intimidated to contribute code to this project. I welcome code
34
+
in any way you're comfortable to contribute it (email, forum, diff). If you're
35
+
new to GitHub and this kind of thing, the below guide may help you.
36
+
37
+
1. Fork project with button in top of WP2static github [home page](https://github.com/leonstafford/wp2static)
38
+
2. Clone your project to your development computer (please, change <your-account> by your account name):
0 commit comments