Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.16 KB

File metadata and controls

44 lines (29 loc) · 1.16 KB

This is a template on how to fill out a PR properly.

Pull Request Template

Thank you for your contribution to CodeBase! Please provide the following information to help us review your pull request.

Description

Please fill out the description box below:

  • Language Used:
  • Approach Used:
  • Question(s) Solved:
  • Issue(s) related:

Please describe the changes you have made in this pull request. Include any relevant context or details.

  • What does this PR fix or add?
  • Are there any dependencies or related issues?
  • Any special instructions for testing?

Type of Change

Please select the appropriate option by putting x (example- [x]):

  • Bug fix
  • New feature
  • Refactoring
  • Documentation update

Checklist

  • I have tested my changes locally.
  • I have added any necessary tests.
  • I have updated the documentation (if applicable).
  • I have followed the coding style of the project.
  • My code is ready for review.

Screenshots/video

Please include screenshots or video to help us identifying the solved issues.


We will review your changes and get back to you soon. Thank you for contributing to CodeBase!