Skip to content

Commit

Permalink
Copy templates and config from monorepo
Browse files Browse the repository at this point in the history
closes #51
  • Loading branch information
aadam-10 authored and evan-gray committed Mar 3, 2023
1 parent 42ecd2b commit 833d3ed
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -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. -->

0 comments on commit 833d3ed

Please sign in to comment.