-
Notifications
You must be signed in to change notification settings - Fork 19
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
Showing
1 changed file
with
41 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,41 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: bug | ||
assignees: EgeAytin, tolgaOzen | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Versions** | ||
|
||
Permify-gorm version: | ||
|
||
Go version: | ||
|
||
Gorm version: | ||
|
||
Database driver name: | ||
|
||
Database version: | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
Here is a sample of my code and/or tests that demonstrate the issue in my app: | ||
|
||
**Example Application** | ||
Here is a link to my Github repo containing a Go application which shows my problem: | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
|
||
**Environment (please complete the following information, because it helps us investigate better):** | ||
- OS: [e.g. macOS] | ||
- Version [e.g. 22] |