Skip to content

Commit

Permalink
Add CONTRIBUTING.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Aug 22, 2014
1 parent e806708 commit 478ddf0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Guidelines for Contributing
===========================

Welcome to the vibe.d repository and thank you for your interest in contributing to its development!

When contributing pull requests, the following points should ideally apply:

- Each pull request should contain only one isolated functional change
- The code adheres to the [style guide](http://vibed.org/style-guide)
- For the occasional more complex pull request each change should be separated into its own commit
- Try not to mix whitespace or style changes with functional changes in the same commit
- The pull request must pass the test suite (run `dub test` to test locally)

Exceptions to these rules are accepted all the time, but please try to follow them as closely as possible, because otherwise it often considerably increases the total amount of work and communication overhead.

0 comments on commit 478ddf0

Please sign in to comment.