From 1eeacb36245069b924df31288d349af0447d8e56 Mon Sep 17 00:00:00 2001 From: Otto Urpelainen Date: Dec 03 2021 17:12:46 +0000 Subject: Import wiki page Reporting Issues in Packages Some of the information on the page was already stale, it was rewritten to describe the current practices. Resolves #29 --- diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 78de237..a8134c2 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -22,6 +22,8 @@ * xref:Package_Update_Guide.adoc[Package Update Guide] +* xref:Reporting_Issues.adoc[Reporting Issues] + * xref:Staying_Close_to_Upstream_Projects.adoc[Staying Close to Upstream Projects] * xref:Using_the_Koji_Build_System.adoc[Using the Koji Build System] diff --git a/modules/ROOT/pages/Reporting_Issues.adoc b/modules/ROOT/pages/Reporting_Issues.adoc new file mode 100644 index 0000000..90cfb8d --- /dev/null +++ b/modules/ROOT/pages/Reporting_Issues.adoc @@ -0,0 +1,30 @@ += Reporting Issues +:toc + +When working with Fedora Packaging, you may run across issues +in packages, +with the buildsystem, +with policies or process, +or with any number of other things. +Here are some basic guidelines to assist you +in reporting such issues to the right people. + +[#where] +== Where to Report Issues + +Any issue that requires direct work on Fedora's infrastructure +should be reported using the +https://pagure.io/fedora-infrastructure/issues[Fedora Infrastructure issue tracker]. +This would include frozen or failing build systems. + +For issues within packages, see +https://docs.fedoraproject.org/en-US/quick-docs/howto-file-a-bug/[How to File a Bug]. +This would include typical build errors. + +Any questions about policy or processes should be reported to the +https://lists.fedoraproject.org/admin/lists/devel-announce@lists.fedoraproject.org/[devel] mailing list. +This would include questions of spec design, naming conventions or review concerns. + +If ever you are unsure about which system to use, +feel free to report to whichever system seems best to you. +Your report can be redirected as needed.