mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
chore: add issue templates (#1569)
This commit is contained in:
parent
f8fdb2fe16
commit
df7f26a7d8
2 changed files with 61 additions and 0 deletions
41
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
41
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,41 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Something isn't working, or doesn't work as expected
|
||||
title: 'bug: '
|
||||
labels: bug, pending verification
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
For non-English users:
|
||||
It's okay to post in your language, but remember to use English for the body (you can paste the result of Google Translate), and put everything else as attachments.
|
||||
Issues with a non-English body will be DIRECTLY CLOSED until it's updated.
|
||||
-->
|
||||
|
||||
### Describe the bug
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
### Expected behavior
|
||||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
|
||||
### How to reproduce?
|
||||
<!-- A step-by-step reproduce process. A minimum repro repo is welcome. -->
|
||||
|
||||
### Context
|
||||
|
||||
OS:
|
||||
<!-- E.g. Docker, Docker Compose, local, etc. -->
|
||||
Environment:
|
||||
|
||||
Logto version:
|
||||
|
||||
Node version:
|
||||
|
||||
Postgres version:
|
||||
|
||||
Command of starting Logto:
|
||||
|
||||
<!-- Optional -->
|
||||
### Screenshots
|
||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: 'feature request: '
|
||||
labels: feature request
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
For non-English users:
|
||||
It's okay to post in your language, but remember to use English for the body (you can paste the result of Google Translate), and put everything else as attachments.
|
||||
Issues with a non-English body will be DIRECTLY CLOSED until it's updated.
|
||||
-->
|
||||
|
||||
### What problem did you meet?
|
||||
<!-- A clear and concise description of what the problem is. -->
|
||||
|
||||
### Describe what you'd like Logto to have
|
||||
<!-- A clear and concise description of what you want to happen. -->
|
Loading…
Add table
Reference in a new issue