Skip to content

Commit

Permalink
Add a DevTools section to CONTRIBUTING.md (flutter#137193)
Browse files Browse the repository at this point in the history
Mirrored change in the .github/ repo: flutter/.github#34
  • Loading branch information
kenzieschmoll authored Nov 13, 2023
1 parent 61c007a commit 398590f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ for how to set up your development environment, or ask in #hackers-test on Disco
Developing for Flutter
----------------------

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).
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.

### Framework and Engine

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

### DevTools

Contributing code to Dart & Flutter DevTools may be a good place to start if you are
looking to dip your toes into contributing with a relatively low-cost setup or if you
are generally excited about improving the Dart & Flutter developer experience.

Please see the DevTools [CONTRIBUTING.md](https://github.com/flutter/devtools/blob/master/CONTRIBUTING.md)
guide to get started.

Outreach
--------
Expand Down

0 comments on commit 398590f

Please sign in to comment.