Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes links and added community governance
  • Loading branch information
gastaldi committed Jun 1, 2015
1 parent 181c75a commit e0b3a51
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/js/app.js
Expand Up @@ -63,13 +63,13 @@ angular.module('jboss-forge', ['ui.router','routeStyles'])
controller: 'newsCtrl'
})
.state('documentation_detail',{
url: '/documentation/{docId}',
url: '/document/{docId}',
templateUrl: 'views/documentation_page.html',
css: 'css/forge_doc_pages.css',
controller: 'docCtrl'
})
.state('download',{
url: '/dowload',
url: '/download',
templateUrl: 'views/download.html',
css: ['css/forge_community.css','css/parallax-styles.css'],
controller: 'downloadCtrl',
Expand Down
49 changes: 48 additions & 1 deletion app/views/community.html
Expand Up @@ -174,7 +174,54 @@ <h1>Powered by people like you. Our <strong>Community</strong>.</h1>
</div>
</div><!-- / .row.join-now-button-row -->
<div class="container">
<h1>Our Community Governance Statement</h1>
<!-- Intro -->
<div class="row">
<div class="col-12">
<h1>Our Community Governance Statement</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>
</div><!-- / .container -->
</div><!-- / .page-section -->
<!-- GOVERNANCE & JOIN NOW BUTTON SECTION -->
Expand Down
10 changes: 5 additions & 5 deletions app/views/home.html
Expand Up @@ -37,8 +37,8 @@
<div class="section-divider">

</div>
<a href="#" class="forge-btn btn download-btn btn-lrg btn-red top-download-btn hidden-xs">Download</a>
<a href="#" class="forge-btn btn download-btn btn-lrg btn-red top-download-btn visible-xs">Learn More</a>
<a href="/download" target="_self" class="forge-btn btn download-btn btn-lrg btn-red top-download-btn hidden-xs">Download</a>
<a href="/document/installation" target="_self" class="forge-btn btn download-btn btn-lrg btn-red top-download-btn visible-xs">Learn More</a>

</div><!-- / .row.forge-download-row -->

Expand All @@ -47,9 +47,9 @@


<div class="col-sm-10 col-sm-offset-1 hidden-xs">
<h4>JBoss Forge is a tool that will make your work less like work. <a href="#">Learn More</a></h4>
<h4>Plenty of tutorials to kickstart your use of JBoss Forge. <a href="#">Get Started</a></h4>
<h4>Want to add to JBoss Forge? Join our community. <a href="#">Get Involved</a></h4>
<h4>JBoss Forge is a tool that will make your work less like work. <a href="/document/installation" target="_self">Learn More</a></h4>
<h4>Plenty of tutorials to kickstart your use of JBoss Forge. <a href="/documentation" target="_self">Get Started</a></h4>
<h4>Want to add to JBoss Forge? Join our community. <a href="/community" target="_self">Get Involved</a></h4>

</div><!-- / .col-sm-8 col-offset-2 col-xs-12 -->

Expand Down

0 comments on commit e0b3a51

Please sign in to comment.