Skip to content

Finding a way to upstream a stream of changes from my fork #54

@bhootd

Description

@bhootd

I have made several modifications to this repo in my (new) fork, like

  • fix onCheck event handler (bhootd@1c5beaf)
  • fix how role attribute is created: as an attribute instead of as a property (bhootd@c8c238c)
  • fix how boolean attributes are created (bhootd@33890ed)
  • add onLinkClick handler (which also handle preventDefault()) (bhootd@79c1c4f)
  • add new attributes

Initially I thought of creating a branch and an associated pull request for each change. However, I need to use these changes immediately in my code. So I need all of those changes within a single branch.

Now I am committing everything to the main branch of my fork. Each commit still deals with only one thing. Each commit message also describes the why, if needed.

This way, we can merge these changes in this repo at leisure.

Let me know if and how you would like to handle this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions