Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 605 Bytes

File metadata and controls

11 lines (8 loc) · 605 Bytes

Pull Request Guidelines

PR Title

Ensure specificity and conciseness. It should promptly convey the nature of the changes made and their significance.

PR Description

Be specific and concise. Provide a clear overview of the changes introduced by the pull request, including any relevant context or background information.

Example

  • Title: Implement user registration feature
  • Description: This pull request adds the functionality for users to register on the platform. It includes backend API endpoints for user registration and frontend UI updates to accommodate the new feature.