You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added an Issues section with link to the Issue Reporting Guidelines. This is a direct copy from the README of the vuejs/vue repo. Have been seeing many open issues that don't conform to the guidelines.
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,3 +39,9 @@ npm run unit
39
39
# run e2e tests only
40
40
npm run e2e-local
41
41
```
42
+
43
+
## Issues
44
+
45
+
Please make sure to read the [Issue Reporting Checklist](https://github.com/vuejs/vue/blob/dev/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
0 commit comments