-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Allow configuring description of extra option (#1338)
This commit allows for using a dict to define a `needs_extra_options` item, that can have both a `name` and (optional) `description` key, e.g.: ```python needs_extra_options = [ "introduced", {"name": "impacts", "description": "What is the impact of this need?"}, ] ``` This also allows for future addition of more optional keys
- Loading branch information
1 parent
43a43b8
commit 7a3e9ef
Showing
6 changed files
with
593 additions
and
20 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
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
Oops, something went wrong.