This commit is contained in:
kastov 2025-01-10 18:54:18 +03:00
parent 609ae5e073
commit 00dda96284
No known key found for this signature in database
GPG key ID: 1B27BE29057F4C90
4 changed files with 8 additions and 78 deletions

View file

@ -1,32 +0,0 @@
name: 🐞 Bug report
description: 'Submit Remnawave Frontend/Backend bug'
title: '🐞 [BUG] - <title>'
labels: ['bug']
body:
- type: checkboxes
attributes:
label: Integrity requirements
description: |-
Please check all of the following options to prove that you have read and understood the requirements, otherwise this issue will be closed.
options:
- label: I provided the complete config and logs, rather than just providing the truncated parts based on my own judgment.
required: true
- label: I searched issues and did not find any similar issues.
required: true
- label: The problem can be successfully reproduced in the latest release
required: true
- type: textarea
attributes:
label: Description
description: |-
Please provide a detailed description of the error. And the information you think valuable.
If the problem occurs after the update, please provide the **specific** version
validations:
required: true
- type: textarea
attributes:
label: Reproduction Method
description: |-
Based on the configuration you provided below, provide the method to reproduce the bug.
validations:
required: true

View file

@ -1,45 +0,0 @@
name: '💡 Feature Request'
description: Create a new ticket for a new feature request
title: '💡 [REQUEST] - <title>'
labels: ['question', 'feature-request']
body:
- type: textarea
id: reference_issues
attributes:
label: 'Reference Issues'
description: Common issues
placeholder: '#Issues IDs'
validations:
required: false
- type: textarea
id: summary
attributes:
label: 'Summary'
description: Provide a brief explanation of the feature
placeholder: Describe in a few lines your feature request
validations:
required: true
- type: textarea
id: basic_example
attributes:
label: 'Basic Example'
description: Indicate here some basic examples of your feature.
placeholder: A few specific words about your feature request.
validations:
required: true
- type: textarea
id: drawbacks
attributes:
label: 'Drawbacks'
description: What are the drawbacks/impacts of your feature request ?
placeholder: Identify the drawbacks and impacts while being neutral on your feature request
validations:
required: true
- type: textarea
id: unresolved_question
attributes:
label: 'Unresolved questions'
description: What questions still remain unresolved ?
placeholder: Identify any unresolved issues.
validations:
required: false

7
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,7 @@
contact_links:
- name: 🐞 Bug report
url: https://github.com/remnawave/panel/issues/new/choose
about: Please report any frontend/backend bugs on @remnawave/panel repository.
- name: 💡 Feature request
url: https://github.com/remnawave/panel/issues/new/choose
about: Feel free to request any new features.

View file

@ -1,4 +1,4 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"i18n-ally.disabled": true
"i18n-ally.disabled": true,
}