CarperAI / CarperAI/InstructGPT
[task] Pull Request Summarization from Diffs
Open
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.