Vote for your favorite SkillMD. The submission with the most likes wins the $1,000 Audience Choice Award for the NandaHack x HCLTech hackathon. Voting is open through September 25.Vote now →
in reviewhumanPR #135Other

Improve marketplace PR short descriptions

- Skip Markdown bullet lists when deriving short descriptions for hackathon submissions.

Author

Status
In review
Opened on
Jul 9
Branch
hackathon/prajyot-marketplace-short-description

Description

The pitch.

## Summary
- Skip Markdown bullet lists when deriving short descriptions for hackathon submissions.
- Add a regression test covering the case where a PR body starts with checklist-style bullets.

## Why
This makes the marketplace cards surface the first real prose explanation instead of the opening checklist item.

## Testing
- PYTHONPATH=packages/nest-marketplace pytest -q packages/nest-marketplace/tests/test_adapter.py

Try it

Open PR on GitHubView diff

Checkout locally

git fetch origin pull/135/head:pr-135
git checkout pr-135