Thanks for your interest in contributing! Here’s how you can help:
-
Fork the repository:
Click the "Fork" button on the top-right corner of the repository page.
-
Clone your forked repository locally:
git clone https://github.com/your-username/random-quotes-generator.git
-
Create a new branch for your feature or bug fix.
git switch -c MY_BRANCH/FEATURE_NAME
-
Commit your changes and push to your fork.
git commit -m "Add feature name or fix bug" git push origin feature-name -
Open a pull request:
Describe your changes in detail. Reference any issues you worked on.
-
Install Live Server Extension
-
Activate the Extension
- The extension should already be activated. If it isn't, click the enable button.
-
Start the Live Server
- Follow standard HTML, CSS, and JavaScript practices.
- Keep your code clean and readable.
- Use comments to explain complex logic.
- Go to the Issues tab.
- Click New Issue and provide a detailed description of the bug, including steps to reproduce it, if possible.
- Open an issue for a feature request with the title "Feature Request."
- Be as specific as possible in your description.
- Make sure your branch is up to date with the main branch.
- Before submitting a PR, ensure there are no merge conflicts.
- Provide a clear description of the changes you’ve made and link it to any relevant issues.
- Provide images if necessary

