-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or requestgood for newcomersGood for newcomersGood for newcomers
Description
As a user, when I click the “Contribute” button, I want to be taken directly to the project’s README so I can quickly understand how to get started with development or contributions.
🧠 Context
Currently, clicking the “Contribute” button does not navigate to the project’s README or any helpful context. This can confuse contributors who are looking for setup instructions or contribution guidelines.
We want to improve this by having the Contribute button link directly to the project’s README.md on GitHub. https://github.com/CarletonComputerScienceSociety/projects-repository
🛠️ Implementation Plan
-
Identify where the Contribute button is rendered
src/components/Header/Header.tsx -
Update the button behavior
- Update the onclick to navigate to the readme
https://github.com/CarletonComputerScienceSociety/project-repository#readme
- Update the onclick to navigate to the readme
✅ Acceptance Criteria
- Clicking the "Contribute" button navigates to the project README on GitHub
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood for newcomersGood for newcomersGood for newcomers
Type
Projects
Status
Ready