Skip to content

Commit ec80c1e

Browse files
docs: coderabbit badge + markdown lints (#125)
* style(pubspec): fix indentation and quote style in topics and screenshots * test: add type check for random status code result - Verifies that StatusCode.random returns an int as well as StatusCode * docs: standardize markdown headings and formatting in github templates and docs - Update issue template headings from `####` to `##` and `###` for proper hierarchy - Add markdown titles to pull request template and MCP prompt files - Fix minor formatting inconsistencies in CHANGELOG.md and code of conduct - Improve markdown structure consistency across documentation * chore: update development configuration and dependencies - Replace VS Code tasks with Zed editor support (.vscode/ → .zed/) - Add .vscode/ to .gitignore for local editor settings - Update .pubignore to exclude Zed configuration instead of VS Code - Bump Dart SDK minimum version from 3.11.0 to 3.11.1 in example - Add CodeRabbit PR review badge to README - Fix trailing newlines in configuration files - Update CHANGELOG with new badge documentation * chore: clarify refactor.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * chore: clarify performance.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix(json): remove trailing commas from json config - Remove trailing comma from first debug configuration - Remove trailing comma from second debug configuration - Ensure valid JSON syntax --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent fdffb78 commit ec80c1e

25 files changed

+63
-161
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ title: 'fix: '
55
labels: bug
66
---
77

8-
#### Description
8+
## Description
99

1010
A clear and concise description of what the bug is.
1111

12-
#### Steps To Reproduce
12+
### Steps To Reproduce
1313

1414
1. Go to '...'
1515
2. Add '....'

.github/ISSUE_TEMPLATE/build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ title: 'build: '
55
labels: build
66
---
77

8-
#### Description
8+
## Description
99

1010
Describe what changes need to be done to the build system and why.
1111

12-
#### Requirements
12+
### Requirements
1313

1414
- [ ] The build system is passing.

.github/ISSUE_TEMPLATE/chore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ title: 'chore: '
55
labels: chore
66
---
77

8-
#### Description
8+
## Description
99

1010
Clearly describe what change is needed and why. If this changes code then please use another issue type.
1111

12-
#### Requirements
12+
### Requirements
1313

1414
- [ ] No functional changes to the code.

.github/ISSUE_TEMPLATE/ci.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ title: 'ci: '
55
labels: ci
66
---
77

8-
#### Description
8+
## Description
99

1010
Describe what changes need to be done to the ci/cd system and why.
1111

12-
#### Requirements
12+
### Requirements
1313

1414
- [ ] The ci system is passing.

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ title: 'docs: '
55
labels: documentation
66
---
77

8-
#### Description
8+
## Description
99

1010
Clearly describe what documentation you are looking to add or improve.
1111

12-
#### Requirements
12+
### Requirements
1313

1414
- [ ] Requirements go here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ title: 'feat: '
55
labels: feature
66
---
77

8-
#### Description
8+
## Description
99

1010
Clearly describe what you are looking to add. The more business/user context the better.
1111

12-
#### Requirements
12+
### Requirements
1313

1414
- [ ] Checklist of requirements to be fulfilled.
1515

.github/ISSUE_TEMPLATE/performance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ title: 'perf: '
55
labels: performance
66
---
77

8-
#### Description
8+
## Description
99

10-
Clearly describe what code needs to be changed and what the performance impact is going to be. Bonus point's if you can tie this directly to user experience.
10+
Clearly describe what code needs to be changed and what the performance impact will be. Bonus points if you can tie this directly to user experience.
1111

12-
#### Requirements
12+
### Requirements
1313

1414
- [ ] There is no drop in the unit or widget test coverage percentage.

.github/ISSUE_TEMPLATE/refactor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ title: 'refactor: '
55
labels: refactor
66
---
77

8-
#### Description
8+
## Description
99

10-
Clearly describe what needs to be refactored any why. Please provide links to related issues (bugs or upcoming features) in order to help prioritize.
10+
Clearly describe what needs to be refactored and why. Please provide links to related issues (bugs or upcoming features) to help prioritize.
1111

12-
#### Requirements
12+
### Requirements
1313

1414
- [ ] There is no drop in the unit or widget test coverage percentage.

.github/ISSUE_TEMPLATE/revert.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ title: 'revert: '
55
labels: revert
66
---
77

8-
#### Description
8+
## Description
99

1010
Provide a link to a PR/Commit that you are looking to revert and why.
1111

12-
#### Requirements
12+
### Requirements
1313

1414
- [ ] Change has been reverted.
1515
- [ ] No change in unit/widget test coverage has happened.

.github/ISSUE_TEMPLATE/style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ title: 'style: '
55
labels: style
66
---
77

8-
#### Description
8+
## Description
99

1010
Clearly describe what you are looking to change and why.
1111

12-
#### Requirements
12+
### Requirements
1313

1414
- [ ] There is no drop in the unit test coverage percentage.

0 commit comments

Comments
 (0)