Skip to content

Commit cc5f81e

Browse files
committed
chore: merge dev to v3-next
2 parents 1ce0a8c + bbfb038 commit cc5f81e

File tree

4 files changed

+29
-28
lines changed

4 files changed

+29
-28
lines changed

CONTRIBUTING.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to CoreUI Vue
22

3-
Looking to contribute something to CoreUI Vue? **Here's how you can help.**
3+
Looking to contribute something? **Here's how you can help.**
44

55
Please take a moment to review this document in order to make the contribution process easy and effective for everyone involved.
66

@@ -10,17 +10,18 @@ Following these guidelines helps to communicate that you respect the time of the
1010

1111
The [issue tracker](https://github.com/coreui/coreui-vue/issues) is the preferred channel for [bug reports](#bug-reports), [features requests](#feature-requests) and [submitting pull requests](#pull-requests), but please respect the following restrictions:
1212

13-
* Please **do not** use the issue tracker for personal support requests.
13+
- Please **do not** use the issue tracker for personal support requests.
1414

15-
* Please **do not** post comments consisting solely of "+1" or ":thumbsup:".
15+
- Please **do not** post comments consisting solely of "+1" or ":thumbsup:".
1616
Use [GitHub's "reactions" feature](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments)
1717
instead.
1818

19-
* Please **do not** open issues or pull requests regarding the code in:
20-
- [`@coreui/free-vue-admin-template`](https://github.com/coreui/coreui-free-vue-admin-template)
21-
- [`@coreui/coreui`](https://github.com/coreui/coreui)
22-
- [`@coreui/coreui-icons-vue`](https://github.com/coreui/coreui-icons-vue)
23-
- [`@coreui/coreui-vue-chartjs`](https://github.com/coreui/coreui-vue-chartjs)
19+
- Please **do not** open issues or pull requests regarding the code in:
20+
21+
- [`@coreui/vue`](https://github.com/coreui/coreui-vue)
22+
- [`@coreui/coreui`](https://github.com/coreui/coreui)
23+
- [`@coreui/coreui-icons-vue`](https://github.com/coreui/coreui-icons-vue)
24+
- [`@coreui/coreui-vue-chartjs`](https://github.com/coreui/coreui-vue-chartjs)
2425

2526
Open them in their respective repositories.
2627

@@ -39,7 +40,6 @@ Guidelines for bug reports:
3940

4041
3. **Isolate the problem** — ideally create a [reduced test case](https://css-tricks.com/reduced-test-cases/) and a live example. [This JS Bin](http://jsbin.com/lefey/1/edit?html,output) is a helpful template.
4142

42-
4343
A good bug report shouldn't leave others needing to chase you up for more
4444
information. Please try to be as detailed as possible in your report. What is
4545
your environment? What steps will reproduce the issue? What browser(s) and OS
@@ -72,7 +72,6 @@ fits with the scope and aims of the project. It's up to *you* to make a strong
7272
case to convince the project's developers of the merits of this feature. Please
7373
provide as much detail and context as possible.
7474

75-
7675
## Pull requests
7776

7877
Good pull requests—patches, improvements, new features—are a fantastic
@@ -92,11 +91,11 @@ included in the project:
9291

9392
```bash
9493
# Clone your fork of the repo into the current directory
95-
git clone https://github.com/<your-username>/free-bootstrap-admin-template.git
94+
git clone https://github.com/<your-username>/coreui-vue.git
9695
# Navigate to the newly cloned directory
97-
cd free-bootstrap-admin-template
96+
cd coreui-vue
9897
# Assign the original repo to a remote called "upstream"
99-
git remote add upstream https://github.com/coreui/coreui-free-bootstrap-admin-template.git
98+
git remote add upstream https://github.com/coreui/coreui-vue.git
10099
```
101100

102101
2. If you cloned a while ago, get the latest changes from upstream:
@@ -139,14 +138,13 @@ included in the project:
139138

140139
Inspired by Sparkbox's awesome article on [semantic commit messages](http://seesparkbox.com/foundry/semantic_commit_messages). Please use following commit message format.
141140

142-
* chore (updating npm tasks etc; no production code change) -> ```git test -m 'chore: commit-message-here'```
143-
* docs (changes to documentation) -> ```git commit -m 'docs: commit-message-here'```
144-
* feat (new feature) -> ```git commit -m 'feat: commit-message-here'```
145-
* fix (bug fix) -> ```git commit -m 'fix: commit-message-here'```
146-
* refactor (refactoring production code) -> ```git commit -m 'refactor: commit-message-here'```
147-
* style (formatting, missing semi colons, etc; no code change) -> ```git commit -m 'style: commit-message-here'```
148-
* test (adding missing tests, refactoring tests; no production code change) -> ```git test -m 'refactor: commit-message-here'```
149-
141+
- chore (updating npm tasks etc; no production code change) -> ```git test -m 'chore: commit-message-here'```
142+
- docs (changes to documentation) -> ```git commit -m 'docs: commit-message-here'```
143+
- feat (new feature) -> ```git commit -m 'feat: commit-message-here'```
144+
- fix (bug fix) -> ```git commit -m 'fix: commit-message-here'```
145+
- refactor (refactoring production code) -> ```git commit -m 'refactor: commit-message-here'```
146+
- style (formatting, missing semi colons, etc; no code change) -> ```git commit -m 'style: commit-message-here'```
147+
- test (adding missing tests, refactoring tests; no production code change) -> ```git test -m 'refactor: commit-message-here'```
150148

151149
## Code guidelines
152150

@@ -175,4 +173,4 @@ Inspired by Sparkbox's awesome article on [semantic commit messages](http://sees
175173

176174
## License
177175

178-
By contributing your code, you agree to license your contribution under the [MIT License](LICENSE).
176+
By contributing your code, you agree to license your contribution under the [MIT License](LICENSE).

ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Before opening an issue:
1+
# Before opening an issue
22

33
- [Search for duplicate or closed issues](https://github.com/coreui/coreui-vue/issues?q=is%3Aissue+is%3Aclosed)
44
- Read the [contributing guidelines](https://github.com/coreui/coreui-vue/blob/v3-next/CONTRIBUTING.md)

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# CoreUI Vue components library
2+
3+
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Vue%20Admin%20Template%20&url=http://coreui.io/vue/&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
24
[![NPM][npm-coreui-vue-badge-latest]][npm-coreui-vue]
3-
![Downloads](https://img.shields.io/npm/dm/@coreui/vue.svg?style=flat-square)
4-
![Jest](https://img.shields.io/badge/Jest-^24.9.0-blue.svg?style=flat-square)
5-
![Vue](https://img.shields.io/badge/Vue-^2.6.10-brightgreen.svg?style=flat-square)
5+
[![Downloads](https://img.shields.io/npm/dm/@coreui/vue.svg?style=flat-square)][coreui]
6+
[![Jest](https://img.shields.io/badge/Jest-^24.9.0-blue.svg?style=flat-square)][coreui]
7+
[![Vue](https://img.shields.io/badge/Vue-^2.6.10-brightgreen.svg?style=flat-square)][coreui]
68

79
[npm-coreui-vue]: https://www.npmjs.com/package/@coreui/vue
810
[npm-coreui-vue-badge-latest]: https://img.shields.io/npm/v/@coreui/vue/latest?style=flat-square&color=brightgreen
9-
11+
[coreui]: https://coreui.io/vue
1012

1113
> A @coreui/vue `v3` components library project
1214

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"lint": "vue-cli-service lint --ignore-pattern **/*spec.js",
6262
"test": "vue-cli-service test:unit",
6363
"test:coverage": "vue-cli-service test:unit --coverage --collectCoverageFrom=src/**/*.{js,vue} --collectCoverageFrom=!**/index*",
64-
"clear_jest": "jest --clearCache"
64+
"clearCache": "jest --clearCache",
65+
"release": "npm-run-all clearCache lint build test:coverage"
6566
},
6667
"dependencies": {
6768
"@coreui/utils": "^1.0.0",

0 commit comments

Comments
 (0)