You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+48-7Lines changed: 48 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,13 @@
2
2
3
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
4
5
-
6
5

7
6
8
7
## Features
9
8
10
-
- Fetches your GitHub PRs, Issues, and reviewed PRs
11
-
- Auto-generates scrum updates
12
-
- Supports Google Groups, Gmail, Yahoo, and Outlook compose windows
9
+
- Fetches your GitHub PRs, Issues, and reviewed PRs
10
+
- Auto-generates scrum updates
11
+
- Supports Google Groups, Gmail, Yahoo, and Outlook compose windows
13
12
14
13
## How to install
15
14
@@ -21,16 +20,19 @@
21
20
6. Fill in your settings in the popup (GitHub username, date range, etc.)
22
21
23
22
## Usage
24
-
### For Google Groups:
23
+
24
+
### For Google Groups:
25
+
25
26
- Open Google Groups New Topic
26
27
- Start a New Conversation
27
28
- Refresh the page to apply the Scrum Helper settings
28
29
- Use the pre-filled scrum and edit as needed
29
30
30
31
### For Gmail, Yahoo, and Outlook:
31
-
- Open the Compose window.
32
+
33
+
- Open the Compose window.
32
34
- Ensure the Scrum Helper settings are applied (follow step 6 above)
33
-
-The extension will prefill scrum content for you to edit
35
+
- The extension will prefill scrum content for you to edit
## Using Scrum Helper with Your Own GitHub Organization
52
+
53
+
Scrum Helper is not limited to the [FOSSASIA](https://github.com/fossasia) organization. You can easily configure it to fetch and generate SCRUM reports for your own GitHub organization or repositories.
54
+
55
+
### Steps to Set It Up for Your Organization
56
+
57
+
1.**Install the Extension**
58
+
59
+
- Load it into your browser through [Chrome Extension Developer Mode](https://developer.chrome.com/docs/extensions/mv3/getstarted/).
60
+
61
+
2.**Update the Organization**
62
+
63
+
- Currently, the extension uses `org:fossasia` to fetch GitHub issues and PRs.
64
+
- To make it work with your GitHub organization:
65
+
- Open `scrumHelper.js` (or wherever the GitHub API URLs are defined).
0 commit comments