Skip to content

Commit

Permalink
FORGE-1318: Created project governance page
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 8, 2014
1 parent 61d73f2 commit 3b94aa9
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/community.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<div class="row">
<div class="col-sm-12 pull-center">
<p>
<a href="#" class="disabled">Our community governance statement</a>
<h:link outcome="/governance">Governance</h:link>
</p>
<p>
<a href="#" class="disabled">Our roadmap</a>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/download.xhtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" template="/resources/scaffold/mainTemplate.xhtml">
<ui:param name="pageTitle" value="JBoss Forge | Download" />
<ui:param name="pageTitle" value="Download | JBoss Forge" />
<ui:define name="main">
<!-- Intro -->
<div class="row">
Expand Down
56 changes: 56 additions & 0 deletions src/main/webapp/governance.xhtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html" template="/resources/scaffold/mainTemplate.xhtml">
<ui:param name="pageTitle" value="Governance | JBoss Forge" />
<ui:define name="main">
<!-- Intro -->
<div class="row">
<div class="col-sm-12">
<h1 class="margin-100">Governance</h1>
</div>
</div>

<!-- Governance items -->
<div class="row text-left">
<div class="col-sm-12">
<h3>Stewardship</h3>
<p>This project is developed and released by Red Hat with assistance from the Java developer community. The
project lead is appointed by Red Hat, and has the power to accept and reject contributions to the project and set
the roadmap. Red Hat employees assigned to work on Forge as well as community contributors, in this regard, all
answer to the project lead.</p>
</div>
</div>
<div class="row text-left">
<div class="col-sm-12">
<h3>Requirement Definition</h3>
<p>The requirements and roadmap for JBoss Forge are driven by Red Hat and by the community. Typically, when a
major release is being planned, the project lead will take input from both Red Hat and the community, and evaluate
what can be done in the necessary time. This will define what features will be addressed in a given release. The
project lead will then publish the roadmap on the developers mailing list, and update the version information in
JIRA. All requirements are fed into the same community process that our community users follow. We create JIRAs for
all feature requests on our schedule. The best way for you to suggest requirements for a future release of Forge is
to enter a feature request in JIRA. Lobbying for features using the voting feature in JIRA, and posting to the
community forums, is a great way to express interest as well. Although, contributing is the single most expedient
way to get a capability into a particular release.</p>
</div>
</div>
<div class="row text-left">
<div class="col-sm-12">
<h3>Release Cycle</h3>
<p>Forge releases frequently on a monthly-basis and provide a nightly build for those that wish to be on the
bleeding edge.</p>
</div>
</div>
<div class="row text-left">
<div class="col-sm-12">
<h3>Contribution</h3>
<p>
Forge welcomes, thrives on and greatly values community contribution. Please see our
<h:link outcome="/community">Community</h:link>
page for more information on how to contribute to Forge.
</p>
</div>
</div>
</ui:define>
</ui:composition>

0 comments on commit 3b94aa9

Please sign in to comment.