mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
Update Contributing.mdx
This commit is contained in:
parent
71a1cac742
commit
67ffc31c93
1 changed files with 22 additions and 13 deletions
|
@ -45,16 +45,25 @@ 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
|
||||
useAppDir={true}
|
||||
mainEntity={[
|
||||
<JsonLd content={
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
mainEntity: [
|
||||
{
|
||||
questionName: "Where are psd templates located?",
|
||||
acceptedAnswerText: "Templates are located in <a href='https://github.com/AdisonCavani/distro-grub-themes/tree/templates'>templates branch</a>.",
|
||||
"@type": "Question",
|
||||
name: "Where are psd templates located?",
|
||||
acceptedAnswer: {
|
||||
"@type": "Answer",
|
||||
text: "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.",
|
||||
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.",
|
||||
"@type": "Question",
|
||||
name: "How can I edit psd template? I don't have Photoshop.",
|
||||
acceptedAnswer: {
|
||||
"@type": "Answer",
|
||||
text: "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.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
},
|
||||
],
|
||||
}/>
|
||||
|
|
Loading…
Add table
Reference in a new issue