Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.16 KB

pull_request_template.md

File metadata and controls

30 lines (20 loc) · 1.16 KB

Description 📝

Fixes/Closes: <issue/link> Please provide a brief description of the purpose and goals of this pull request.

Changes 💬

  • High-level overview of the changes introduced.
  • Step-by-step breakdown of the implementation, if applicable.

Checklist ✅

  • Reviewed the code changes thoroughly.
  • Tested the changes locally and ensured they work as expected.
  • Updated relevant documentation.
  • Added appropriate test cases, if applicable.
  • Considered potential security or performance implications.
  • Code adheres to the project's style guidelines.
  • Addressed all reviewer comments and concerns, if any.

Screenshots (if applicable)

Include relevant screenshots or GIFs demonstrating the changes, especially for UI-related updates.

Additional Notes 📒

Include any additional information or context that might be helpful for the reviewers. Also if you are fixing the already made PR and the reviewer demands some change in it then, in each PR you have to mention the issue you have fixed in it.