-
Notifications
You must be signed in to change notification settings - Fork 78
Unwanted swiper-pagination-bullet. #263
Comments
@vasudevsinghal I want to work on this issue |
GO ahead @carltos0411 |
I am just a beginner in open source and I am looking forward to work on this issue, Can someone help me through it. Thanks in advance! |
@priyansh11786 sorry for the late response you can follow these steps for Opening a PR in future. first follow these steps to setup project locally in your machine: 1. Fork this repository. 2. Clone your forked copy of the project.
3. Navigate to the project directory 📁 .
4. Add a reference(remote) to the original repository.
5. Check the remotes for this repository.
6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).
7. Create a new branch.
8. Perform your desired changes to the code base. 9. Track your changes:heavy_check_mark: .
10. Commit your changes .
11. Push the committed changes in your feature branch to your remote repo.
12. To create a pull request, click on `compare and pull request. Please ensure you compare your feature branch to the desired branch of the repo you are supposed to make a PR to. YOU can read more about additional guidelines for beginners and the good first issue in the project readme. once you can run the project locally, you can proceed further to find a bug or add a feature. Let me tell you how I fix this bug:
screenshot for better understanding
once you are done with all this follow the above steps or steps given in readme to Open a PR. I already opened a PR for this issue you can see changes here #298 you can also review it if you want :) |
Hello @Abhijay007 It's been a long time & I guess Priyansh is not working on this issue. Can I start working on this issue? I am getting started with open-source. Thank you! |
Sure. Go ahead @sugatobagchi |
There is an unwanted swiper-pagination-bullet on the home page.
screenshot
The text was updated successfully, but these errors were encountered: