Skip to content

Latest commit

Β 

History

History
37 lines (29 loc) Β· 1.62 KB

pull_request_template.md

File metadata and controls

37 lines (29 loc) Β· 1.62 KB

Pull Request Template

Project Information

Project: Multi-Language Open-Source Programs
Language: Choose appropriate language (e.g., Java, C++, Python, JavaScript)

Description of Changes

  • Brief Description: Briefly describe the changes you made.
  • Problem/Feature: Explain the problem you're fixing or the feature you're adding.
  • Improvements: Highlight any significant improvements or modifications.

Testing

  • Tests: Describe the tests you ran to verify your changes.
  • Limitations: Mention any limitations or areas not covered by your tests.

Additional Information

  • Related Issues/Discussions: Link to related issues or discussions (if applicable).
  • Dependencies: Mention dependencies introduced or updated (if any).
  • Screenshots/Demos: Add screenshots or demos (optional).

Badge Eligibility (Optional)

  • Badge Eligibility: If applicable, state if this pull request is eligible for a contribution badge.
  • Criteria: Briefly explain how it meets the badge criteria (e.g., number of PRs, impact).

Checklist

  • I have followed the contribution guidelines in CONTRIBUTING.md.
  • I have added unit tests for my changes (if applicable).
  • My code style conforms to the project's standards.
  • I have documented my changes appropriately.

Submitting Pull Requests

  • Open a pull request against the appropriate branch (e.g., main for production, dev for development).
  • Use a clear and descriptive title for your pull request.
  • Squash commits if you have multiple small changes.
  • Respond to feedback from reviewers in a timely manner.

Thank you for contributing!