summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
author5an7y <[email protected]>2025-06-27 14:10:23 -0700
committer5an7y <[email protected]>2025-06-27 14:10:23 -0700
commit737e9212529aa48662d8675a1b1bf24a75dc9f9e (patch)
tree0bb0e7a46a2683ac15ae69884a57335b8145c18b /.github
parentb83d9d2893455ef2ef88261852da145c4440e3d1 (diff)
id fix
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/sample_issue_generator.py4
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.",