-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(PR Template): Added PR template. (#152)
- 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 @@ | ||
We prefer small, well tested pull requests. | ||
|
||
Please refer to [Contributing to Spinnaker](http://www.spinnaker.io/docs/contributing-to-spinnaker). | ||
|
||
When filling out a pull request, please consider the following: | ||
|
||
* Follow the commit message conventions [found here](http://www.spinnaker.io/v1.0/docs/how-to-submit-a-patch). | ||
* Provide a descriptive summary for your changes. | ||
* If it fixes a bug or resolves a feature request, be sure to link to that issue. | ||
* Add inline code comments to changes that might not be obvious. | ||
* Squash your commits as you keep adding changes. | ||
* Add a comment to @spinnaker/reviewers for review if your issue has been outstanding for more than 3 days. | ||
|
||
Note that we are unlikely to accept pull requests that add features without prior discussion. The best way to propose a feature is to open an issue first and discuss your ideas there before implementing them. |