Skip to content
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
71 changes: 12 additions & 59 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,75 +1,28 @@
## Description

<!-- Describe your changes in detail -->

## Related Issue

<!-- Link to the issue this PR addresses -->

Fixes #(issue number)
<!-- What does this PR do and why? -->

## Type of Change

<!-- Mark the relevant option with an "x" -->

- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)
- [ ] Performance improvement
- [ ] Test update

## How Has This Been Tested?
- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Refactoring
- [ ] Documentation

<!-- Describe the tests you ran to verify your changes -->
## How Was This Tested?

- [ ] Unit tests
- [ ] Integration tests
- [ ] Manual testing

**Test Configuration:**

- Node.js version:
- OS:
<!-- Brief description of what you tested -->

## Screenshots (if applicable)

<!-- Add screenshots to help explain your changes -->

## Checklist

<!-- Mark completed items with an "x" -->

- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published

## API Changes (if applicable)

<!-- Document any API changes -->

**New Endpoints:**

```
POST /v1/example
```

**Modified Endpoints:**

```
GET /v1/example (added new query parameter)
```

**Breaking Changes:**

<!-- List any breaking changes and migration steps -->

## Additional Notes

<!-- Add any additional context or notes for reviewers -->
- [ ] Self-reviewed my code
- [ ] No new warnings
- [ ] Existing tests still pass
- [ ] Breaking changes are documented above
Loading