Skip to content

Commit

Permalink
chore: Update pr & issue template (#25)
Browse files Browse the repository at this point in the history
* feat: Add test example

* feat: Update examples

* feat: Add disclaimer & download url

* docs: Update example

* docs: Update docs

* docs: Update docs

* docs: Update gitignore

* docs: Update docs

* feat: Add zIndices theme config

* feat: Update examples

* feat: Refactor switch network modal

* refactor: Clean code

* feat: Update examples

* refactor: Update dependencies

* feat: Update version

* docs: Update docs

* chore: Add changeset

* test: Test changeset version

* docs: Create LICENSE

* docs: Update packages info

* chore: Add husky & lint-staged

* abc: test commit lint

* chore: Update husky

* chore: Update husky

* test: test husky

* chore: Add issue & pr template

* fix: Update OpenSwitchNetworkOptions type

* feat: Add options to control modal close

* feat: Add default wallets to walletConnect

* docs: Update useModal document

* refactor: Add className to base components

* chore: Add release github acton

* chore: Add publish ci script

* chore: Fix github action

* chore: Update github action

* test: Test github action

* chore: Add  .pnpm-store to gitignore

* chore: Update github action

* chore: Copy readme to walletkit package when publish

* chore: Update issue_template

* chore: Update pr & issue template
  • Loading branch information
wenty22 authored Nov 15, 2023
1 parent fb8d61e commit 431bc3e
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 37 deletions.
64 changes: 64 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
name: Bug Report
description: File a bug/issue
title: '[bug] <title>'
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! The more info you provide, the more we can help you.
- type: input
attributes:
label: WalletKit Version
description: What version of WalletKit are you using?
placeholder: 1.0.0
validations:
required: true

- type: input
attributes:
label: wagmi Version
description: What version of wagmi are you using?
placeholder: 1.0.0
validations:
required: true

- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: false

- type: textarea
attributes:
label: Expected behavior
description: A concise description of what you expected to happen.
validations:
required: false

- type: textarea
attributes:
label: Steps to reproduce
description: Steps or code snippets to reproduce the behavior.
validations:
required: false

- type: input
attributes:
label: Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
description: |
This makes investigating issues and helping you out significantly easier! For most issues, you will likely get asked to provide one so why not add one now :)
placeholder: https://codesandbox.io
validations:
required: false

- type: textarea
attributes:
label: Anything else?
description: |
Browser info? Screenshots? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/issue_template.md

This file was deleted.

File renamed without changes.

0 comments on commit 431bc3e

Please sign in to comment.