Confirmed users
250
edits
No edit summary |
|||
| Line 99: | Line 99: | ||
Could add a flag in triage for new starters. We can add a link to good first bugs to the weekly blog post, too. | Could add a flag in triage for new starters. We can add a link to good first bugs to the weekly blog post, too. | ||
Use the "[good first bug]" whiteboard flag. | |||
===Loader question=== | ===Loader question=== | ||
An add-on can only load things it knows it will need beforehand. The debugger wants third parties to be able to add things to the loader, which the debugger can't know about in advance. Base loader can load everything, cuddlefish loader enforces the manifest. Debugger can use base loader. | An add-on can only load things it knows it will need beforehand. The debugger wants third parties to be able to add things to the loader, which the debugger can't know about in advance. Base loader can load everything, cuddlefish loader enforces the manifest. Debugger can use base loader. | ||