From c6efb126cba544d1839cc6f12037b4aa20a11926 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 6 Apr 2023 10:58:07 +0200 Subject: [PATCH] Update new-service-checklist.md When referencing images or code, you must to use raw access. Adding a bad and good example to make it clear. No impact on readme.md but mandatory for owncloud.dev --- docs/services/new-service-checklist.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/services/new-service-checklist.md b/docs/services/new-service-checklist.md index 7b40c12215..d5a99ee648 100644 --- a/docs/services/new-service-checklist.md +++ b/docs/services/new-service-checklist.md @@ -19,7 +19,9 @@ Use this checklist with copy/paste in your PR - right from the beginning. It ren - Use CamelCase for section headers. - [ ] For images and example files used in README.md: - Create a folder named `md-sources` on the same level where README.md is located. Put all the images and example files referenced by README.md into this folder. - - Use absolute references like `https://github.com/owncloud/ocis/blob/master/services//md-sources/file` to make the content accessible for both README.md and owncloud.dev + - Use absolute references like `https://raw.githubusercontent.com/owncloud/ocis/master/services//md-sources/file` to make the content accessible for both README.md and owncloud.dev + bad `` + good `` - [ ] If new CLI command are introduced, that command must be described in readme.md. - [ ] Add the service to the makefile in the ocis repo root. - [ ] Make the service startable for binary and individual startup: