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
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,43 @@ Read the [Propel documentation](http://propelorm.org/documentation/01-installati
31
31
## Contribute
32
32
33
33
Everybody can contribute to Propel2. Just fork it, and send Pull Requests.
34
-
You have to follow [Propel2 Coding Standards](https://github.com/propelorm/Propel2/wiki/Coding-Standards) and provides unit tests as much as possible. Also [check out the roadmap](https://github.com/propelorm/Propel2/wiki) to get an overview of what we are working on!
34
+
You have to follow [Propel2 Coding Standards](https://github.com/propelorm/Propel2/wiki/Coding-Standards) and provides unit
35
+
tests as much as possible. Also [check out the roadmap](https://github.com/propelorm/Propel2/wiki) to get an overview of what we are working on!
35
36
36
37
Please see our [contribution guideline](http://propelorm.org/contribute.html). Thank you!
37
38
39
+
## Status of the project
40
+
41
+
**Never ending alpha releases?**
42
+
43
+
Propel v2 started as very big refactoring of the old Propel version 1, making it PSR1-2 compatible, introducing namespaces
44
+
and refactoring a lot of internal stuff.
45
+
However, the heart (and most complex code at the same time) of Propel 1 and 2 is the
0 commit comments