Skip to content

Commit f3c99a1

Browse files
committed
Initial commit
0 parents  commit f3c99a1

8 files changed

+245
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: Bug 🐞
2+
description: Report a bug
3+
labels: [Bug]
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+
attributes:
11+
label: Steps to reproduce
12+
validations:
13+
required: true
14+
- type: textarea
15+
attributes:
16+
label: What is expected?
17+
validations:
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: What is actually happening?
22+
validations:
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: Additional data
27+
value: |
28+
<!-- If technical bug
29+
NodeJS Version:
30+
Package manager(npm|yarn|pnpm):
31+
Browser name & version:
32+
System:
33+
-->
34+
35+
<!-- If design file bug
36+
Technology(figma|sketch):
37+
-->

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Feature request ✨
2+
description: Suggest an idea or ask for a feature that you would like to have
3+
labels: [feat-req]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for letting us know how we can improve our product! ☺️
9+
- type: textarea
10+
attributes:
11+
label: What problem does this feature solve?
12+
validations:
13+
required: true
14+
- type: textarea
15+
attributes:
16+
label: What does the proposed solution look like?
17+
validations:
18+
required: true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: 'Handle new issue comment'
2+
on:
3+
issue_comment:
4+
types: [created]
5+
6+
jobs:
7+
handle_new_issue_comment:
8+
runs-on: ubuntu-latest
9+
name: Handle new issue comment
10+
steps:
11+
- name: Toggle awaiting-reply label
12+
uses: jd-0001/gh-action-toggle-awaiting-reply-label@v2.0.0
13+
with:
14+
label: awaiting-reply
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: 'Handle new issue'
2+
on:
3+
issues:
4+
types: [opened]
5+
6+
jobs:
7+
handle_new_issue:
8+
runs-on: ubuntu-latest
9+
name: Handle new issue
10+
steps:
11+
- name: Find duplicates
12+
uses: wow-actions/potential-duplicates@v1.0.8
13+
with:
14+
GITHUB_TOKEN: ${{ github.token }}
15+
label: duplicate
16+
comment: >
17+
Potential duplicates: {{#issues}}
18+
- #{{ number }} _({{ accuracy }}% Match)_
19+
{{/issues}}

.github/workflows/issue-staler.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 'Close stale issues and PRs'
2+
on:
3+
schedule:
4+
- cron: '30 1 * * *'
5+
6+
jobs:
7+
stale:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/stale@v4
11+
with:
12+
stale-issue-message: 'This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you for raising the concern.'
13+
close-issue-message: 'This issue has been automatically marked as closed because it has no recent activity.'
14+
stale-issue-label: 'stale'
15+
only-labels: 'awaiting-reply'
16+
exempt-issue-labels: 'triage'
17+
days-before-stale: 7
18+
days-before-close: 7

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 ThemeSelection
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+117
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
<p align="center"></p>
2+
3+
<p align="center">
4+
<a href="{ts_product_page_url}" target="_blank">
5+
<img src="{svg_logo_url_from_current_repo}" alt="{template_name}-logo" width="60px" height="auto">
6+
</a>
7+
</p>
8+
9+
<h1 align="center">
10+
<a href="{ts_product_page_url}" target="_blank" align="center">
11+
{template_name_titlized}
12+
</a>
13+
</h1>
14+
15+
<p align="center">{template_punchline}</p>
16+
17+
<p align="center">
18+
<a href="{licence_url_of_current_repo}">
19+
<img src="https://img.shields.io/github/license/themeselection/{repo_name_from_url}" alt="license">
20+
</a>
21+
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/themeselection/{repo_name_from_url}/Deploy">
22+
<a href="{repo_url}/releases">
23+
<img src="https://img.shields.io/github/release/themeselection/{repo_name_from_url}.svg" alt="GitHub release">
24+
</a>
25+
<a href="https://twitter.com/Theme_Selection" target="_blank">
26+
<img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/Theme_Selection">
27+
</a>
28+
</p>
29+
30+
<kbd>[![Materio - Vuetify VueJS Free Admin Template Demo Screenshot]({product_demo_image_url})]({ts_product_page_url})</kbd>
31+
32+
## Introduction 🚀
33+
34+
{introduction}
35+
36+
[View Demo]({direct_demo_url__NOT_PRODUCT_PAGE_URL})
37+
38+
## Installation ⚒️
39+
40+
{installation steps}
41+
42+
## What's Included 📦
43+
44+
{template_includes}
45+
46+
## What's in Premium Version 💎
47+
48+
| {template_single_word_name} Free Version | {template_single_word_name} Premium Version |
49+
| ----------------------------------------------- | :------------------------------------------------ |
50+
| [Demo]({direct_demo_url__NOT_PRODUCT_PAGE_URL}) | [Demo]({product_landing_page_url}) |
51+
| [Download]({ts_product_page_url}) | [Purchase]({ts_premium_product_page_url}) |
52+
| Single vertical menu | Vertical (+ vertical collapsed) & Horizontal menu |
53+
54+
## Documentation 📜
55+
56+
<!-- If you have docs in wiki then use below line -->
57+
58+
Check GitHub [Wiki]({repo_url}/wiki) of this repo
59+
60+
<!-- If you have live docs then use below line -->
61+
62+
Check out our live [Documentation]({live_docs_link})
63+
64+
## Browser Support 🖥️
65+
66+
{note_and_list_of_supported_browsers}
67+
68+
## Contributing 🦸
69+
70+
Contribution are always welcome and recommended! Here is how:
71+
72+
* Fork the repository ([here is the guide](https://docs.github.com/en/get-started/quickstart/fork-a-repo)).
73+
* Clone to your machine `git clone https://github.com/YOUR_USERNAME/REPO_NAME` Make your changes
74+
* Create a pull request
75+
76+
### Contribution Requirements 🧰
77+
78+
* When you contribute, you agree to give a non-exclusive license to ThemeSelection to use that contribution in any context as we (ThemeSelection) see appropriate.
79+
* If you use content provided by another party, it must be appropriately licensed using an open source license.
80+
* Contributions are only accepted through Github pull requests.
81+
* Finally, contributed code must work in all supported browsers (see above for browser support).
82+
83+
## Creators 😇
84+
85+
* [ThemeSelection](https://themeselection.com)
86+
87+
## Changelog 📆
88+
89+
Please refer to the [CHANGELOG](CHANGELOG.md) file. We will add a detailed release notes to each new release.
90+
91+
## NOTE 🏷️
92+
93+
**We request you to keep ThemeSelection credit link in the footer section.**
94+
95+
## Looking For Premium Admin Templates ?? 👀
96+
97+
**[ThemeSelection](https://themeselection.com/)** provides Selected high quality, modern design, professional and easy-to-use Free and Premium [Bootstrap Admin Templates](https://themeselection.com/products/category/bootstrap-admin-templates/), [VueJS Admin Templates](https://themeselection.com/products/category/vuejs-admin-templates/), [Laravel Admin Templates](https://themeselection.com/products/category/laravel-admin-templates/), HTML Themes, and [Free UI Kits](https://themeselection.com/products/category/free-ui-kits/) to create your applications faster!.
98+
99+
If you want to [Download Free Admin Templates](https://themeselection.com/products/category/download-free-admin-templates/) like Materio then do visit [ThemeSelection](https://themeselection.com/).
100+
101+
## Other variants
102+
103+
* [Vue variant]({free_vue_version_themeselection_link})
104+
<!-- Add others here -->
105+
106+
## Useful Links 🎁
107+
108+
* [Freebies](https://themeselection.com/products/category/download-free-admin-templates/)
109+
* [Download Free Admin Templates](https://themeselection.com/products/category/download-free-admin-templates/)
110+
* [Bootstrap 5 CheatSheet](https://bootstrap-cheatsheet.themeselection.com/)
111+
112+
## Social Media :earth_africa:
113+
114+
- Twitter : [https://twitter.com/Theme_Selection](https://twitter.com/Theme_Selection)
115+
- Facebook : [https://www.facebook.com/ThemeSelections/](https://www.facebook.com/ThemeSelections/)
116+
- Pinterest : [https://pinterest.com/themeselect/](https://pinterest.com/themeselect/)
117+
- Instagram : [https://www.instagram.com/themeselection/](https://www.instagram.com/themeselection/)

0 commit comments

Comments
 (0)