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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
5. Click the Scrum Helper icon on your browser toolbar
24
24
6. Fill in your settings in the popup (GitHub username, date range, etc.)
25
25
26
-
### For Firefox:
26
+
<!--### For Firefox:
27
27
28
28
1. Clone this repository to your local machine.
29
29
2. Open Firefox and navigate to `about:debugging`
@@ -36,7 +36,7 @@
36
36
37
37
**Note for Firefox users:** The extension will be automatically removed when you close Firefox. You'll need to reload it each time you start a new browser session by repeating steps 2-5.
38
38
39
-
**Persistence Note:** If you need the extension to persist between sessions, use Firefox Developer Edition. You can enable persistence by setting `xpinstall.signatures.required` to `false` in the browser's configuration.
39
+
**Persistence Note:** If you need the extension to persist between sessions, use Firefox Developer Edition. You can enable persistence by setting `xpinstall.signatures.required` to `false` in the browser's configuration.-->
40
40
41
41
## Usage
42
42
@@ -80,8 +80,12 @@ $ npm install
80
80
81
81

82
82
83
+

84
+
83
85

84
86
87
+

88
+
85
89
## Using Scrum Helper with Your Own GitHub Organization
86
90
87
91
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.
@@ -116,7 +120,6 @@ Scrum Helper is not limited to the [FOSSASIA](https://github.com/fossasia) organ
116
120
* Save your changes.
117
121
* For Chrome: Rebuild or reload the extension in your browser (`chrome://extensions` → Refresh your extension).
118
122
* For Firefox: Reload the temporary add-on by going to `about:debugging` → "This Firefox" → Click "Reload" next to your extension.
119
-
120
123
4.**How to Obtain a GitHub Personal Access Token**
121
124
122
125
- To use Scrum Helper with authenticated requests (for higher rate limits and private repositories), you need a GitHub personal access token.
@@ -151,8 +154,6 @@ Scrum Helper is not limited to the [FOSSASIA](https://github.com/fossasia) organ
151
154
5.**Get Customized SCRUM Reports**
152
155
- The reports will now be generated using contributions from your organization.
153
156
154
-
155
-
156
157
## About contributing
157
158
158
159
- Follow the Issues and PRs templates as far as possible.
0 commit comments