is there a guide for contributing to Compose for D...
# compose-desktop
j
is there a guide for contributing to Compose for Desktop? I’m hitting a performance issue with paragraph layouts (calculated with skia interop) and I think I can contribute some improvements, but I didn’t see a contributing guide. is JB happy if we simply raise a PR or is there a more formalised process?
l
You'll have to open a PR and sign the CLA
d
We have instruction to configure local environment: https://github.com/JetBrains/compose-jb/tree/master/compose And additional repositories that may be useful for you: https://github.com/JetBrains/androidx https://github.com/JetBrains/skiko Also, you need to apply license https://cla.developers.google.com/clas
j
thank you both! I’ve already signed the Google CLA for previous work, so it looks like I can just make the proposed changes in the
skiko
repo