Update Contributing.mdx

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

View file

@ -40,7 +40,7 @@ You can track your workflows [here](https://github.com/AdisonCavani/distro-grub-
### Frequently Asked Questions ### Frequently Asked Questions
**Q**: Where are `psd` templates located? **Q**: Where are `psd` templates located?
**A**: Templates are located in [`templates`](https://github.com/AdisonCavani/distro-grub-themes/tree/templates) branch. **A**: Templates are located in [`templates branch`](https://github.com/AdisonCavani/distro-grub-themes/tree/templates).
**Q**: How can I edit `psd` template? I don't have Photoshop **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. **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.
@ -49,11 +49,11 @@ You can track your workflows [here](https://github.com/AdisonCavani/distro-grub-
mainEntity={[ mainEntity={[
{ {
questionName: "Where are psd templates located?", questionName: "Where are psd templates located?",
acceptedAnswerText: "Templates are located in templates branch", acceptedAnswerText: "Templates are located in <a href='https://github.com/AdisonCavani/distro-grub-themes/tree/templates'>templates branch</a>.",
}, },
{ {
questionName: "How can I edit psd template? I don't have Photoshop.", 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.", acceptedAnswerText: "You can import psd into GIMP, however this might cause to lose some Photoshop related data. I recommend to use <a href='https://www.photopea.com/'>Photopea</a> - free web-based Photoshop alternative.",
}, },
]} ]}
/> />