create a change policy for package:dart_flutter_team_lints (#278)

* create a change policy for package:dart_flutter_team_lints

* update the changelog

* Update CHANGELOG.md

- fix typo

* Update pkgs/dart_flutter_team_lints/README.md

Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com>

---------

Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com>
diff --git a/pkgs/dart_flutter_team_lints/CHANGELOG.md b/pkgs/dart_flutter_team_lints/CHANGELOG.md
index c71f9d6..00c165c 100644
--- a/pkgs/dart_flutter_team_lints/CHANGELOG.md
+++ b/pkgs/dart_flutter_team_lints/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 3.1.1-wip
+
+- Contribute a (brief) change policy to the readme.
+
 ## 3.1.0
 
 - Added `unnecessary_library_name`.
diff --git a/pkgs/dart_flutter_team_lints/README.md b/pkgs/dart_flutter_team_lints/README.md
index d3f584d..9247df8 100644
--- a/pkgs/dart_flutter_team_lints/README.md
+++ b/pkgs/dart_flutter_team_lints/README.md
@@ -28,3 +28,19 @@
 ```yaml
 include: package:dart_flutter_team_lints/analysis_options.yaml
 ```
+
+## Suggesting changes to the lint set
+
+In order to suggest a change to the `package:dart_flutter_team_lints` lint set,
+please [file an issue](https://github.com/dart-lang/ecosystem/issues/new?template=dart_flutter_team_lints.md)
+against the package. A representative group of Dart and Flutter team members,
+along with interested parties, will then discuss the lint addition or removal.
+
+Changes to the lint set may be batched up in order to minimize churn for
+downstream codebases.
+
+Lint additions may go out in new package major versions. `package:lints` only
+ships lint additions in major versions as new lints are effectively breaking
+changes for repo CI systems. The packages downstream from this lint set are
+more scoped and better known however, so we have more room for flexibility for 
+changes to `package:dart_flutter_team_lints`.
diff --git a/pkgs/dart_flutter_team_lints/pubspec.yaml b/pkgs/dart_flutter_team_lints/pubspec.yaml
index 9d0fac3..af29b4a 100644
--- a/pkgs/dart_flutter_team_lints/pubspec.yaml
+++ b/pkgs/dart_flutter_team_lints/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dart_flutter_team_lints
 description: An analysis rule set used by the Dart and Flutter teams.
-version: 3.1.0
+version: 3.1.1-wip
 repository: https://github.com/dart-lang/ecosystem/tree/main/pkgs/dart_flutter_team_lints
 
 environment: