Skip to content

Commit

Permalink
app_context_menu: fix URL for stete_report
Browse files Browse the repository at this point in the history
  • Loading branch information
nishinji authored and EXtremeExploit committed Dec 17, 2023
1 parent 1a3292b commit da8a693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vita3k/gui/src/app_context_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ void draw_app_context_menu(GuiState &gui, EmuEnvState &emuenv, const std::string
const auto rest_of_body = "%23 Issues%0A<!-- Summary of problems -->%0A%0A%23 Screenshots%0A![image](https://?)%0A%0A%23 Log%0A%0A%23 Recommended labels%0A<!-- See https://github.com/Vita3K/compatibility/labels -->%0A- A?%0A- B?%0A- C?";

open_path(fmt::format(
"{}/new?title={} [{}]&body={}%0A%0A{}%0A%0A{}%0A%0A{}",
"{}/new?assignees=&labels=&projects=&template=1-ISSUE_TEMPLATE.md&title={} [{}]&body={}%0A%0A{}%0A%0A{}%0A%0A{}",
ISSUES_URL, title, title_id, app_summary, vita3k_summary, test_env_summary, rest_of_body));
}
}
Expand Down

0 comments on commit da8a693

Please sign in to comment.