8000 Minor cleanups to CONTRIBUTING.md (#8043) · flutter/engine@f4951df · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f4951df

Browse files
authored
Minor cleanups to CONTRIBUTING.md (#8043)
This is really just in order to trigger a build. ci.chromium.org infra had a short outage during our last build.
1 parent effee2f commit f4951df

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
Contributing to the Flutter engine
22
==================================
33

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

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

88
Welcome
99
-------
1010

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

15-
For specific instructions regarding building Flutter's engine, see
16-
[Setting up the Engine development
17-
environment](https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment)
18-
on our wiki. Those instructions are part of the broader onboarding instructions described in the contributing guide.
14+
For specific instructions regarding building Flutter's engine, see [Setting up
15+
the Engine development environment][engine_dev_setup] on our wiki. Those
16+
instructions are part of the broader onboarding instructions described in the
17+
contributing guide.
18+
19+
[build_status]: https://cirrus-ci.com/flutter/engine
20+
[code_of_conduct]: https://github.com/flutter/flutter/blob/master/CODE_OF_CONDUCT.md
21+
[contrib_guide]: https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment
22+
[engine_dev_setup]: https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment

0 commit comments

Comments
 (0)
0