generated from phundrak/rust-poem-openapi-template
Initial commit
This commit is contained in:
62
.gitea/ISSUE_TEMPLATE/BUG-REPORT.yml
Normal file
62
.gitea/ISSUE_TEMPLATE/BUG-REPORT.yml
Normal file
@@ -0,0 +1,62 @@
|
||||
name: Bug Report
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
labels: ["bug/unconfirmed"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: textarea
|
||||
id: expected-behaviour
|
||||
attributes:
|
||||
label: Expected behaviour
|
||||
description: How do you expect gege-jdr-backend to behave?
|
||||
value: "Something should happen"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: Actual behaviour
|
||||
description: How does the actual behaviour differ from the expected behaviour?
|
||||
value: "Something else happened"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: package-version
|
||||
attributes:
|
||||
label: gege-jdr-backend version
|
||||
description: What version of gege-jdr-backend are you using?
|
||||
options:
|
||||
- main
|
||||
- develop
|
||||
- something else (please specify)
|
||||
- type: dropdown
|
||||
id: source
|
||||
attributes:
|
||||
label: Source of backend
|
||||
description: From which source did you get the backend?
|
||||
options:
|
||||
- Compiled yourself (Nix development shell)
|
||||
- Compiled yourself (non-Nix development shell)
|
||||
- Release binary
|
||||
- Docker image
|
||||
- something else (please specify)
|
||||
- type: textarea
|
||||
id: rust-version
|
||||
attributes:
|
||||
label: Rust version
|
||||
description: If you compiled the binary yourself, which version of Rust did you use?
|
||||
value: "Rust 1.y.z"
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant code or log output
|
||||
description: Please copy and pase any relevant code or log output. This will be automatically formatted into code, so no need for backticks
|
||||
render: text
|
||||
- type: textarea
|
||||
id: other-info
|
||||
attributes:
|
||||
label: Other relevant information
|
||||
description: Please provide any other information which could be relevant to the issue (PostgreSQL version? Upstream bug?
|
||||
33
.gitea/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
Normal file
33
.gitea/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
name: Feature Request
|
||||
description: Request a new feature
|
||||
title: "[Feature Request]: "
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to request a new feature!
|
||||
- type: textarea
|
||||
id: feature-description
|
||||
attributes:
|
||||
label: New feature
|
||||
description: Description of the new feature
|
||||
value: "New API endpoint should do thing"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: feature-reason
|
||||
attributes:
|
||||
label: Why this new feature
|
||||
description: Describe why this new feature should be added to gege-jdr-backend
|
||||
value: "New API endpoint would simplify doing thing often done by people using gege-jdr-backend"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: ideas-implementation
|
||||
attributes:
|
||||
label: Implementation ideas and additional thoughts
|
||||
description: Do you have an idea on how to implement it?
|
||||
value: "It could be implemented doing foo, bar, and baz"
|
||||
validations:
|
||||
required: false
|
||||
Reference in New Issue
Block a user