Update Contributing.mdx

This commit is contained in:
Adrian Środoń 2022-12-11 22:44:44 +01:00 committed by GitHub
parent d624aa4192
commit 61319954df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,3 +44,16 @@ You can track your workflows [here](https://github.com/AdisonCavani/distro-grub-
**Q**: How can I edit `psd` template? I don't have Photoshop
**A**: You can import `psd` into GIMP, however this might cause to lose some Photoshop related data. I recommend to use [Photopea](https://www.photopea.com/) - free web-based Photoshop alternative.
<FAQPageJsonLd
mainEntity={[
{
questionName: "Where are psd templates located?",
acceptedAnswerText: "Templates are located in templates branch",
},
{
questionName: "How can I edit psd template? I don't have Photoshop.",
acceptedAnswerText: "You can import psd into GIMP, however this might cause to lose some Photoshop related data. I recommend to use Photopea - free web-based Photoshop alternative.",
},
]}
/>