Added contributors.json in _data for contributors data.So that we can have ease in for updating the information over time.
Added contributors link in the _include/navbar.html
Contributors page is in the root. so the link will be Contribution Page
Possible Drawbacks
You might want to change the layout but not sure!
[ ] Need to add more active members.
Verification Process
Step - 1: Run the Jekyll development server using bundle exec jekyll serve
Step - 2: Click on the Contributors link in the Navbar
Step - 3: Verify it is rendering all the users that are mentioned in the _data/contributors.json
Does this PR match the guidelines documented in the Contributing Guide?
Description of the Change
Add Contributors Page.
Benefits
Added
contributors.json
in_data
for contributors data.So that we can have ease in for updating the information over time.Added
contributors
link in the_include/navbar.html
Contributors page is in the root. so the link will be Contribution Page
Possible Drawbacks
You might want to change the layout but not sure!
Verification Process
Step - 1: Run the Jekyll development server using
bundle exec jekyll serve
Step - 2: Click on the Contributors link in the Navbar Step - 3: Verify it is rendering all the users that are mentioned in the_data/contributors.json
Does this PR match the guidelines documented in the Contributing Guide?
Yes