Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Clone adds extra characters to description #219

Open
acacase opened this issue Jul 16, 2024 · 6 comments
Open

[BUG] Clone adds extra characters to description #219

acacase opened this issue Jul 16, 2024 · 6 comments

Comments

@acacase
Copy link

acacase commented Jul 16, 2024

Describe the bug
When an issue is cloned, additional "> " and line breaks are added to the description. This is messing with the formatting of the original issue that is being cloned.

To Reproduce
Steps to reproduce the behavior:

  1. Clone an issue using Kamino
  2. See additional characters being added to the description

Expected behavior
For it to work the way it use to, by just cloning the issue without adding ">" or line breaks

Screenshots
If applicable, add screenshots to help explain your problem.
Screen Shot 2024-07-16 at 3 35 47 PM

Desktop (please complete the following information):

  • OS: macOS 10.15
  • Browser: Chrome
  • Version: 126.0.6478.116
@johnmurphy01
Copy link
Contributor

@acacase thank you for the report! The visual improvements to Kamino cloning is a new feature, so I wouldn't consider it a bug. However, if you can let me know how you use Kamino and why you need the formatting to stay exactly the same, I could look into adding an option to retain the formatting in the extension options.

@acacase
Copy link
Author

acacase commented Jul 16, 2024

@johnmurphy01 We use Kamino to clone issues that we've created as generic "templates" for tasks that we do over and over on projects. The new visuals you've added interfere with the formatting of these templates. So each time I clone an issue I need to go in and remove all the indents and line breaks. And it's adding a lot of time to an already laborious process. If you could add an option to turn that off, that would be amazing!

@acketon
Copy link

acketon commented Jul 26, 2024

Same issue here, cloning large existing issues to use and modify in another repo. Wrapping the old issue in a blockquote now requires manually editing a 100+ lines of markdown in the new issue to remove the > characters added for the blockquote formatting.

Making the blockquote formatting optional either in the settings or a choice as part of the clone issue button would help as there could be use cases for "quoting" the old issue inside the new issue but also times like in my case where I need the text of the old issue as-is because it will be the Markdown of the new issue.

@acacase
Copy link
Author

acacase commented Jul 29, 2024

@johnmurphy01 Any update on adding the option to the settings panel?

@johnmurphy01
Copy link
Contributor

The plan is to do it, but I haven't had time yet. I'll try to get something put together in the next few weeks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@johnmurphy01 @acketon @acacase and others