Update issue templates (#4024)
* Update issue templates removed unused tracker, split bug reports into guardian vs non-guardian * Update bug_report_guardian.md smaller guardian bug report template
This commit is contained in:
parent
80c26eb872
commit
f6eba05ebc
|
@ -1,11 +1,11 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Submit a bug ticket if you have an issue. If you're a user, check out the Wormhole Discord server below for faster assistance.
|
about: Submit a bug ticket if you found a bug not related to the guardian software. If you're a user, check out the Wormhole Discord server below for faster assistance.
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'bug'
|
labels: ['bug']
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
<!--- Fill out the fields if you're an integrator or contributor. -->
|
<!--- Fill out all the fields below for faster assistance. -->
|
||||||
|
|
||||||
## Description and context
|
## Description and context
|
||||||
<!--- Provide a detailed description of the problem to expedite the process. -->
|
<!--- Provide a detailed description of the problem to expedite the process. -->
|
||||||
|
@ -29,4 +29,3 @@ assignees: ''
|
||||||
|
|
||||||
## Solution recommendation
|
## Solution recommendation
|
||||||
<!--- Not mandatory, but feel free to recommend a way fix the issue. -->
|
<!--- Not mandatory, but feel free to recommend a way fix the issue. -->
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
name: Guardian software bug report
|
||||||
|
about: Submit a bug ticket if you have an issue with the guardian software. If you're a user, check out the Wormhole Discord server below for faster assistance.
|
||||||
|
title: ''
|
||||||
|
labels: ['bug', 'guardian-support']
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
<!--- Fill out all the fields below for faster assistance. -->
|
||||||
|
|
||||||
|
## Description
|
||||||
|
<!-- Please describe the issue in detail. Include logs, errors, and expected behavior. -->
|
||||||
|
|
||||||
|
## Recommendation
|
||||||
|
<!-- Not necessary, but feel free to recommend a way to fix the issue. -->
|
|
@ -1,25 +0,0 @@
|
||||||
---
|
|
||||||
name: Tracking issue
|
|
||||||
about: Tracking issues are task lists used to better organize regular work items.
|
|
||||||
title: 'Tracking issue for *ADD_PROJECT* - *ADD_COMPONENT*'
|
|
||||||
labels: 'epic'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
This issue is for grouping *ADD_COMPONENT* related tasks that are necessary for *ADD_PROJECT*.
|
|
||||||
|
|
||||||
### Other tracking issues for the same project:
|
|
||||||
<!--- Link related tracking issues within the project for easier navigation. -->
|
|
||||||
<!--- Assign tasks to the appropriate tracking issue if there is more than one. -->
|
|
||||||
|
|
||||||
- #XXXX
|
|
||||||
- #XXXX
|
|
||||||
- #XXXX
|
|
||||||
|
|
||||||
<!--- Subtasks MUST be inside the ``` -> ``` code block. -->
|
|
||||||
```[tasklist]
|
|
||||||
### Task list
|
|
||||||
- [ ] XXXX
|
|
||||||
- [ ] XXXX
|
|
||||||
```
|
|
Loading…
Reference in New Issue