From c8383dcb92ad582e17f6d876712e4ced700735ef Mon Sep 17 00:00:00 2001 From: Eashan Date: Mar 21 2017 14:35:25 +0000 Subject: Added tip_tricks in doc to document how to pre-fill issues using the url Fixes: https://pagure.io/pagure/issue/1877 --- diff --git a/doc/usage/index.rst b/doc/usage/index.rst index 9c5013b..f8734e0 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@ -48,3 +48,4 @@ Contents: pagure_ci quick_replies troubleshooting + tips_tricks diff --git a/doc/usage/tips_tricks.rst b/doc/usage/tips_tricks.rst new file mode 100644 index 0000000..842096d --- /dev/null +++ b/doc/usage/tips_tricks.rst @@ -0,0 +1,15 @@ +Tips and tricks +=============== + +Pre-fill issue template using the URL +------------------------------------- + +When Creating Issues for a project , Pagure supports pre-filling the title +and description input text using url parameters + +Example: +~~~~~~~~ +https://pagure.io/pagure/new_issue/?title=&content= + +The above URL will autofill the text boxes for Title and Description field +with Title set to and Description set to .