Skip to content

Commit

Permalink
chore: update github template
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed Jul 21, 2021
1 parent fd6f58e commit ac779d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Hi! We are really excited that you are interested in contributing to Vite. Befor

## Repo Setup

The vite-plugin-mkcert repo is a monorepo using Yarn workspaces. The package manager used to install and link dependencies must be [Yarn v1](https://classic.yarnpkg.com/).
The vite-plugin-mkcert repo is a monorepo using pnpm workspaces. The package manager used to install and link dependencies must be [pnpm](https://github.com/pnpm/pnpm).

To development the plugin:

1. Use `yarn dev` to start tsc server.
1. Use `pnpm` to start tsc server.

2. Use `yarn playground` to test the plguin.
2. Use `pnpm playground` to test the plguin.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "\U0001F41E Bug report"
about: Report an issue with Vite
about: Report an issue
title: ''
labels: 'bug: pending triage'
assignees: ''
Expand Down

0 comments on commit ac779d8

Please sign in to comment.