From cbc79dfff2ad6367ccc63214d889c32ef47dccd9 Mon Sep 17 00:00:00 2001 From: Tycho Date: Mon, 30 Sep 2024 17:19:56 +0800 Subject: [PATCH] docs: update contributing guide (#2782) --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2b95855bf6..85824df599 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,7 +2,7 @@ Contributions are welcome and will be fully credited! -We accept contributions via Pull Requests on [Github](https://github.com/{{ githubAccount }}/{{ name }}). +We accept contributions via Pull Requests on [Github](https://github.com/vuejs/pinia). ## Pull Requests @@ -19,7 +19,7 @@ Here are some guidelines to make the process smoother: ### Bug reports -Always try to provide as much information as possible. If you are reporting a bug, try to provide a repro on jsfiddle.net (or anything else) or a stacktrace at the very least. This will help us check the problem quicker. +Always try to provide as much information as possible. If you are reporting a bug, try to provide a repro on [this playground](https://play.pinia.vuejs.org) (or anything else) or a stacktrace at the very least. This will help us check the problem quicker. ### Feature requests