Documentation: Make updates to align better with new issue template

This commit is contained in:
sideshowbarker
2024-07-30 14:59:30 +09:00
committed by Andreas Kling
parent 8d52c72b3a
commit 51912bf0da
5 changed files with 10 additions and 33 deletions

View File

@@ -497,7 +497,7 @@ void ViewImplementation::handle_resize()
void ViewImplementation::handle_web_content_process_crash()
{
dbgln("WebContent process crashed!");
dbgln("Consider raising an issue at https://github.com/LadybirdBrowser/ladybird/issues");
dbgln("Consider raising an issue at https://github.com/LadybirdBrowser/ladybird/issues/new/choose");
++m_crash_count;
constexpr size_t max_reasonable_crash_count = 5U;