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
64 changes: 64 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
## 🚀 Feature

### Description

Provide a clear and concise description of the feature introduced in this pull request.

### Motivation

Why is this feature needed?
What problem does it solve?

### Changes

List the main changes introduced:

* Added ...
* Implemented ...
* Updated ...

### Usage Example

Show how the new feature can be used.

```bash
# example command
example_command --flag
```

or

```javascript
// example usage
exampleFunction()
```

### Screenshots / Demo (optional)

If applicable, include screenshots, logs, or demo output.

### Breaking Changes

Does this change break existing functionality?

* [ ] No
* [ ] Yes (describe below)

Description of breaking change (if any):

---

## ✅ Checklist

* [ ] Code compiles/builds successfully
* [ ] Code is formatted
* [ ] Linting passes
* [ ] Documentation updated
* [ ] Tests added or updated (if applicable)
* [ ] No breaking changes introduced

---

## 📎 Additional Notes

Add any extra context, implementation details, or references here.