-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Make
xtask rfd new
include title in RFD file
Previously when making a new RFD, the `xtask` command would generate one without a YAML frontmatter, which would cause compilation with `zola` to fail. This fixes that, now including a YAML frontmatter with a `title` field filled with the title the user provided on the CLI. Signed-off-by: Andrew Lilley Brinker <[email protected]>
- Loading branch information
1 parent
58c57e2
commit 52f6560
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters