bobbyreed / OCU_SE_Bug

0 stars 2 forks source link

There is an error in the code #3

Open Sreejapodupuganti opened 1 month ago

Sreejapodupuganti commented 1 month ago

Number: 1

Title: Missing Closing Tag for h1 Element

Priority: Medium

Platform/Environment: Chrome

Description: The h1 element is missing its closing tag (/h1). This can lead to unexpected formatting and layout issues, as the browser may interpret subsequent elements incorrectly.

Steps to Reproduce:

Expected versus Actual Results:

Expected: The h1 element should be correctly formatted and displayed as a heading. Actual: The content following the h1 element may be rendered incorrectly or unexpectedly due to the missing closing tag. Screenshot: image

bobbyreed commented 1 month ago

Please use this format to submit the bug:

Number: for the team to refer to Title: A good title that gives the area and core problem Priority: Is this Critical, High, Medium, Low Platform/Environment: what platform/environment were you using including what login and access level? Description: Detailed description of the bug Steps to Reproduce: Step by step on how to reproduce the bug Expected versus Actual Results: What was expected and what did it do? Screenshots/Videos: Any other visual aids are helpful

bobbyreed commented 1 month ago

After you update the bug report, use the Create a branch off of this issue to create a pull request.