David Sanders
David Sanders
`standard-markdown` won't find JS code blocks in Markdown if they have anything after the language name, and in the docs we use ` ```js title='main.js (Main Process)' ` to add...
**Please describe the problem you think should be solved** Currently doing an update & restart will lose any selected changes and revert back to all changes being selected. This discourages...
#### Description of Change Automates creating the new release project board when a new release branch is created. 1. Copies from the template project to a new project with the...
#### Description of Change Forgot these so this part of the automation didn't work (no biggie). #### Checklist - [x] PR description included and stakeholders cc'd #### Release Notes Notes:...
Currently MD040 lets you set `allowed_languages`, but that's not a good fit if you only want to disallow a couple of specific languages. Adding a `disallowed_languages` parameter could handle that...
**Is your feature request related to a problem? Please describe.** I want to be able to specify versions in CI configs which are relative to the current LTS version, so...
#### Description of Change Picks up a fix for false positives when checking for broken external links. #### Checklist - [x] PR description included and stakeholders cc'd #### Release Notes...
- [x] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project follows, as appropriate. **Summarize your changes:**...
Looks like this option was duplicated in a couple spots.
#### Description of Change Previous implementation would fail if the issue body included backticks. Using `${{ toJSON(...) }}` will pop out a double-quoted string with any double-quotes in the body...