GenericIssueReportFormatSettingsExtensions.

WithOption(GenericIssueReportFormatSettings, string, object) Method

Summary

Adds an option which should be passed to the template.

Syntax

public static GenericIssueReportFormatSettings WithOption(this GenericIssueReportFormatSettings settings, string key, object value)

Parameters

Name Type Description
settings GenericIssueReportFormatSettings The settings.
key string Key of the option.
value object Value of the option.

Return Value

Type Description
GenericIssueReportFormatSettings The settings instance with option added to Options.
GitHub