-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Description
The footer links Contribute, StackOverflow, and Contributors on the homepage are not accessible and do not navigate to their expected destinations.
Problem Details
-
Contribute
The link uses a placeholder (href="#") and does not redirect to a contribution guide or GitHub contribution page. -
StackOverflow
The link does not redirect to Stack Overflow and instead points to a placeholder (href="#"), making it non-functional. -
Contributors
The link does not navigate to the contributors page (e.g., GitHub contributors list) and also uses a placeholder URL.
Why This Is a Bug
These links are expected to redirect users to external resources (GitHub or Stack Overflow).
Using placeholder links (#) makes them inaccessible and breaks expected navigation behavior.
Impact
Users cannot access contribution guidelines, community support (Stack Overflow), or contributor information from the homepage footer.
Test:
https://github.com/BasithZhang/Gridjs_Software-Testing/tree/main/tests/Homepage
Defect:
