[Describe the issue or bug in detail]
[Provide a clear set of steps to reproduce the issue]
[Describe what you expected to happen]
[Describe what actually happened]
[Provide any additional information or context that might be helpful]
[Insert any relevant screenshots here]
[Specify the environment where the issue occurred (e.g., operating system, browser, version)]
[If you have any ideas on how to solve the issue, you can mention them here]
feat:: Introduces a new feature to the codebase. fix:: Fixes a bug in your codebase. docs:: Changes to documentation only. style:: Code changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc). refactor:: A code change that neither fixes a bug nor adds a feature. perf:: A code change that improves performance. test:: Adding missing tests or correcting existing tests. build:: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm). ci:: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs). chore:: Other changes that don't modify src or test files. revert:: Reverts a previous commit.
[Indicate the priority level of this issue (e.g., Low, Medium, High, Critical)]
[Describe the impact this issue has on your project or workflow]
[If there is a known workaround for this issue, describe it here]
[Attach any relevant logs or error messages that could help in diagnosing the issue]
[Suggest potential team members who might be best suited to address this issue]
[Add relevant tags to categorize and filter the issue (e.g., frontend, backend, accessibility)]
[Link any related issues here to provide additional context]
[If there is a specific deadline by which this issue needs to be resolved, mention it here]