Make the page content changable when a thumbnail is clicked. #1
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description of the issue
Currently, the content in the page slides change automatically after a given time period or when the next or previous buttons are pushed. It also displays the thumbnail of the current page content as the first thumbnail, Clicking a thumbnail however does not change the content of the page to show that particular content related to the thumbnail.
Solution
Create a method the make the page responsive to the thumbnails such that by clicking a thumbnail, the page contents are changed to ones associated with that particular thumbnail.
📋 Step by step guide to do a contribution
If you have never contributed to an open source project at GitHub, the following step-by-step guide will introduce you to the workflow.
A more detailed general documentation of the GitHub PR workflow can be found here.
Claim this issue: Comment below that you are interested in working on the issue
Wait for assignment: A community member with the given rights will add you as an assignee of the issue
Fork the repository: You can do that in GitHub (by simply clicking the 'fork' button).
Check out the forked repository
Create a feature branch for the issue. We do not have a hard naming definition for branches but it is best practice to prefix the branch name with the issue id.
Solve the issue in your branch.
Commit your changes: to your branch
Start a Pull Request (PR): in the LRBA-FusionCraft-STUDIOS-Architecture-Website repository
Check GitHub Actions: Several GitHub Actions will be triggered automatically for each PR. If a GitHub Action fails and you do not understand the cause of that error do not hesitate to add a comment to the PR and ask the community for support.
Wait for reviews: Members of the community will review your PR. If a reviewer finds any missing pieces or a problem, he or she will start a discussion with you and describe the next steps for solving the problem.
You did it 🎉: We will merge the fix in the develop branch. Thanks for being part of our community as an open-source contributor ❤️
The text was updated successfully, but these errors were encountered: