From f23811770a8104346b7e9ccc6e586da828c8f41d Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 8 Jan 2019 14:40:22 +0000 Subject: [PATCH] Add briefer help tags for ALE development documentation --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- doc/ale-development.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a73f67ba..785da9b8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ Before creating a pull request, do the following. * Read the Contributing guide linked above first. -* Read the documentation that comes with ALE with `:help ale-development`. +* Read the documentation that comes with ALE with `:help ale-dev`. Have fun! --> @@ -10,4 +10,4 @@ Have fun! Where are the tests? Have you added tests? Have you updated the tests? Read the comment above and the documentation referenced in it first. Write tests! -Seriously, read `:help ale-development` and write tests. +Seriously, read `:help ale-dev` and write tests. diff --git a/doc/ale-development.txt b/doc/ale-development.txt index 1e168130..408b176f 100644 --- a/doc/ale-development.txt +++ b/doc/ale-development.txt @@ -1,4 +1,5 @@ *ale-development.txt* For Vim version 8.0. +*ale-dev* *ale-development* ALE Development Documentation @@ -143,7 +144,7 @@ Apply the following rules when writing Bash scripts. * Try to write scripts so they will run on Linux, BSD, or Mac OSX. =============================================================================== -4. Testing ALE *ale-development-tests* +4. Testing ALE *ale-development-tests* *ale-dev-tests* *ale-tests* ALE is tested with a suite of tests executed in Travis CI and AppVeyor. ALE runs tests with the following versions of Vim in the following environments.