Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-01-28 03:51:46 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-01-28 03:51:46 +0300
commit99b46ed6b2f860b8786994e831cbe2f56e3ea096 (patch)
treea81eda7690b9003e456b448c5b3488f3ecf643af
parentaac9a66fe876aa57f31d0c201345c48bfa2a1f38 (diff)
Update README.md
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
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: <your_access_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