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
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
-
# League of Foundry VTT Developers Bug Reporter
1
+
# :bug: Bug Reporter
2
2
3
-
This module allows users to search for and sometimes create github issues for a module within the foundry UI.
3
+
This module allows users to search for and sometimes create github issues for a module or system within the foundry UI.
4
4
5
5
## Features
6
6
- Form will display a warning if the user is not up to date first.
7
-
- Any module with a compatible `bugs` url in the manifest will allow searching that module's issue list for matching titles.
8
-
- For opted-in modules, a form within Foundry will submit a bug report.
9
-
- For non-opted-in modules, a link to the module's github issues list will be displayed.
7
+
- Any module or system with a compatible `bugs` url in the manifest will display a link to the module's github issues list will be displayed.
8
+
- For opted-in modules, a form within Foundry will submit a bug report after first searching that package's issue list for similar matches.
10
9
11
10

12
11
@@ -24,7 +23,7 @@ This module allows users to search for and sometimes create github issues for a
24
23
25
24
### How does it work?
26
25
27
-
The module looks at all activated modules which have both `allowBugReporter: true` and a `bugs` field which meets the following criteria in the manifest:
26
+
The module looks at all activated modules and the system which have both `allowBugReporter: true` and a `bugs` field which meets the following criteria in the manifest:
0 commit comments