Is your feature request related to a problem? Please describe.
✨ Feature Request: Add Support for Hero Image/GIF in README Generator
Description
Currently, the README generator allows users to add a heading, paragraph, and tech stack. However, there is no option to include a hero image or coding GIF below the introduction section, which is a common element in many GitHub profile READMEs.
Adding support for a customizable hero image would help users create more engaging and visually appealing profiles.
Proposed Solution
Add a new Hero Image section that allows users to:
- Enable or disable the hero image.
- Provide an image or GIF URL.
- Configure image width (e.g., 300px, 450px, 600px, or percentage).
- Set image alignment (Left, Center, Right).
- Add custom alt text for accessibility.
The generated Markdown/HTML could look like:
<p align="center">
<img
src="IMAGE_URL"
alt="Coding GIF"
width="450"
/>
</p>
Benefits
- Makes generated READMEs more attractive and professional.
- Matches the style commonly used in popular GitHub profile READMEs.
- Gives users greater flexibility in personalizing their profiles.
- Improves accessibility by supporting custom alt text.
Additional Context
Many developers include a coding GIF or banner below their introduction to make their GitHub profile more engaging. Supporting this directly within CommitPulse would eliminate the need for manual editing after generating the README.
Describe the solution you'd like
I would like CommitPulse to support adding a customizable Hero Image/GIF in the generated README, positioned below the introduction paragraph.
The feature should allow users to:
- Enable or disable the hero image section.
- Enter an image or GIF URL.
- Customize the image width (e.g., 300px, 450px, 600px, or percentage).
- Choose the image alignment (Left, Center, or Right).
- Provide custom alt text for better accessibility.
The generated README should include HTML similar to:
<p align="center">
<img
src="IMAGE_URL"
alt="Coding GIF"
width="450"
/>
</p>
This feature would help users create more visually appealing and professional GitHub profile READMEs without manually editing the generated Markdown. It would also improve customization and align CommitPulse with common GitHub profile README styles.
Describe alternatives you've considered
No response
Is your feature request related to a problem? Please describe.
✨ Feature Request: Add Support for Hero Image/GIF in README Generator
Description
Currently, the README generator allows users to add a heading, paragraph, and tech stack. However, there is no option to include a hero image or coding GIF below the introduction section, which is a common element in many GitHub profile READMEs.
Adding support for a customizable hero image would help users create more engaging and visually appealing profiles.
Proposed Solution
Add a new Hero Image section that allows users to:
The generated Markdown/HTML could look like:
Benefits
Additional Context
Many developers include a coding GIF or banner below their introduction to make their GitHub profile more engaging. Supporting this directly within CommitPulse would eliminate the need for manual editing after generating the README.
Describe the solution you'd like
I would like CommitPulse to support adding a customizable Hero Image/GIF in the generated README, positioned below the introduction paragraph.
The feature should allow users to:
The generated README should include HTML similar to:
This feature would help users create more visually appealing and professional GitHub profile READMEs without manually editing the generated Markdown. It would also improve customization and align CommitPulse with common GitHub profile README styles.
Describe alternatives you've considered
No response