Skip to content

Commit

Permalink
Minor cleanups to CONTRIBUTING.md (#8043)
Browse files Browse the repository at this point in the history
This is really just in order to trigger a build. ci.chromium.org infra
had a short outage during our last build.
  • Loading branch information
cbracken authored Mar 5, 2019
1 parent effee2f commit f4951df
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
Contributing to the Flutter engine
==================================

[![Build Status](https://cirrus-ci.com/flutter/engine.svg)](https://cirrus-ci.com/flutter/engine)
[![Build Status](https://cirrus-ci.com/flutter/engine.svg)][build_status]

_See also: [Flutter's code of conduct](https://github.com/flutter/flutter/blob/master/CODE_OF_CONDUCT.md)_
_See also: [Flutter's code of conduct][code_of_conduct]_

Welcome
-------

For an introduction to contributing to Flutter, see [our
contributor
guide](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md).
For an introduction to contributing to Flutter, see [our contributor
guide][contrib_guide].

For specific instructions regarding building Flutter's engine, see
[Setting up the Engine development
environment](https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment)
on our wiki. Those instructions are part of the broader onboarding instructions described in the contributing guide.
For specific instructions regarding building Flutter's engine, see [Setting up
the Engine development environment][engine_dev_setup] on our wiki. Those
instructions are part of the broader onboarding instructions described in the
contributing guide.

[build_status]: https://cirrus-ci.com/flutter/engine
[code_of_conduct]: https://github.com/flutter/flutter/blob/master/CODE_OF_CONDUCT.md
[contrib_guide]: https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment
[engine_dev_setup]: https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment

0 comments on commit f4951df

Please sign in to comment.