From c80f4ba6a6d094e9ac95396f1715746511759fe9 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 17 Mar 2015 22:28:58 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df5ff21a3..54d606f68 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,9 @@ If you would like to contribute source code changes to CEF please follow the bel \- Create or find an appropriate issue for each distinct bug, feature or change. -\- Submit a pull request or create a patch with your changes and attach it to the CEF issue. Changes should: +\- Submit a [pull request](https://bitbucket.org/chromiumembedded/cef/wiki/ContributingWithGit) or create a patch with your changes and attach it to the CEF issue. Changes should: * Be submitted against the current [CEF master branch](https://bitbucket.org/chromiumembedded/cef/src/?at=master) unless explicitly fixing a bug in a CEF release branch. * Follow the style of existing CEF source files. In general CEF uses the [Chromium coding style](http://www.chromium.org/developers/coding-style). -* Not include unnecessary or unrelated changes. \ No newline at end of file +* Include new or modified unit tests as appropriate to the functionality. +* Not include unnecessary or unrelated changes.