Skip to content

Commit dc6a781

Browse files
authored
Sync CONTRIBUTING.md with .github copy (#106677)
1 parent 78c9271 commit dc6a781

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

CONTRIBUTING.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ _tl;dr: join [Discord](https://github.com/flutter/flutter/wiki/Chat), be [courte
88
Welcome
99
-------
1010

11-
We invite you to join our team! Everyone is welcome to contribute code
12-
via pull requests, to file issues on GitHub, to help people asking for
13-
help on our mailing lists, our chat channels, or on Stack Overflow, to
14-
help triage, reproduce, or fix bugs that people have filed, to add to our
15-
documentation, or to help out in any other way.
11+
We invite you to join the Flutter team, which is made up of volunteers and sponsored folk alike!
12+
There are many ways to contribute, including writing code, filing issues on GitHub, helping people
13+
on our mailing lists, our chat channels, or on Stack Overflow, helping to triage, reproduce, or
14+
fix bugs that people have filed, adding to our documentation,
15+
doing outreach about Flutter, or helping out in any other way.
1616

1717
We grant commit access (which includes full rights to the issue
1818
database, such as being able to edit labels) to people who have gained
@@ -35,7 +35,7 @@ Before you get started, we encourage you to read these documents which describe
3535
Helping out in the issue database
3636
---------------------------------
3737

38-
Triage is the process of going through bugs and determining if they are valid, finding out
38+
Triage is the process of going through bug reports and determining if they are valid, finding out
3939
how to reproduce them, catching duplicate reports, and generally making our issues list
4040
useful for our engineers.
4141

@@ -68,16 +68,20 @@ If you want to help us triage, you are very welcome to do so!
6868
Quality Assurance
6969
-----------------
7070

71-
One of the most useful tasks, closely related to triage, is finding and filing bugs. Testing
71+
One of the most useful tasks, closely related to triage, is finding and filing bug reports. Testing
7272
beta releases, looking for regressions, creating test cases, adding to our test suites, and
7373
other work along these lines can really drive the quality of the product up. Creating tests
7474
that increase our test coverage, writing tests for issues others have filed, all these tasks
7575
are really valuable contributions to open source projects.
7676

77-
If this interests you, you can jump in and submit bugs without needing anyone's permission!
78-
The #hackers-tests channel on our [Discord server](https://github.com/flutter/flutter/wiki/Chat)
79-
is a good place to talk about what you're doing. If you want to contribute test cases, you
80-
can also submit PRs, see the next section for how to set up your development environment.
77+
If this interests you, you can jump in and submit bug reports without needing anyone's permission!
78+
The #qa channel on our [Discord server](https://github.com/flutter/flutter/wiki/Chat)
79+
is a good place to talk about what you're doing. We're especially eager for QA testing when
80+
we announce a beta release. See https://github.com/flutter/flutter/wiki/Quality-Assurance for
81+
more details.
82+
83+
If you want to contribute test cases, you can also submit PRs. See the next section
84+
for how to set up your development environment, or ask in #hackers-test on Discord.
8185

8286
> As a personal side note, this is exactly the kind of work that first got me into open
8387
> source. I was a Quality Assurance volunteer on the Mozilla project, writing test cases for

0 commit comments

Comments
 (0)