From 68f3b7132feb61dfdd596f577c239f57aa948d62 Mon Sep 17 00:00:00 2001 From: zPlus Date: Fri, 6 Jul 2018 20:05:00 +0000 Subject: Add 'PULL-REQUEST.md' --- PULL-REQUEST.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 PULL-REQUEST.md diff --git a/PULL-REQUEST.md b/PULL-REQUEST.md new file mode 100644 index 0000000..6b3f0c6 --- /dev/null +++ b/PULL-REQUEST.md @@ -0,0 +1,12 @@ +Class: PullRequest + description: represents a remote PR object + +Properties: + creationDate + author + to: a remote repository to be notified of this new PR + +Actions: + Create + Delete + Update: if the PR is updated (new commits), the remote PR should be updated with the new content \ No newline at end of file -- cgit v1.2.2