-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathPRCHECKLIST
21 lines (19 loc) · 965 Bytes
/
PRCHECKLIST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--target dev +title+ **👨💻 Dev Branch checks**
--target dev +task+ All Code checks are successfully?
--target dev +task+ No sensetive data leaked?
--target dev +task+ Code works as expected?
--target dev +task+ Debug Code removed?
--target dev +task+ Code Review approved?
--target beta +title+ **Beta Branch checks**
--target beta +task+ Release npm version updated?
--target beta +task+ Code works as expected?
--target beta +task+ All Code checks are successfully? (Alerts from Socket Security should be checked and ignored for this checkpoint)
--target beta +task+ Debug Code removed?
--target beta +task+ Code Review approved?
--target main +title+ **Beta Branch checks**
--target main +task+ Release issue created?
--target main +task+ Release npm version updated?
--target main +task+ Code works as expected?
--target main +task+ All Code checks are successfully?
--target main +task+ Debug Code removed?
--target main +task+ Code Review approved?