Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
labels: bug
---

## Environment

- [ ] Rivet Cloud
- Game ID: [please provide]
- [ ] Rivet self-hosted local
- Version/commit: [please provide]
- [ ] Rivet self-hosted cluster
- Version/commit: [please provide]

## Description

<!-- Describe the problem. -->

<!-- Include screenshots of related to frontend. -->

## Steps to reproduce

1.
2.
3.

## Workarounds

<!-- If applicable, include ways to work around the problem. -->

## More information
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request
labels: enhancement
---

## Description

<!-- Please describe the problem. -->

<!-- Include screenshots of related to frontend. -->

## Alternatives solutions

<!-- Include other solutions you've considered to the problem. -->

## Prior art

<!-- If applicable, include examples similar to what you are requesting in other software. -->
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->