-
Notifications
You must be signed in to change notification settings - Fork 87
Readme Updated for firefox User #203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Reviewer's GuideThis PR enriches the README by standardizing Chrome instructions, introducing detailed, persistent Firefox installation steps and compatibility notes, and cleaning up formatting and typos throughout the document. File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Preeti9764 - I've reviewed your changes - here's some feedback:
- Clean up the leftover HTML comment markers and commented-out blocks in the Firefox section so readers aren’t confused by stray “<!--” markers.
- Standardize list item punctuation (either end all items with periods or drop them consistently) and ensure heading capitalization is consistent across sections.
- Consider restructuring the installation guide to consolidate shared steps for Chrome and Firefox and highlight only the differences to reduce redundancy.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Clean up the leftover HTML comment markers and commented-out blocks in the Firefox section so readers aren’t confused by stray “<!--” markers.
- Standardize list item punctuation (either end all items with periods or drop them consistently) and ensure heading capitalization is consistent across sections.
- Consider restructuring the installation guide to consolidate shared steps for Chrome and Firefox and highlight only the differences to reduce redundancy.
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
@Preeti9764 @hpdang Why do we need this now, considering the extension isn’t usable on Firefox yet? |
1. Clone this repository to your local machine. | ||
2. Open Firefox and navigate to `about:debugging` | ||
3. Click on "This Firefox" in the left sidebar | ||
4. Click "Load Temporary Add-on..." | ||
5. Navigate to the `src` folder inside the cloned repo and select the `manifest.json` file | ||
6. The extension will be loaded temporarily and will remain active only for the current browser session | ||
7. Click the Scrum Helper icon on your browser toolbar | ||
8. Fill in your settings in the popup (GitHub username, date range, etc.) | ||
2. Open Firefox and navigate to `about:debugging#/runtime/this-firefox` (or `about:debugging` > "This Firefox"). | ||
3. Click "Load Temporary Add-on...". | ||
4. Navigate to the `src` folder inside the cloned repo and select the `manifest.json` file. | ||
5. The extension will be loaded temporarily and will remain active only for the current browser session. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📌 Fixes
Fixes #201
📝 Summary of Changes
Summary by Sourcery
Update README with detailed Firefox installation instructions and compatibility guidance
Documentation: