You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: You want to report something that is wrong or missing from the documentation
3
+
labels: [documentation]
4
+
body:
5
+
- type: textarea
6
+
attributes:
7
+
label: Describe the change you would like to see
8
+
placeholder: |
9
+
A clear and concise description of the bug or documentation you feel is missing.
10
+
For example: The Technical Reference does not include information about the FormBuilderFilterChip widget.
11
+
render: Markdown
12
+
validations:
13
+
required: true
14
+
- type: textarea
15
+
attributes:
16
+
label: How would the suggested change make the documentation more useful?
17
+
placeholder: |
18
+
Provide context for how the requested change would make the docs easier to use and improve your ability to develop successful applications with this packages.
19
+
For example: It's hard to know a method exists or understand its use when you have to search through the code base to learn about it. Properly documenting it in the Technical Reference makes it easier for me to know what the flutter_fom_builder is (and is not capable of).
20
+
render: Markdown
21
+
validations:
22
+
required: false
23
+
- type: textarea
24
+
attributes:
25
+
label: Aditional information
26
+
placeholder: Can add images, videos, more context, etc.
*Replace this paragraph with a short description of what issue this pull request (PR) solves and provide a description of the change. Consider including before/after screenshots.*
2
+
3
+
*List at least one fixed issue.*
4
+
5
+
## Pre-launch Checklist
6
+
7
+
-[ ] I made sure the project builds.
8
+
-[ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
9
+
-[ ] I updated `pubspec.yaml` with an appropriate new version according to the [pub versioning philosophy], or this PR is does not need version changes.
10
+
-[ ] I updated `CHANGELOG.md` to add a description of the change.
11
+
-[ ] I updated/added relevant documentation (doc comments with `///`).
12
+
-[ ] I rebased onto `main`.
13
+
-[ ] I added new tests to check the change I am making, or this PR does not need tests.
14
+
-[ ] I made sure all existing and new tests are passing.
15
+
-[ ] I ran `dart format .` and committed any changes.
16
+
-[ ] I ran `flutter analyze` and fixed any errors.
0 commit comments