bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
57 stars 10 forks source link

Switch to TypeScript #314

Closed pmeinhardt closed 2 years ago

pmeinhardt commented 2 years ago

I converted our code to TypeScript and made a lot of improvements along the way. A large portion of @tessi's work on the formatter made it in here. I think this will be hard to review. I would suggest checking out this branch and then test-riding a local build for some time. ✌️

@tessi & @klappradla 💚

klappradla commented 2 years ago

First suspicious encounter while test-riding 🚲

The Jira adapter returns the same result for branch, command and message: always the message.

See this quick onehanded demo with one foot out the door 🍿

ticktick

pmeinhardt commented 2 years ago

First suspicious encounter while test-riding 🚲

The Jira adapter returns the same result for branch, command and message: always the message.

Can you check the values for the commit, branch and command templates on the settings page?

klappradla commented 2 years ago

Can you check the values for the commit, branch and command templates on the settings page?

I have the following config:

Update 🚨

What I did not realize in https://github.com/bitcrowd/tickety-tick/pull/314#issuecomment-916168010 as I had to put it down so fast: the message button is the only one that actually works! The other buttons don't populate the clipboard.