Skip to content

Commit 398590f

Browse files
Add a DevTools section to CONTRIBUTING.md (flutter#137193)
Mirrored change in the .github/ repo: flutter/.github#34
1 parent 61c007a commit 398590f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ for how to set up your development environment, or ask in #hackers-test on Disco
9191
Developing for Flutter
9292
----------------------
9393

94-
If you would prefer to write code, you may wish to start with our list of [good first issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
94+
If you would prefer to write code, you may wish to start with our list of good first issues for [Flutter](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) or for [Flutter DevTools](https://github.com/flutter/devtools/labels/good%20first%20issue). See the respective sections below for further instructions.
95+
96+
### Framework and Engine
9597

9698
To develop for Flutter, you will eventually need to become familiar
9799
with our processes and conventions. This section lists the documents
@@ -132,6 +134,14 @@ and an article [Contributing to Flutter: Getting Started](https://medium.com/@ay
132134
on Medium that may be of interest. For a curated list of pages see the sidebar
133135
on the wiki's home page. They are more or less listed in order of importance.
134136

137+
### DevTools
138+
139+
Contributing code to Dart & Flutter DevTools may be a good place to start if you are
140+
looking to dip your toes into contributing with a relatively low-cost setup or if you
141+
are generally excited about improving the Dart & Flutter developer experience.
142+
143+
Please see the DevTools [CONTRIBUTING.md](https://github.com/flutter/devtools/blob/master/CONTRIBUTING.md)
144+
guide to get started.
135145

136146
Outreach
137147
--------

0 commit comments

Comments
 (0)