Skip to content

Commit

Permalink
Adding community guidelines back
Browse files Browse the repository at this point in the history
Had missed this page when doing the conversion

Signed-off-by: Torrey Rice <rice@sitepen.com>
  • Loading branch information
SitePenTorreyRice committed May 20, 2015
1 parent 593abe8 commit 71b9da7
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ module.exports = function (grunt) {
ejs: {
files: ['<%= config.src %>/**/*.ejs',
'<%= config.src %>/community/roadmap/packages.json',
'<%= config.src %>/community/**/*.ejs',
'<%= config.src %>/documentation/tutorials/**/*.md',
'!<%= config.src %>/images/**/*',
'!<%= config.src %>/_templates/tutorial_archive.ejs',
Expand Down
2 changes: 2 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = function(grunt){
guide: config.root+'reference-guide/',
license: config.root+'license.html',
community: config.root+'community/',
guidelines: config.root+'community/guidelines/',
roadmap: config.root+'community/roadmap/',
vision: config.root+'community/roadmap/vision.html',
support: config.root+'community/#support',
Expand Down Expand Up @@ -82,6 +83,7 @@ module.exports = function(grunt){
{ url: config.urls.support, label: 'Help & Support' },
{ url: config.urls.related, label: 'Related Projects'},
{ url: config.urls.contribute, label: 'Become a Contributor'},
{ url: config.urls.guidelines, label: 'Community Guidelines'},
],
roadmap: [
{ url: config.urls.vision, label: 'Vision'},
Expand Down
49 changes: 49 additions & 0 deletions src/community/guidelines/index.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html>
<head>
<%- include('../../_partials/meta') %>
<title>Community - Dojo Toolkit</title>
</head>
<body class="community">
<%- include('../../_partials/header') %>
<%- include('../../_partials/subnav', {subnav: url.subnav.community}) %>
<main>
<section class="">
<div class="row">
<h1 class="pageTitle" id="support">Dojo Community Guidelines</h1>
</div>
</section>
<section class="etiquette">
<div class="row">
<div class="medium-10 columns medium-centered">
<h3 class="alt">Community Etiquette</h3>
<p>We are a community of web development professionals, and conducting ourselves as such raises the community up and moves the project forward with ease. As a contributor to the Toolkit, we ask that you follow these few simple tenets in order to make working with Dojo an enjoyable experience for all:</p>
<ul>
<li><strong>Competence.</strong> Contribute when you have the skills, knowledge, and time to do so.</li>
<li><strong>Reliability.</strong> Show up on time and do what you say you're going to do.</li>
<li><strong>Honesty.</strong> Tell the truth and be upfront.</li>
<li><strong>Integrity.</strong> Be consistent in your principles.</li>
<li><strong>Respect For Others.</strong> Treat people with courtesy and respect.</li>
<li><strong>Being Positive.</strong> No one likes a constant pessimist. Having an upbeat attitude and trying to be a problem-solver makes a big difference.</li>
<li><strong>Supporting Others.</strong> Share the spotlight with contributors, take time to show others how to do things properly, and lend an ear when necessary.</li>
<li><strong>Goal-Focused.</strong> Not letting your personal feelings get in the way of good decisions and spending time on relevant and pragmatic issues.</li>
<li><strong>Listening Carefully.</strong> People want to be heard, so give people a chance to explain their ideas properly.</li>
</ul>
<p>Rudeness, threats, hostility, and defamation of fellow developers will not be tolerated. Repeat offenders may have their contributor or commiter status revoked if behavior is not corrected upon request. We provide a formal grievance process so that serious issues can be given the consideration they deserve and detrimental effects to the project can be averted.</p>

<h3 class="alt">Grievance Process</h3>
<p>If you have a grievance about something occurring in the community, please <a href="http://dojofoundation.org/contact">let the Dojo Foundation Board</a> know so that it can be reviewed and addressed. Rudeness, threats, hostility, and defamation of fellow developers are not tolerated, and repeat offenders may be prevented from contributing in the future. Please provide the following information when submitting a complaint:</p>
<ul>
<li>Date</li>
<li>Description of grievance</li>
<li>Supporting evidence</li>
<li>Your name</li>
<li>Your email address and/or phone number</li>
</ul>
</div>
</div>
</section>
</main>
<%- include('../../_partials/footer') %>
</body>
</html>
2 changes: 1 addition & 1 deletion src/community/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

<p>For more on CLAs, read Alex Russell's <a href="http://alex.dojotoolkit.org/2008/06/why-do-i-need-to-sign-this/">Why Do I Need to Sign This?</a>.</p>

<div class="becomeContributor"><a href="https://github.com/dojo/dojo/blob/master/CONTRIBUTING.md"><span class="button">Start Contributing</span></a></div>
<div class="becomeContributor"><a href="https://github.com/dojo/core/blob/master/CONTRIBUTING.md"><span class="button">Start Contributing</span></a></div>
</div>
</div>
</div>
Expand Down

0 comments on commit 71b9da7

Please sign in to comment.