From d6c728314387e7e0783af907efbb2ab6e81415e0 Mon Sep 17 00:00:00 2001 From: josh Date: Tue, 26 Feb 2019 18:53:52 +0100 Subject: [PATCH 1/2] short readme for taskcluster dir --- taskcluster/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 taskcluster/README.md diff --git a/taskcluster/README.md b/taskcluster/README.md new file mode 100644 index 00000000..585c32ee --- /dev/null +++ b/taskcluster/README.md @@ -0,0 +1,3 @@ +# taskcluster + +A task execution framework for Mozilla's CI system. Please consult the [existing taskcluster documentation](https://docs.taskcluster.net/docs). \ No newline at end of file From 54d4c6fa4c0b6d5e21cc42bcfc3d7ba114197dd8 Mon Sep 17 00:00:00 2001 From: Josh Meyer Date: Tue, 26 Feb 2019 22:21:53 +0100 Subject: [PATCH 2/2] Capitalize and mention files --- taskcluster/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/taskcluster/README.md b/taskcluster/README.md index 585c32ee..9803182f 100644 --- a/taskcluster/README.md +++ b/taskcluster/README.md @@ -1,3 +1,5 @@ -# taskcluster +# Taskcluster -A task execution framework for Mozilla's CI system. Please consult the [existing taskcluster documentation](https://docs.taskcluster.net/docs). \ No newline at end of file +This directory contains files associated with Taskcluster -- a task execution framework for Mozilla's Continuous Integration system. + +Please consult the [existing Taskcluster documentation](https://docs.taskcluster.net/docs).