Compare commits
1 Commits
6263-custo
...
fix-templa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d49d284d4a |
61
.github/ISSUE_TEMPLATE/bug.yml
vendored
61
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -89,21 +89,54 @@
|
|||||||
'validations':
|
'validations':
|
||||||
'required': true
|
'required': true
|
||||||
- 'attributes':
|
- 'attributes':
|
||||||
'description': 'Please describe the bug'
|
'description': 'Please provide a set of steps to reproduce the issue'
|
||||||
'label': 'Description'
|
'label': 'Issue Details'
|
||||||
|
'placeholder':
|
||||||
'value': |
|
'value': |
|
||||||
#### What did you do?
|
Steps to reproduce:
|
||||||
|
1.
|
||||||
#### Expected result
|
2.
|
||||||
|
3.
|
||||||
#### Actual result
|
'id': 'what-happened'
|
||||||
|
|
||||||
#### Screenshots (if applicable)
|
|
||||||
|
|
||||||
#### Additional information
|
|
||||||
'id': 'description'
|
|
||||||
'type': 'textarea'
|
'type': 'textarea'
|
||||||
'validations':
|
'validations':
|
||||||
'required': true
|
'required': true
|
||||||
'description': 'File a bug report'
|
- 'attributes':
|
||||||
'name': 'Bug'
|
'label': 'Expected Behavior'
|
||||||
|
'description': 'Describe the expected behavior'
|
||||||
|
'placeholder': |
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
'id': 'expected-behavior'
|
||||||
|
'type': 'textarea'
|
||||||
|
'validations':
|
||||||
|
'required': false
|
||||||
|
- 'attributes':
|
||||||
|
'label': 'Actual Behavior'
|
||||||
|
'description': 'Describe the actual behavior'
|
||||||
|
'placeholder': 'A clear description of what happened instead.'
|
||||||
|
'id': 'actual-behavior'
|
||||||
|
'type': 'textarea'
|
||||||
|
'validations':
|
||||||
|
'required': true
|
||||||
|
- 'attributes':
|
||||||
|
'label': 'Screenshots'
|
||||||
|
'description': |
|
||||||
|
If applicable add screenshots explaining your problem.
|
||||||
|
You can drag and drop images or paste them from clipboard.
|
||||||
|
Use `<details> </details>` tag to hide screenshots under the spoiler.
|
||||||
|
'placeholder': 'If applicable add screenshots explaining your problem.'
|
||||||
|
'value': |
|
||||||
|
<details><summary>Screenshot 1:</summary>
|
||||||
|
|
||||||
|
<!-- paste screenshot here -->
|
||||||
|
|
||||||
|
</details>
|
||||||
|
'id': 'screenshots'
|
||||||
|
'type': 'textarea'
|
||||||
|
'validations':
|
||||||
|
'required': false
|
||||||
|
'description': >
|
||||||
|
Open a bug report. Please do not open bug reports for questions. If you
|
||||||
|
want to ask a question, ask in in the Discussions section.
|
||||||
|
'name': 'Bug report'
|
||||||
|
'labels': [ 'bug' ]
|
||||||
|
|||||||
35
.github/ISSUE_TEMPLATE/feature.yml
vendored
35
.github/ISSUE_TEMPLATE/feature.yml
vendored
@@ -23,19 +23,32 @@
|
|||||||
'id': 'prerequisites'
|
'id': 'prerequisites'
|
||||||
'type': 'checkboxes'
|
'type': 'checkboxes'
|
||||||
- 'attributes':
|
- 'attributes':
|
||||||
'description': 'Please describe the request'
|
'description': 'What happened?'
|
||||||
'label': 'Description'
|
'placeholder': |
|
||||||
'value': |
|
Is your feature request related to a problem? Please add a clear and
|
||||||
#### What problem are you trying to solve?
|
concise description of what the problem is.
|
||||||
|
'label': 'Issue Details'
|
||||||
#### Proposed solution
|
'id': 'what-happened'
|
||||||
|
|
||||||
#### Alternatives considered
|
|
||||||
|
|
||||||
#### Additional information
|
|
||||||
'id': 'description'
|
|
||||||
'type': 'textarea'
|
'type': 'textarea'
|
||||||
'validations':
|
'validations':
|
||||||
'required': true
|
'required': true
|
||||||
|
- 'attributes':
|
||||||
|
'description': 'What do you propose to change in AdGuard Home?'
|
||||||
|
'placeholder': |
|
||||||
|
Describe the solution you'd like in a clear and concise manner.
|
||||||
|
'label': 'Proposed solution'
|
||||||
|
'id': 'proposed-solution'
|
||||||
|
'type': 'textarea'
|
||||||
|
'validations':
|
||||||
|
'required': true
|
||||||
|
- 'attributes':
|
||||||
|
'description': 'Are there any other ways to solve the problem?'
|
||||||
|
'placeholder': |
|
||||||
|
A clear and concise description of any alternative solutions or features
|
||||||
|
you've considered.
|
||||||
|
'label': 'Alternative solution'
|
||||||
|
'id': 'alternative-solution'
|
||||||
|
'type': 'textarea'
|
||||||
'description': 'Suggest a feature or an enhancement for AdGuard Home'
|
'description': 'Suggest a feature or an enhancement for AdGuard Home'
|
||||||
'name': 'Feature request or enhancement'
|
'name': 'Feature request or enhancement'
|
||||||
|
'labels': [ 'feature request' ]
|
||||||
|
|||||||
34
.github/workflows/potential-duplicates.yml
vendored
Normal file
34
.github/workflows/potential-duplicates.yml
vendored
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
'name': 'potential-duplicates'
|
||||||
|
'on':
|
||||||
|
'issues':
|
||||||
|
'types': [ 'opened', 'edited' ]
|
||||||
|
'jobs':
|
||||||
|
'run':
|
||||||
|
'runs-on': 'ubuntu-latest'
|
||||||
|
'steps':
|
||||||
|
- 'uses': 'wow-actions/potential-duplicates@v1'
|
||||||
|
'with':
|
||||||
|
'GITHUB_TOKEN': ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# Issue title filter work with https://www.npmjs.com/package/anymatch.
|
||||||
|
# Any matched issue will stop detection immediately.
|
||||||
|
# You can specify multi filters in each line.
|
||||||
|
# 'filter': ''
|
||||||
|
# Exclude keywords in title before detecting.
|
||||||
|
# 'exclude': ''
|
||||||
|
# Label to set, when potential duplicates are detected.
|
||||||
|
'label': 'potential-duplicate'
|
||||||
|
# Get issues with state to compare. Supported state: 'all', 'closed',
|
||||||
|
# 'open'.
|
||||||
|
'state': 'all'
|
||||||
|
# If similarity is higher than this threshold([0,1]), issue will be
|
||||||
|
# marked as duplicate.
|
||||||
|
'threshold': 0.6
|
||||||
|
# Reactions to be add to comment when potential duplicates are
|
||||||
|
# detected. Available reactions: "-1", "+1", "confused", "laugh",
|
||||||
|
# "heart", "hooray", "rocket", "eyes".
|
||||||
|
# 'reactions': 'eyes, confused'
|
||||||
|
# Comment to post when potential duplicates are detected.
|
||||||
|
'comment': >
|
||||||
|
Potential duplicates: {{#issues}}
|
||||||
|
- [#{{ number }}] {{ title }} ({{ accuracy }}%)
|
||||||
|
{{/issues}}
|
||||||
Reference in New Issue
Block a user