Pylons / Pylons/deform

Remove unnecessary classes and ids from labels

Open
#449 9 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

BS5
Dominant language
JavaScript
Stars
423
Forks
158
PR merge metrics
No merged PRs in 30d

Description

<label> in BS4 does not have any classes or ids in its attributes. It has only the for attribute. Remove any default classes and ids.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Bootstrap 4 label-rendering entry point in Deform and inspect how label attributes are assembled. Remove the default classes and ids while preserving the for attribute; done means generated BS4 labels contain only for.

Written by the indexing model from the issue text.

Assessment

Tech stack
bootstrap, python
Domain
frontend
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.