From 5746effb2eb23aeadac0b6ba00a1f98222a41ec2 Mon Sep 17 00:00:00 2001 From: Kenny Johnston <2920426-kencjohnston@users.noreply.gitlab.com> Date: Tue, 20 Nov 2018 10:00:56 +0000 Subject: [PATCH] Adds PHILOSOPHY.md and references Product Handbook --- PHILOSOPHY.md | 1 + ee/changelogs/unreleased/kcj-add-philosophy.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 PHILOSOPHY.md create mode 100644 ee/changelogs/unreleased/kcj-add-philosophy.yml diff --git a/PHILOSOPHY.md b/PHILOSOPHY.md new file mode 100644 index 000000000000..afcfbf0af54e --- /dev/null +++ b/PHILOSOPHY.md @@ -0,0 +1 @@ +This document is intended to communicate the product philosophy GitLab uses in creating GitLab Enterprise Edition. The principles can be found in the [Product Section of the GitLab Handbook](https://about.gitlab.com/handbook/product/#product-at-gitlab). \ No newline at end of file diff --git a/ee/changelogs/unreleased/kcj-add-philosophy.yml b/ee/changelogs/unreleased/kcj-add-philosophy.yml new file mode 100644 index 000000000000..f5d16cb2a71e --- /dev/null +++ b/ee/changelogs/unreleased/kcj-add-philosophy.yml @@ -0,0 +1,5 @@ +--- +title: Adds PHILOSOPHY.md and references GitLab Product Handbook. +merge_request: 8515 +author: +type: other -- GitLab