From 6c42c13936ef11932194eb602ed64cb58fb6e4e6 Mon Sep 17 00:00:00 2001 From: Prof Gra Date: Tue, 14 Apr 2015 22:36:24 +0200 Subject: [PATCH] Wrap instructions in comments --- cnames_active.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/cnames_active.js b/cnames_active.js index 78e35ac5..dbef980e 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -11,11 +11,16 @@ * * KEY: The subdomain you request (e.g.: "foo" would give the custom domain "foo.js.org" ). * - * VALUE: The regular domain provided by GitHub (e.g.: "foo.github.io" for a User-/Organisation Page or "foo.github.io/bar" for a Project Page). - * - * IMPORTANT: To authorise yourself as the owner of the GitHub Page you must have a valid CNAME file (with the requestd domain, e.g: "foo.js.org") to your repository before the pull request - * The requested subdomain must match either your GitHub username or the name of your project repository. Execeptions are possible for the sake of clarity (e.g. if your project has the name "foojs" you can request "foo"). - * Before you start a request for your personal fork of "jquery" or "angular" you should read the section "naming conflicts" in the wiki! + * VALUE: The regular domain provided by GitHub (e.g.: "foo.github.io" for a User-/Organisation Page + * or "foo.github.io/bar" for a Project Page). + * + * IMPORTANT: To authorise yourself as the owner of the GitHub Page you must have a valid CNAME file + * (with the requestd domain, e.g: "foo.js.org") to your repository before the pull request. + * The requested subdomain must match either your GitHub username or the name of your project + * repository. Execeptions are possible for the sake of clarity (e.g. if your project has the + * name "foojs" you can request "foo"). + * Before you start a request for your personal fork of "jquery" or "angular" you should read + * the section "naming conflicts" in the wiki! * * NOTICE: It would be nice if you could keep the alphabetical order. *