Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

PULL_REQUEST_TEMPLATE.md #161

Merged
merged 1 commit into from
Sep 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
## Pull Request

### Description

[Provide a brief description of the purpose and goals of this pull request.]

### Related Issues

[Reference any related issues or feature requests that this PR addresses. Use the format `Fixes #123` or `Closes #456`.]

### Changes Made

[List the changes made in this pull request. Include specific details about code modifications, new features, bug fixes, or any other relevant changes.]

### Screenshots (if applicable)

[Include any relevant screenshots or images that help reviewers understand the changes visually.]

### Testing (if applicable)

[Describe the testing process you have followed. Include information about the test environment, steps to reproduce, and any test results or outcomes.]

### Checklist

Please review and check off the following items as applicable:

- [ ] The code follows the project's coding conventions and style guidelines.
- [ ] All existing tests pass successfully.
- [ ] I have added new tests to cover the changes (if applicable).
- [ ] Documentation has been updated or added to reflect the changes (if applicable).
- [ ] The code has been reviewed and approved by at least one other contributor.
- [ ] The branch is up-to-date with the latest changes from the main branch.

### Additional Information

[Include any additional context, notes, or information that may be relevant to the review and merging of this PR.]
Loading