summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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.",