Infra-4248 Added internal rules pdf

Signed-off-by: Zhou Fang <zhou.fang@eclipse-foundation.org>

Change-Id: I2607aa785210211b05b402a59d4fc7aaa5450aec
diff --git a/documents/ef-be-internal-rules.pdf b/documents/ef-be-internal-rules.pdf
new file mode 100644
index 0000000..6b9c6d4
--- /dev/null
+++ b/documents/ef-be-internal-rules.pdf
Binary files differ
diff --git a/documents/index.php b/documents/index.php
index 5b2bd88..601f403 100644
--- a/documents/index.php
+++ b/documents/index.php
@@ -88,6 +88,12 @@
 $documents['Additional Policies']['communication_channel_guidelines'] = $doc;
 
 $doc = new FoundationDocument();
+$doc->setTitle('Internal Rules');
+$doc->setDescription('The purpose of these Internal Rules is to further supplement the Bylaws of the Eclipse Foundation AISBL with a view to ensure that it is equipped with the necessary tools and processes to pursue and fulfil its Purposes.');
+$doc->setLink('ef-be-internal-rules.pdf');
+$documents['Additional Policies']['ef-aisbl-internal-rules'] = $doc;
+
+$doc = new FoundationDocument();
 $doc->setTitle('Affiliates Membership Guidelines');
 $doc->setDescription('These guidelines provide an outline of the benefits, responsibilities and rights of affiliate companies related to the participation of affiliated members.');
 $doc->setLink('eclipse_affiliates_membership_guidelines.pdf');