mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
chore: use default community health files (#1573)
This commit is contained in:
parent
60254e63f2
commit
c07833f999
3 changed files with 0 additions and 70 deletions
41
.github/ISSUE_TEMPLATE/bug_report.md
vendored
41
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,41 +0,0 @@
|
|||
---
|
||||
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
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
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. -->
|
9
.github/pull_request_template.md
vendored
9
.github/pull_request_template.md
vendored
|
@ -1,9 +0,0 @@
|
|||
<!-- MANDATORY -->
|
||||
## Summary
|
||||
<!-- Provide detail PR description below -->
|
||||
|
||||
|
||||
<!-- MANDATORY -->
|
||||
## Testing
|
||||
<!-- How did you test this PR? -->
|
||||
|
Loading…
Add table
Reference in a new issue