forked from vibe-d/vibe.d
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |