Changes between Version 4 and Version 5 of Documentation/DevelopmentCenter
- Timestamp:
- 06/26/14 14:18:24 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter
v4 v5 5 5 <div> 6 6 <span style="float: left; width: 48%;"> 7 <h2> Tickets</h2>8 <p> Defects, enhancements, feature Requests, and tasks are described in tickets. Please use the ticket query link if you want to view and filter tickets.7 <h2>Roadmap and Tickets</h2> 8 <p>The roadmap shows the state of tickets for the next release as well as the backlog. Use the ticket query link if you want to view and filter tickets.</p> 9 9 <ul> 10 <li><a href="/roadmap">Roadmap</a></li> 10 11 <li><a href="/query">Ticket query</a></li> 12 <li><a href="/wiki/ChangeLogPending">ChangeLog since release of 3.3.9</a></li> 13 <li><a href="/wiki/ChangeLog">ChangeLog from 3.3.0 to 3.3.9</a></li> 11 14 </ul> 12 15 </span> 13 16 <span style="float: right; width: 48%;"> 14 <h2> Roadmap</h2>15 <p> The roadmap shows the state of tickets for the next release as well as the backlog. A ticket is considered released if the changesets have been merged to the stable branch.17 <h2>Conventions</h2> 18 <p>Large software projects don't work without adhering to coding standards and relying on best practices. Code reviews are an essential part of our process.</p> 16 19 <ul> 17 <li><a href="/roadmap">Roadmap</a></li> 18 <li><a href="/wiki/ChangeLogPending">ChangeLog since release of 3.3.9</a></li> 19 <li><a href="/wiki/ChangeLog">ChangeLog from 3.3.0 to 3.3.9</a></li> 20 <li><a href="/wiki/DevelopersGuidelines">Developer guidelines</a> (<a href="/wiki/DevelopersGuidelinesSourceExample">source example</a>)</li> 21 <li><a href="/wiki/DevelopersBestPractices">Best practices</a></li> 22 <li><a href="/wiki/DevelopersReviewGuidelines">Review guidelines</a></li> 23 <li><a href="/wiki/DevelopersAdditionalMaterial">Additional Material</a> (books, blogs, etc.)</li> 20 24 </ul> 21 25 </span> … … 42 46 * ParameterTypes 43 47 44 == Conventions ==45 * DevelopersGuidelines46 * DevelopersGuidelinesSourceExample47 * DevelopersBestPractices48 * DevelopersReviewGuidelines49 * Additional Resources (DevelopersAdditionalMaterial)