CarperAI / CarperAI/InstructGPT

[task] Pull Request Summarization from Diffs

Open
#27 0 comments 0 reactions 0 assignees View on GitHub
task
Dominant language
No language data
Stars
71
Forks
4
PR merge metrics
No merged PRs in 30d

Description

### 🚀 The Task

Given the commit diffs for a pull request, the model should be able to summarize the changes made by the source contributor.

### Example

```
Summarize a pull request for the following diffs:

diff --git a/file.py b/file.py
index ...
--- a/file.py
+++ b/file.py
- print("hello world!")
+ print("HELLO WORLD!")
```

### Additional Notes

Reference: [What The Diff](https://whatthediff.ai/)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.