summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzPlus <zplus@peers.community>2018-07-06 20:05:00 +0000
committerbill-auger <mr.j.spam.me@gmail.com>2019-04-23 03:24:18 -0400
commit68f3b7132feb61dfdd596f577c239f57aa948d62 (patch)
treea57d2c8568e25eb6aba0dedafe34d66c5ba51083
parent7ebbbcb830e9cd5061a2f7a4d15fbf20334f6d01 (diff)
Add 'PULL-REQUEST.md'
-rw-r--r--PULL-REQUEST.md12
1 files changed, 12 insertions, 0 deletions
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