algosup / 2023-2024-project-4-sportshield-team-8

9 stars 0 forks source link

Label assignation to issues [2024/03/15] #19

Closed TechXplorerFR closed 8 months ago

TechXplorerFR commented 8 months ago

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:

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.

Additional potential fix:

labels: ["test case"]

Other

No response

Biohazardyee commented 8 months ago

Thank you, I'll take a look

Biohazardyee commented 8 months ago

Thanks for all the details provided @TechXplorerFR