feat: Add new contributor guide page and routing#38
Open
devanandanos wants to merge 1 commit intoThe-Purple-Movement:masterfrom
Open
feat: Add new contributor guide page and routing#38devanandanos wants to merge 1 commit intoThe-Purple-Movement:masterfrom
devanandanos wants to merge 1 commit intoThe-Purple-Movement:masterfrom
Conversation
Collaborator
|
Hi! @devanandanos |
Author
Member
|
@devanandanos can u please share what issue dows this solve ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature Request: Invite Contributors to Existing Myrmidones
This pull request implements the new "Contribute to Tech Myrmidons" feature as requested, based on the Trae prompt.
Files Modified/Added (Strict Scope Check Adherence):
src/App.js: Added routing for the new/contributepage.src/Components/Navbar/Navbar.jsx: Added the navigation link.src/Pages/Contribute/Contribute.jsx: New component for the page structure and logic.src/Pages/Contribute/Contribute.css: New file for isolated page styling.src/data/contribute.json: New data file containing the domains and contribution lists.CRITICAL NOTE: No existing core logic, components (other than Navbar and App.js for integration), or unrelated files were modified. All changes are strictly confined to implementing this feature.