From 99b46ed6b2f860b8786994e831cbe2f56e3ea096 Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Mon, 28 Jan 2019 00:51:46 +0000 Subject: Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ad8948..7254fd7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ -# remmina-ci +# remmina-ci + +# Notes + +Remmina project ID: 7153509 + +https://gitlab.com/api/v4/projects/Remmina%2FRemmina +https://gitlab.com/api/v4/projects/7153509/ + +## Create an issue + +```shell +curl --request POST --header "PRIVATE-TOKEN: " \ + https://gitlab.example.com/api/v4/projects/7153509/issues?title=New%20translations%20available&labels=translations \ + -d assignee_ids=antenore \ + -d assignee_ids=giox069 +``` \ No newline at end of file -- cgit v1.2.3