This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f26f8d8
commit c95077e
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
name: Bug report | ||
about: Report an issue in AnyPortal | ||
title: '' | ||
labels: '' | ||
assignees: sweetgiorni | ||
|
||
--- | ||
|
||
### Issue Description | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
### Game version and environment | ||
|
||
**Game client version (found in the bottom right of the Valheim main menu** | ||
v 0.0.0 | ||
|
||
**After reproducing the issue, please attach the BepInEx game log from Valheim/BepInEx/LogOutput.log** | ||
|
||
**Does the issue occur in single-player or multiplayer? You can also check "Both" if you've reproduced the issue in both game modes** | ||
- [x] Single-player | ||
- [ ] Multiplayer | ||
- [ ] Both | ||
|
||
**If the issue occurs in multiplayer, is the server a "local" server started through the in-game menu, or is it a headless server (like installing the "Valheim Dedicated Server" in Steam or using a server hosting service)** | ||
- [x] N/A | ||
- [ ] In-game server | ||
- [ ] Headless server | ||
|
||
**If you are using a headless server, please reproduce the issue and then attach the BepInEx game log from ValheimServer/BepInEx/LogOutput.log** | ||
|
||
**If you are using a headless server, is it being hosted on a Windows machine or a Linux machine?** | ||
- [ ] Windows | ||
- [ ] Linux |