mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 20:10:33 +00:00
Setup the github repo
This commit is contained in:
parent
6969183638
commit
68ba67027b
3 changed files with 86 additions and 0 deletions
73
.github/ISSUE_TEMPLATE.yml
vendored
Normal file
73
.github/ISSUE_TEMPLATE.yml
vendored
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
name: Bug Report or Feature Request
|
||||
description: File a bug report or request a new feature... llm template so sorry if it breaks
|
||||
title: "[BUG/FEATURE]: "
|
||||
labels: ["triage"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this issue!
|
||||
- type: dropdown
|
||||
id: issue-type
|
||||
attributes:
|
||||
label: Issue Type
|
||||
description: What type of issue are you reporting?
|
||||
options:
|
||||
- Bug
|
||||
- Feature Request
|
||||
- Documentation Issue
|
||||
- Question
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A clear and concise description of the issue.
|
||||
placeholder: Tell us what you see or want to see!
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: What did you expect to happen?
|
||||
placeholder: Describe what you expected to happen.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: current
|
||||
attributes:
|
||||
label: Current Behavior
|
||||
description: What actually happened?
|
||||
placeholder: Describe what actually happened.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: Steps To Reproduce
|
||||
description: Steps to reproduce the behavior.
|
||||
placeholder: |
|
||||
1. In this environment...
|
||||
2. With this config...
|
||||
3. Run '...'
|
||||
4. See error...
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: environment
|
||||
attributes:
|
||||
label: Environment
|
||||
description: |
|
||||
examples:
|
||||
- **OS**: Ubuntu 20.04
|
||||
- **Node**: 14.17.0
|
||||
- **npm**: 6.14.13
|
||||
value: |
|
||||
- OS:
|
||||
- Node:
|
||||
- npm:
|
||||
render: markdown
|
||||
validations:
|
||||
required: false
|
||||
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
## Description
|
||||
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
|
||||
|
||||
Fixes # (issue)
|
||||
|
||||
## Type of change
|
||||
- [ ] Bug fix (non-breaking change which fixes an issue)
|
||||
- [ ] New feature (non-breaking change which adds functionality)
|
||||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
||||
- [ ] Documentation update
|
||||
|
|
@ -1,5 +1,8 @@
|
|||
# BackendV2
|
||||
|
||||
[](https://github.com/sponsors/FifthWit)
|
||||
|
||||
|
||||
BackendV2 is a from scratch rewrite for the old Fastify and MikroOrm version with backwards compatibility!
|
||||
|
||||
## Tech Stack
|
||||
|
|
|
|||
Loading…
Reference in a new issue