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 .