When creating an issue, there is no default label assignation.
Test case used
No response
Severity
4 - Low
Testing environment
Operating system: Windows
Steps taken
When I created my previous issue, no label was assigned and they were added manually afterwards by team 8 members.
Expected result
Some labels should be added to the opened issue
Actual result
No label is actually added to the issue.
Potential solution
To match your labels, you should change your issue templates:
.github/ISSUE_TEMPLATE/bugReport.yml
Current code:
labels: ["Bug"]
Potential fix:
labels: ["bug"]
.github/ISSUE_TEMPLATE/testCase.yml
Current code:
labels: ["Test Case"]
Potential fix:
Create the "Test Case" label in the issue tab.
To match your conventions, I would recommend using lowercase rather than putting uppercase characters at the beginning of each word of the label.
In this case, I would recommend to add the "test case" label and an edition of .github/ISSUE_TEMPLATE/testCase.yml.
Description
When creating an issue, there is no default label assignation.
Test case used
No response
Severity
4 - Low
Testing environment
Operating system: Windows
Steps taken
When I created my previous issue, no label was assigned and they were added manually afterwards by team 8 members.
Expected result
Some labels should be added to the opened issue
Actual result
No label is actually added to the issue.
Potential solution
To match your labels, you should change your issue templates:
.github/ISSUE_TEMPLATE/bugReport.yml
Current code:
Potential fix:
.github/ISSUE_TEMPLATE/testCase.yml
Current code:
Potential fix:
Create the "Test Case" label in the issue tab.
To match your conventions, I would recommend using lowercase rather than putting uppercase characters at the beginning of each word of the label. In this case, I would recommend to add the "test case" label and an edition of
.github/ISSUE_TEMPLATE/testCase.yml
.Additional potential fix:
Other
No response