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

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xlinka authored Sep 6, 2023
1 parent 25b09c9 commit c691345
Showing 1 changed file with 36 additions and 0 deletions.
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.]

0 comments on commit c691345

Please sign in to comment.