Skip to content

Commit 45254eb

Browse files
committed
updates
1 parent 4b5efab commit 45254eb

File tree

8 files changed

+127
-4
lines changed

8 files changed

+127
-4
lines changed

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# These are supported funding model platforms
22

33
github: kazupon
4-
patreon: kazupon
4+
patreon: # kazupon
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel

.github/ISSUE_TEMPLATE.md

Whitespace-only changes.

.github/ISSUE_TEMPLATE/bug-report.yml

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
name: "\U0001F41E Bug report"
2+
description: Report an issue
3+
labels: ['Status: Review Needed']
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this bug report!
9+
- type: textarea
10+
id: bug-description
11+
attributes:
12+
label: Reporting a bug?
13+
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
14+
placeholder: Bug description
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: expected-behavior
19+
attributes:
20+
label: Expected behavior
21+
description: A clear and concise description of what you expected to happen.
22+
placeholder: Expected behavior
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: reproduction
27+
attributes:
28+
label: Reproduction
29+
description: |
30+
Please provide a link to a repo that can reproduce the problem you ran into. A reproduction is required unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem. If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "Status: Need More Info" label. If no reproduction is provided after 5 days, it will be closed.
31+
placeholder: Reproduction
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: system-info
36+
attributes:
37+
label: System Info
38+
description: Output of `npx envinfo --system --npmPackages webpack,vue,vue-i18n,@intlify/vue-i18n-loader --binaries --browsers`
39+
render: shell
40+
placeholder: System, Binaries, Browsers
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: screenshot
45+
attributes:
46+
label: Screenshot
47+
description: If applicable, add screenshots to help explain your problem
48+
placeholder: screnshot
49+
- type: textarea
50+
id: additional-context
51+
attributes:
52+
label: Additional context
53+
description: Add any other context about the problem here
54+
placeholder: more context here
55+
- type: checkboxes
56+
id: checkboxes
57+
attributes:
58+
label: Validations
59+
description: Before submitting the issue, please make sure you do the following
60+
options:
61+
- label: Read the [Contributing Guidelines](https://github.com/intlify/vue-i18n-loader/blob/v1.x/.github/contributing.md).
62+
required: true
63+
- label: Read the README
64+
required: true
65+
- label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
66+
required: true
67+
- label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/intlify/bundle-tools/discussions).
68+
required: true

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Questions & Discussions
4+
url: https://github.com/intlify/bundle-tools/discussions
5+
about: Use GitHub discussions for message-board style questions and discussions.
+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: "\U0001F680 New feature proposal"
2+
description: Propose a new feature
3+
labels: ["Status: Proposal"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for your interest in the project and taking the time to fill out this feature report!
9+
- type: textarea
10+
id: feature-description
11+
attributes:
12+
label: Clear and concise description of the problem
13+
description: If you intend to submit a PR for this issue, tell us in the description. Thanks!
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: suggested-solution
18+
attributes:
19+
label: Suggested solution
20+
description: "In module [xy] we could provide following implementation..."
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: alternative
25+
attributes:
26+
label: Alternative
27+
description: Clear and concise description of any alternative solutions or features you've considered.
28+
- type: textarea
29+
id: additional-context
30+
attributes:
31+
label: Additional context
32+
description: Any other context or screenshots about the feature request here.
33+
- type: checkboxes
34+
id: checkboxes
35+
attributes:
36+
label: Validations
37+
description: Before submitting the issue, please make sure you do the following
38+
options:
39+
- label: Read the [Contributing Guidelines](https://github.com/intlify/vue-i18n-loader/blob/v1.x/.github/contributing.md).
40+
required: true
41+
- label: Read the README
42+
required: true
43+
- label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
44+
required: true

.github/PULL_REQUEST_TEMPLATE.md

Whitespace-only changes.

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@
55
<p align="center">
66
<a href="https://github.com/intlify/vue-i18n-loader/actions?query=workflow%3ATest"><img src="https://github.com/intlify/vue-i18n-loader/workflows/Test/badge.svg" alt="Build Status"></a>
77
<a href="https://www.npmjs.com/package/@intlify/vue-i18n-loader"><img src="https://img.shields.io/npm/v/@intlify/vue-i18n-loader.svg" alt="npm"></a>
8-
<a href="https://devtoken.rocks/package/@intlify/vue-i18n-loader"><img src="https://badge.devtoken.rocks/@intlify/vue-i18n-loader" alt="@intlify/vue-i18n-loader Dev Token"/></a>
98
</p>
109

11-
<p align="center">vue-i18n loader for custom blocks</p>
10+
<p align="center">webpack loader for Vue I18n</p>
1211

1312
<br/>
1413

14+
## :warning: Notice
15+
16+
This package is maintained for Vue I18n v8 (Vue 2).
17+
18+
If you want to use Vue I18n v9 (Vue 3) or later, See the [`@intlify/bundle-tools`](https://github.com/intlify/bundle-tools) repo.
19+
20+
1521
## :cd: Installation
1622

1723
$ npm i --save-dev @intlify/vue-i18n-loader

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intlify/vue-i18n-loader",
3-
"description": "vue-i18n loader for custom blocks",
3+
"description": "webpack loader for Vue I18n",
44
"version": "1.1.0",
55
"author": {
66
"name": "kazuya kawaguchi",

0 commit comments

Comments
 (0)