Skip to content

Commit

Permalink
Add a reference to the Trello board to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklewis committed Sep 6, 2012
1 parent e2c9d67 commit 1fc6f44
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
@@ -1,20 +1,21 @@
# How to contribute # How to contribute


* Visit the [PuppetDB board on Trello](http://links.puppetlabs.com/puppetdb-trello)
* Make sure you have a [Redmine account](http://projects.puppetlabs.com) * Make sure you have a [Redmine account](http://projects.puppetlabs.com)
* Make sure you have a [GitHub account](https://github.com/signup/free) * Make sure you have a [GitHub account](https://github.com/signup/free)
* Submit a ticket for your issue, assuming one does not already exist. * Submit a ticket for your issue, assuming one does not already exist.
* Clearly describe the issue including steps to reproduce when it is a bug. * Clearly describe the issue including steps to reproduce when it is a bug.
* Make sure you fill in the earliest version that you know has the issue. * Make sure you fill in the earliest version that you know has the issue.
* Fork the repository on GitHub * Fork the repository on GitHub


## Making Changes ## Making Changes


* Create a branch off of the branch you want to base off of. * Create a branch off of the branch you want to base off of.
* This is usually the master branch. * This is usually the master branch.
* Only target release branches if you are certain your fix must be on that branch. * Only target release branches if you are certain your fix must be on that branch.
* Make commits of logical units. * Make commits of logical units.
* Check for unnecessary whitespace with "git diff --check" before committing. * Check for unnecessary whitespace with "git diff --check" before committing.
* Make sure your commit messages are in the proper format. * Make sure your commit messages are in the proper format.


```` ````
(#Ticket Number) What you are changing with this commit (#Ticket Number) What you are changing with this commit
Expand All @@ -32,7 +33,7 @@
* Push your changes to a topic branch in your fork of the repository. * Push your changes to a topic branch in your fork of the repository.
* Submit a pull request to the repository in the puppetlabs organization. * Submit a pull request to the repository in the puppetlabs organization.
* Update your Redmine ticket to mark that you have submitted code. * Update your Redmine ticket to mark that you have submitted code.

# Additional Resources # Additional Resources


* [More information on contributing](http://projects.puppetlabs.com/projects/puppet/wiki/Development_Lifecycle) * [More information on contributing](http://projects.puppetlabs.com/projects/puppet/wiki/Development_Lifecycle)
Expand Down

0 comments on commit 1fc6f44

Please sign in to comment.