diff options
| author | 5an7y <[email protected]> | 2025-06-27 14:10:23 -0700 |
|---|---|---|
| committer | 5an7y <[email protected]> | 2025-06-27 14:10:23 -0700 |
| commit | 737e9212529aa48662d8675a1b1bf24a75dc9f9e (patch) | |
| tree | 0bb0e7a46a2683ac15ae69884a57335b8145c18b | |
| parent | b83d9d2893455ef2ef88261852da145c4440e3d1 (diff) | |
id fix
| -rw-r--r-- | .github/ISSUE_TEMPLATE/sample_issue_generator.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/sample_issue_generator.py b/.github/ISSUE_TEMPLATE/sample_issue_generator.py index 3d35ae9b..bdfc2b4b 100644 --- a/.github/ISSUE_TEMPLATE/sample_issue_generator.py +++ b/.github/ISSUE_TEMPLATE/sample_issue_generator.py @@ -21,7 +21,7 @@ for line in lines: elif line: path, codeowner = line.split() if path in areas: - raise ValueError(f"{path} has been found two times inside CODEOWNERS file") + raise ValueError(f"Path:{path} has been found two times inside CODEOWNERS file") areas[path] = codeowner # Generate the YAML structure @@ -34,7 +34,7 @@ yaml_form = { dropdown = { "type": "dropdown", - "id": "Sample Area", + "id": "sample_area", "attributes": { "label": "Which is the area where the sample lives?", "description": "Select the area where you're experiencing the problem.", |
