Update issue templates and add template list config (#2426)

closes #2425
This commit is contained in:
Adam A 2023-02-23 20:20:38 +01:00 committed by GitHub
parent 302572326e
commit e2b6e441d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 83 additions and 49 deletions

32
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,32 @@
---
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.
title: ''
labels: 'bug'
assignees: ''
---
<!--- Fill out the fields if you're an integrator or contributor. -->
## Description and context
<!--- Provide a detailed description of the problem to expedite the process. -->
## Steps to reproduce
<!--- Describe what happened step by step. -->
<!--- If applicable, provide a link to a live example or include code to reproduce. -->
1.
2.
3.
## Experienced behavior
<!--- Describe what happened after the last step. -->
## Expected behavior
<!--- Describe what was expected to happen instead. -->
## Solution recommendation
<!--- Not mandatory, but feel free to recommend a way fix the issue. -->

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Wormhole Official Discord
url: https://discord.gg/wormholecrypto
about: If you're a user, this is the fastest way to get help. Do not give your wallet private key or mnemonic words to anyone.

17
.github/ISSUE_TEMPLATE/task.md vendored Normal file
View File

@ -0,0 +1,17 @@
---
name: Task
about: Create a regular work item to be picked up by a contributor.
title: ''
labels: ''
assignees: ''
---
## Description and context
<!--- Write a description or todo list as the scope. A task should be: -->
<!--- Actionable: can be acted on right away. -->
<!--- Clearly defined scope: has precise limits/boundaries. -->
<!--- Small scope: break complex tasks into smaller ones if they involve multiple system parts, multiple people/PRs, or parallelizable work. -->
## Definition of done
<!--- Describe completion: e.g. code merged, deployment is done, or release published etc. -->

View File

@ -0,0 +1,29 @@
---
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. -->
- #XXXX
- #XXXX
- #XXXX
### Task list
<!--- Assign tasks to the appropriate tracking issue if there are multiple. -->
- [ ] #XXXX
- [ ] #XXXX
- [ ] #XXXX
- [ ] #XXXX
- [ ] #XXXX
- [ ] #XXXX
- [ ] #XXXX
- [ ] #XXXX

View File

@ -1,49 +0,0 @@
---
name: Wormhole issue Template
about: Default issue template
title: ""
labels: ""
assignees: ""
---
Github issues are **ONLY** for reporting bugs. Before contributing new features (such as a new chain) please first read the [contribution frequently asked questions](https://github.com/wormhole-foundation/wormhole/blob/main/CONTRIBUTING.md#contributions-faq).
For user support questions such as VAA not found, please use the [Wormhole Official Discord](https://discord.gg/wormholecrypto). Do not give your wallet private key or mnemonic words to anyone.
<!--- Provide a general summary of the issue in the Title above -->
## Expected Behavior
<!--- Tell us what should happen -->
## Current Behavior
<!--- Tell us what happens instead of the expected behavior -->
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
## Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
## Context (Environment)
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
<!--- Provide a general summary of the issue in the Title above -->
## Detailed Description
<!--- Provide a detailed description of the change or addition you are proposing -->
## Possible Implementation
<!--- Not obligatory, but suggest an idea for implementing addition or change -->