mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 15:12:35 +02:00
Update Contributing.mdx
This commit is contained in:
parent
61319954df
commit
189e921ba1
1 changed files with 3 additions and 3 deletions
|
@ -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.",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue