MISC: Mention bug-report channel on Discord for reporting bugs (#2201)

This commit is contained in:
catloversg
2025-06-15 13:47:28 +07:00
committed by GitHub
parent c717cf16f7
commit 3c8099dc6b
3 changed files with 9 additions and 9 deletions

View File

@@ -22,8 +22,8 @@ heard:
## Reporting Bugs
The recommended method for reporting a bug is by opening a
[Github Issue](https://github.com/bitburner-official/bitburner-src/issues).
The recommended method for reporting a bug is by opening a [Github Issue](https://github.com/bitburner-official/bitburner-src/issues)
or contacting us on the [#bug-report channel](https://discord.com/channels/415207508303544321/415213413745164318).
Alternatively, you can post a bug by creating a post on the
[game's subreddit](https://www.reddit.com/r/Bitburner/).

View File

@@ -511,8 +511,8 @@ function createNewUpdateText() {
() =>
dialogBoxCreate(
"New update!\n" +
"Please report any bugs/issues through the GitHub repository " +
"or the Bitburner subreddit (reddit.com/r/bitburner).\n\n" +
"Please report any bugs/issues through the GitHub repository (https://github.com/bitburner-official/bitburner-src/issues) " +
"or the #bug-report channel on Discord (https://discord.com/channels/415207508303544321/415213413745164318).\n\n" +
CONSTANTS.LatestUpdate,
),
1000,
@@ -526,7 +526,7 @@ function createBetaUpdateText() {
"You are playing on the beta environment! This branch of the game " +
"features the latest developments in the game. This version may be unstable.\n" +
"Please report any bugs/issues through the github repository (https://github.com/bitburner-official/bitburner-src/issues) " +
"or the Bitburner subreddit (reddit.com/r/bitburner).\n\n" +
"or the #bug-report channel on Discord (https://discord.com/channels/415207508303544321/415213413745164318).\n\n" +
CONSTANTS.LatestUpdate,
),
1000,

View File

@@ -111,13 +111,13 @@ export function RecoveryRoot({ softReset, errorData, resetError }: IProps): Reac
</Link>
</Typography>
<Typography>
<Link href="https://www.reddit.com/r/Bitburner/" target="_blank">
Make a reddit post
<Link href="https://discord.gg/TFc3hKD" target="_blank">
Post in the #bug-report channel on Discord.
</Link>
</Typography>
<Typography>
<Link href="https://discord.gg/TFc3hKD" target="_blank">
Post in the #bug-report channel on Discord.
<Link href="https://www.reddit.com/r/Bitburner/" target="_blank">
Make a reddit post
</Link>
</Typography>
<Typography>Please include your save file and the crash report.</Typography>