Skip to content

Commit 61a8a7c

Browse files
aadam-10evan-gray
authored andcommitted
Copy templates and config from monorepo
closes #99
1 parent 35d3747 commit 61a8a7c

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
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.
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
---
8+
<!--- Fill out the fields if you're an integrator or contributor. -->
9+
10+
## Description and context
11+
<!--- Provide a detailed description of the problem to expedite the process. -->
12+
13+
14+
## Steps to reproduce
15+
<!--- Describe what happened step by step. -->
16+
<!--- If applicable, provide a link to a live example or include code to reproduce. -->
17+
18+
1.
19+
2.
20+
3.
21+
22+
## Experienced behavior
23+
<!--- Describe what happened after the last step. -->
24+
25+
26+
## Expected behavior
27+
<!--- Describe what was expected to happen instead. -->
28+
29+
30+
## Solution recommendation
31+
<!--- Not mandatory, but feel free to recommend a way fix the issue. -->
32+

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Wormhole Official Discord
4+
url: https://discord.gg/wormholecrypto
5+
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.

.github/ISSUE_TEMPLATE/task.md

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

0 commit comments

Comments
 (0)