Remove bullets before list checkbox items
Open
Nobody has claimed this yet.
💻 ui
🔨 enhancement
- Dominant language
- Go
- Stars
- 47.8k
- Forks
- 5.1k
- Avg merge
- 7h 23m
- Merged PRs (30d)
- 5
Description
- Gogs version (or commit ref): 0.10.1.0228
- Can you reproduce the bug at https://try.gogs.io:
- Yes
- No
- Not relevant
Description
I think there shouldn't be bullets next to checkboxes in tasks lists in issues. It should be more like Github. Also since you are using Semantic UI maybe you should consider using their checkboxes (I don't know if it would render nice in issues, I didn't tested).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how issue Markdown task lists are rendered, focusing on the markup that produces both the checkbox and its surrounding list item. Reproduce the example from the issue and verify that checked and unchecked tasks display without an extra bullet while ordinary lists remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100