Skip to content

Commit 0ce2adb

Browse files
committed
Merge remote-tracking branch 'origin/master' into dev
2 parents 3ab7214 + 39b4372 commit 0ce2adb

File tree

5 files changed

+53
-5
lines changed

5 files changed

+53
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
110
**Describe the bug**
211
A clear and concise description of what the bug is.
312

413
**To Reproduce**
5-
Steps to reproduce the behavior.
14+
Steps to reproduce the behavior:
15+
1. Installation and initialization
16+
2. Share your configuration (props, slots, ...)
617

718
**Expected behavior**
819
A clear and concise description of what you expected to happen.
@@ -21,5 +32,4 @@ If applicable, add screenshots to help explain your problem.
2132
- Browser [e.g. stock browser, safari]
2233
- Version [e.g. 22]
2334

24-
**Additional context**
25-
Add any other context about the problem here.
35+
**Plugin Version:** [e.g. v2.1.0]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature/Improvement request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is.
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Thanks for your contribution!
22

3-
By contributing to this project you agree to the [contribution rules](https://github.com/setaman/vue-ellipse-progress/CONTRIBUTING.md).
3+
By contributing to this project you agree to the [contribution rules](https://github.com/setaman/vue-ellipse-progress/blob/master/CONTRIBUTING.md).
44

55
Quick checklist for code changes:
66
- [ ] Created a new branch based on `dev`

.github/workflows/stale.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Mark stale issues and pull requests
2+
3+
on:
4+
schedule:
5+
- cron: "30 1 * * 1,4"
6+
7+
jobs:
8+
stale:
9+
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/stale@v3
14+
with:
15+
repo-token: ${{ secrets.GITHUB_TOKEN }}
16+
stale-issue-message: 'This issue has been automatically marked as stale and will be closed because it has not had recent activity.'
17+
stale-pr-message: 'This PR has been automatically marked as stale and will be closed because it has not had recent activity.'
18+
stale-issue-label: 'stale'
19+
stale-pr-label: 'stale'
20+
exempt-issue-labels: 'feature'
21+
exempt-pr-labels: 'feature'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A dependency-free Vue.js plugin to create beautiful and animated circular progre
1414
With the available options you can create simple circles very quickly. But playing with the combinations of props and with a bit of imagination you can create really exciting things.
1515

1616

17-
>🚩 Already upgraded to Vue 3? Great! Feel free to try out the latest component version and check out the [v2](https://github.com/setaman/vue-ellipse-progress/tree/v2-dev) branch for more info. Currently v2 is in the alpha stage, but it is already on the right path and should be finished right when the Vue 3 ecosystem gets stable.
17+
>⚠️ Heads-up, Vue 3 users! Vue 3 compatible version 2 with new features and a lot of improvements is availibale in the [v2-dev](https://github.com/setaman/vue-ellipse-progress/tree/v2-dev) branch! Get the new version with `npm i vue-ellipse-progress@next`
1818
1919
- [Installation](#installation)
2020
- [Usage](#usage)

0 commit comments

Comments
 (0)