Skip to content

Commit 24fb851

Browse files
authored
Merge pull request #92 from vedansh-5/readme
updated readme
2 parents 7b7e14c + 074095e commit 24fb851

File tree

3 files changed

+24
-11
lines changed

3 files changed

+24
-11
lines changed

README.md

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,36 @@
11
# SCRUM Helper
22

3-
This chrome extension helps you to write scrums in google groups for FOSSASIA related projects. You need to add your github username, dates, and other options. It fetches your PRs, Issues, and the PRs you reviewed from Github API, and prefills the SCRUM. You can edit the scrum further to meet your needs.
3+
**SCRUM Helper** is a Chrome extension designed to simplify writing scrums in Google Groups for FOSSASIA projects. By adding your GitHub username, date range, and other options, it automatically fetches your PRs, Issues, and reviewed PRs via the GitHub API and pre-fills the scrum. You can then edit the scrum to fit your needs.
4+
45

56
![SCRUMLOGO](docs/images/scrumhelper-png.png)
67

8+
## Features
9+
10+
- Fetches your GitHub PRs, Issues, and reviewed PRs
11+
- Auto-generates scrum updates
12+
- Supports Google Groups, Gmail, Yahoo, and Outlook compose windows
13+
714
## How to install
815

916
1. Clone this repository to your local machine.
1017
2. Go to `chrome://extensions` on your chrome browser.
11-
3. Turn on developer mode if not already on.
12-
4. Load unpacked extension from `src` folder.
13-
5. Click on the Scrum Helper icon you see on your browser toolbar.
14-
6. Fill in the settings in the popup.
15-
7. **For Google Groups:**
16-
- Open https://groups.google.com/forum/#!newtopic/<groupname> and start a New Conversation.
17-
8. Refresh the page to apply the new settings.
18-
9. **For Gmail, Yahoo, and Outlook:**
19-
- Open the Compose window.
20-
- Follow Step 8 to ensure the settings take effect.
18+
3. Enable Developer Mode (toggle in the top-right) if not already.
19+
4. Click Load unpacked and select the `src` folder inside the cloned repo
20+
5. Click the Scrum Helper icon on your browser toolbar
21+
6. Fill in your settings in the popup (GitHub username, date range, etc.)
22+
23+
## Usage
24+
### For Google Groups:
25+
- Open Google Groups New Topic
26+
- Start a New Conversation
27+
- Refresh the page to apply the Scrum Helper settings
28+
- Use the pre-filled scrum and edit as needed
29+
30+
### For Gmail, Yahoo, and Outlook:
31+
- Open the Compose window.
32+
- Ensure the Scrum Helper settings are applied (follow step 6 above)
33+
- The extension will prefill scrum content for you to edit
2134

2235
## Setting up the code locally
2336

docs/images/popup.png

-11.1 KB
Loading

docs/images/scrum.png

-23.3 KB
Loading

0 commit comments

Comments
 (0)