Skip to content

Commit 50f17a5

Browse files
authored
docs: fix formatting in Good First Issue guidelines (hiero-ledger#1831)
Signed-off-by: OmaarSaaleh <omaarsaaleh1@gmail.com>
1 parent 1f7e427 commit 50f17a5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1919
- Refactored contract_delete_transaction example to use Client.from_env. (#1823)
2020

2121
### Docs
22+
- Fixed Test Improvements header formatting in Good First Issue guidelines by adding missing space before parenthetical and removing stray bold marker (#1829)
2223
- Improved Google-style docstring for `compress_point_unchecked` in `crypto_utils.py`. (#1625)
2324
- chore: update office hours and community calls to use direct links (`#1804`)
2425

docs/maintainers/good_first_issues_guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The following are good fits for Good First Issues **when the solution is explici
9797
> ⚠️ In most cases, changes to `src` functionality are **not** Good First Issues.
9898
> This category applies only when the change is **purely mechanical and fully specified**.
9999
100-
### Suitable for Good First Issues (rare, explicit cases only):**
100+
### Suitable for Good First Issues (rare, explicit cases only):
101101
- Very small, explicitly described edits to existing code
102102
- Changes that do not require understanding how the code is used elsewhere
103103

@@ -145,7 +145,7 @@ Documentation tasks must be **explicitly scoped and instruction-driven**.
145145

146146
> ⚠️ Most test-related work is better suited for **Beginner or Intermediate Issues**.
147147
148-
### Suitable for Good First Issues(rare, explicit cases only):**
148+
### Suitable for Good First Issues (rare, explicit cases only):
149149
- Adding a clearly specified assertion to an existing test
150150
- Small mechanical edits with no test-design decisions
151151

0 commit comments

Comments
 (0)