From fd10d51fc0cc2066aa46c7a86d29a3a8d86f1b14 Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Wed, 10 Oct 2018 11:00:29 -0400 Subject: [PATCH] Add link for creating issues --- atom-extensions/atom-bosh/README.md | 2 ++ atom-extensions/atom-cf-manifest-yaml/README.md | 2 ++ atom-extensions/atom-concourse/README.md | 2 ++ atom-extensions/atom-spring-boot/README.md | 2 ++ 4 files changed, 8 insertions(+) diff --git a/atom-extensions/atom-bosh/README.md b/atom-extensions/atom-bosh/README.md index 5385a6b14..5472d2330 100644 --- a/atom-extensions/atom-bosh/README.md +++ b/atom-extensions/atom-bosh/README.md @@ -14,6 +14,8 @@ The Bosh editor automatically activates when the name of the file you are editin - In the bottom-right of the editor, click on YAML. - This opens the Grammar Selection dialogue. Search and select `Bosh-Deployment-Manifest` for deployment files, or `Bosh-Cloud-Config` for Cloud Config files. +If you find an issue please raise it here: https://github.com/spring-projects/sts4/issues + ## Functionality This extension provides validation, content assist and documentation hovers diff --git a/atom-extensions/atom-cf-manifest-yaml/README.md b/atom-extensions/atom-cf-manifest-yaml/README.md index 62159401b..873c490c0 100644 --- a/atom-extensions/atom-cf-manifest-yaml/README.md +++ b/atom-extensions/atom-cf-manifest-yaml/README.md @@ -10,6 +10,8 @@ It is recommended to use this extension package when `atom-ide-ui` atom extensio The CF manifest editor automatically activates when the name of the file you are editing is `manifest.yml` or editor grammar is set to `Manifest-YAML` +If you find an issue please raise it here: https://github.com/spring-projects/sts4/issues + ## Functionality ### Validation diff --git a/atom-extensions/atom-concourse/README.md b/atom-extensions/atom-concourse/README.md index 8718b0ab0..c4b83a114 100644 --- a/atom-extensions/atom-concourse/README.md +++ b/atom-extensions/atom-concourse/README.md @@ -14,6 +14,8 @@ The Concourse editor automatically activates when the name of the file you are e - In the bottom-right of the editor, click on YAML. - This opens the Grammar Selection dialogue. Search and select `Concourse-Pipeline-YAML` for pipeline files, or `Concourse-Task-YAML` for task files. +If you find an issue please raise it here: https://github.com/spring-projects/sts4/issues + ## Functionality ### Validation diff --git a/atom-extensions/atom-spring-boot/README.md b/atom-extensions/atom-spring-boot/README.md index 4690306f8..cc127b6df 100644 --- a/atom-extensions/atom-spring-boot/README.md +++ b/atom-extensions/atom-spring-boot/README.md @@ -12,6 +12,8 @@ The extension will automatically activate when you edit files with the following name patterns: - `*.java` => activates support for Java files + +If you find an issue please raise it here: https://github.com/spring-projects/sts4/issues ## Functionality