Registry-Entscheidung evidenzbasiert: das Package ist pnpm-Dependency von ThreadNet-Webs apps/web, der Lockfile pinnt die Tarball-URL auf rohana - Registry bleibt dort. Publish-Auth ueber CI-Variable GITEA_NPM_TOKEN statt lokaler Klartext-.npmrc. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
name: Enhancement request
|
|
description: Do you have a suggestion or feature request?
|
|
labels: [T-Enhancement]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking the time to propose a new feature or make a suggestion.
|
|
- type: textarea
|
|
id: usecase
|
|
attributes:
|
|
label: Your use case
|
|
description: What would you like to be able to do? Please feel welcome to include screenshots or mock ups.
|
|
placeholder: Tell us what you would like to do!
|
|
value: |
|
|
#### What would you like to do?
|
|
|
|
#### Why would you like to do it?
|
|
|
|
#### How would you like to achieve it?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternative
|
|
attributes:
|
|
label: Have you considered any alternatives?
|
|
placeholder: A clear and concise description of any alternative solutions or features you've considered.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional context
|
|
placeholder: Is there anything else you'd like to add?
|
|
validations:
|
|
required: false
|