contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.32k stars 101 forks source link

Extend hyperlink decoration documentation #1439

Closed saliaku closed 5 months ago

saliaku commented 5 months ago

Description

closes #1437

Describe your changes in detail

Your issue description (body) goes here

Motivation and Context

Why is this change required? What problem does it solve?

How Has This Been Tested?

Checklist:

Go over all the following points, and put an x in all the boxes that apply.

If you're unsure about any of these, don't hesitate to ask. We're here to help!

saliaku commented 5 months ago

is there anything more that needs to be done ?

saliaku commented 5 months ago

why are some checks getting failed , what can I do to make it work ?

uspasojevic96 commented 5 months ago

You can address the editorconfig checks, when you click on Details of that check you will see what needs to be changed, everything else is fine

saliaku commented 5 months ago

i have made changes to the .gitignore file

christianparpart commented 5 months ago

why are some checks getting failed , what can I do to make it work ?

They're not running because only src/ has not been touched. We maybe should tweak that outside of that PR at some point.