quantum-php / quantum-php/framework
Add a GitHub star message and repository link to the DemoWeb About page
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
Summary
Add a short message to the DemoWeb About page inviting users to star the Quantum repository on GitHub.
The message should include the direct repository link and live alongside the existing framework/about information.
Why
The DemoWeb About page is one of the built-in places where users see framework information such as:
- current version
- available CLI commands
That makes it a reasonable place to include a lightweight call to action asking users to support the framework by starring the repository on GitHub.
Goal
Add a concise star message and repository link to the DemoWeb About page template.
Proposed Direction
Update the DemoWeb About page so it includes a short message such as:
Would you like to show some love by starring Quantum on GitHub?
along with a direct link to:
https://github.com/softberg/quantum-php-core
The exact placement and wording can be refined during implementation, but it should fit naturally into the current About page layout.
Acceptance Criteria
- the DemoWeb About page shows a short GitHub star message
- the message includes the direct repository link
- the message fits cleanly into the existing About page layout
- the change is implemented in the shipped DemoWeb template so newly generated modules include it
Notes
Relevant code:
src/Module/Templates/DemoWeb/src/Views/pages/about.php.tplsrc/Module/Templates/DemoWeb/src/Controllers/PageController.php.tpl
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/Module/Templates/DemoWeb/src/Views/pages/about.php.tpl and review the existing About page layout and framework information. Add the concise GitHub star message and direct repository link there, then confirm the shipped template will include it in newly generated modules and that the layout remains clean.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 75/100