meta: update issue templates
This commit is contained in:
parent
ed9eeb0628
commit
1d3b960006
5 changed files with 65 additions and 40 deletions
|
@ -30,6 +30,7 @@ stages:
|
|||
- build
|
||||
- dependency
|
||||
- clean
|
||||
- manage
|
||||
|
||||
variables:
|
||||
POSTGRES_DB: 'firefish_db'
|
||||
|
@ -362,3 +363,15 @@ clean:
|
|||
- pnpm install --frozen-lockfile
|
||||
script:
|
||||
- pnpm run clean-all
|
||||
|
||||
add-issue-labels:
|
||||
stage: manage
|
||||
rules:
|
||||
- if: $MANAGE && $CI_PIPELINE_SOURCE == 'schedule'
|
||||
image: registry.firefish.dev/firefish/gitlab-issue-labels
|
||||
variables:
|
||||
GITLAB_HOST: "firefish.dev"
|
||||
services: []
|
||||
before_script: []
|
||||
script:
|
||||
- gitlab-issue-labels
|
||||
|
|
|
@ -16,16 +16,19 @@
|
|||
<!-- If this happens on your device and has to do with the user interface, it's client-side. If this happens on either with the API or the backend, or you got a server-side error in the client, it's server-side. -->
|
||||
|
||||
<!-- Uncomment (remove surrounding arrow signs) the following line(s) to specify the category of this issue. -->
|
||||
<!-- * Server -->
|
||||
<!-- * Client -->
|
||||
<!-- * Mobile -->
|
||||
<!-- * Third-party-client -->
|
||||
<!-- * Docs -->
|
||||
<!-- * Locale -->
|
||||
<!-- * Build from source -->
|
||||
<!-- * Container -->
|
||||
<!-- * Firefish API -->
|
||||
<!-- * Mastodon API -->
|
||||
<!-- * label: Server -->
|
||||
<!-- * label: Client -->
|
||||
<!-- * label: Mobile -->
|
||||
<!-- * label: Third-party-client -->
|
||||
<!-- * label: Docs -->
|
||||
<!-- * label: Locale -->
|
||||
<!-- * label: Build from source -->
|
||||
<!-- * label: Container -->
|
||||
<!-- * label: Firefish API -->
|
||||
<!-- * label: Mastodon API -->
|
||||
|
||||
<!-- Please do not edit the next line -->
|
||||
* label: Bug?
|
||||
|
||||
## What happened?
|
||||
<!-- Please give us a brief description of what happened. -->
|
||||
|
|
|
@ -16,16 +16,19 @@
|
|||
<!-- If this happens on your device and has to do with the user interface, it's client-side. If this happens on either with the API or the backend, or you got a server-side error in the client, it's server-side. -->
|
||||
|
||||
<!-- Uncomment (remove surrounding arrow signs) the following line(s) to specify the category of this issue. -->
|
||||
<!-- * Server -->
|
||||
<!-- * Client -->
|
||||
<!-- * Mobile -->
|
||||
<!-- * Third-party-client -->
|
||||
<!-- * Docs -->
|
||||
<!-- * Locale -->
|
||||
<!-- * Build from source -->
|
||||
<!-- * Container -->
|
||||
<!-- * Firefish API -->
|
||||
<!-- * Mastodon API -->
|
||||
<!-- * label: Server -->
|
||||
<!-- * label: Client -->
|
||||
<!-- * label: Mobile -->
|
||||
<!-- * label: Third-party-client -->
|
||||
<!-- * label: Docs -->
|
||||
<!-- * label: Locale -->
|
||||
<!-- * label: Build from source -->
|
||||
<!-- * label: Container -->
|
||||
<!-- * label: Firefish API -->
|
||||
<!-- * label: Mastodon API -->
|
||||
|
||||
<!-- Please do not edit the next line -->
|
||||
* label: Discussion
|
||||
|
||||
## What do you think needs to be discussed?
|
||||
<!-- Please tell us your idea. -->
|
||||
|
|
|
@ -16,16 +16,19 @@
|
|||
<!-- If this happens on your device and has to do with the user interface, it's client-side. If this happens on either with the API or the backend, or you got a server-side error in the client, it's server-side. -->
|
||||
|
||||
<!-- Uncomment (remove surrounding arrow signs) the following line(s) to specify the category of this issue. -->
|
||||
<!-- * Server -->
|
||||
<!-- * Client -->
|
||||
<!-- * Mobile -->
|
||||
<!-- * Third-party-client -->
|
||||
<!-- * Docs -->
|
||||
<!-- * Locale -->
|
||||
<!-- * Build from source -->
|
||||
<!-- * Container -->
|
||||
<!-- * Firefish API -->
|
||||
<!-- * Mastodon API -->
|
||||
<!-- * label: Server -->
|
||||
<!-- * label: Client -->
|
||||
<!-- * label: Mobile -->
|
||||
<!-- * label: Third-party-client -->
|
||||
<!-- * label: Docs -->
|
||||
<!-- * label: Locale -->
|
||||
<!-- * label: Build from source -->
|
||||
<!-- * label: Container -->
|
||||
<!-- * label: Firefish API -->
|
||||
<!-- * label: Mastodon API -->
|
||||
|
||||
<!-- Please do not edit the next line -->
|
||||
* label: Feature
|
||||
|
||||
## What feature would you like implemented?
|
||||
<!-- Please give us a brief description of what you'd like to be refactored. -->
|
||||
|
|
|
@ -16,16 +16,19 @@
|
|||
<!-- If this happens on your device and has to do with the user interface, it's client-side. If this happens on either with the API or the backend, or you got a server-side error in the client, it's server-side. -->
|
||||
|
||||
<!-- Uncomment (remove surrounding arrow signs) the following line(s) to specify the category of this issue. -->
|
||||
<!-- * Server -->
|
||||
<!-- * Client -->
|
||||
<!-- * Mobile -->
|
||||
<!-- * Third-party-client -->
|
||||
<!-- * Docs -->
|
||||
<!-- * Locale -->
|
||||
<!-- * Build from source -->
|
||||
<!-- * Container -->
|
||||
<!-- * Firefish API -->
|
||||
<!-- * Mastodon API -->
|
||||
<!-- * label: Server -->
|
||||
<!-- * label: Client -->
|
||||
<!-- * label: Mobile -->
|
||||
<!-- * label: Third-party-client -->
|
||||
<!-- * label: Docs -->
|
||||
<!-- * label: Locale -->
|
||||
<!-- * label: Build from source -->
|
||||
<!-- * label: Container -->
|
||||
<!-- * label: Firefish API -->
|
||||
<!-- * label: Mastodon API -->
|
||||
|
||||
<!-- Please do not edit the next line -->
|
||||
* label: Refactor
|
||||
|
||||
## What parts of the code do you think should be refactored?
|
||||
<!-- Please give us a brief description of what you'd like. -->
|
||||
|
|
Loading…
Reference in a new issue