diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 000000000..651be6c5c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,37 @@ +name: Bug 🐞 +description: Report a bug +labels: [support, bug] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! ☺️ + - type: textarea + attributes: + label: Steps to reproduce + validations: + required: true + - type: textarea + attributes: + label: What is expected? + validations: + required: true + - type: textarea + attributes: + label: What is actually happening? + validations: + required: true + - type: textarea + attributes: + label: Additional data + value: | + + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..ec4bb386b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 000000000..827311a8d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,18 @@ +name: Feature request ✨ +description: Suggest an idea or ask for a feature that you would like to have +labels: [support, feature-req] +body: + - type: markdown + attributes: + value: | + Thanks for letting us know how we can improve our product! ☺️ + - type: textarea + attributes: + label: What problem does this feature solve? + validations: + required: true + - type: textarea + attributes: + label: What does the proposed solution look like? + validations: + required: true diff --git a/.github/workflows/handle-new-issue-comment.yml b/.github/workflows/handle-new-issue-comment.yml new file mode 100644 index 000000000..83687ac02 --- /dev/null +++ b/.github/workflows/handle-new-issue-comment.yml @@ -0,0 +1,14 @@ +name: 'Handle new issue comment' +on: + issue_comment: + types: [created] + +jobs: + handle_new_issue_comment: + runs-on: ubuntu-latest + name: Handle new issue comment + steps: + - name: Toggle awaiting-reply label + uses: jd-solanki/gh-action-toggle-awaiting-reply-label@v2.1.0 + with: + label: awaiting-reply diff --git a/.github/workflows/handle-new-issue.yml b/.github/workflows/handle-new-issue.yml new file mode 100644 index 000000000..d338fe2e0 --- /dev/null +++ b/.github/workflows/handle-new-issue.yml @@ -0,0 +1,19 @@ +name: 'Handle new issue' +on: + issues: + types: [opened] + +jobs: + handle_new_issue: + runs-on: ubuntu-latest + name: Handle new issue + steps: + - name: Find duplicates + uses: wow-actions/potential-duplicates@v1.0.8 + with: + GITHUB_TOKEN: ${{ github.token }} + label: duplicate + comment: > + Potential duplicates: {{#issues}} + - #{{ number }} _({{ accuracy }}% Match)_ + {{/issues}} \ No newline at end of file diff --git a/.github/workflows/issue-staler.yml b/.github/workflows/issue-staler.yml new file mode 100644 index 000000000..534dc57fd --- /dev/null +++ b/.github/workflows/issue-staler.yml @@ -0,0 +1,18 @@ +name: 'Close stale issues and PRs' +on: + schedule: + - cron: '30 1 * * *' + +jobs: + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@v4 + with: + 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.' + close-issue-message: 'This issue has been automatically marked as closed because it has no recent activity.' + stale-issue-label: 'stale' + only-labels: 'awaiting-reply' + exempt-issue-labels: 'triage' + days-before-stale: 7 + days-before-close: 7 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..73035d335 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ + + +# Changelog + +All notable changes to this template will be documented in this file + +## v1.0.0 (YYYY-MM-DD) + +### Added + +- Initial Release diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..16781c604 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 ThemeSelection + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 000000000..7efcdbda7 --- /dev/null +++ b/README.md @@ -0,0 +1,162 @@ +

+ +

+ + {template_name}-logo + +

+ +

+ + {template_name_titlized} + +

+ +

{template_punchline}

+ +

+ + license + + GitHub Workflow Status + + GitHub release + + + Twitter Follow + +

+ +[![Materio - Vuetify VueJS Free Admin Template Demo Screenshot]({product_demo_image_url})]({ts_product_page_url}) + +## Introduction πŸš€ + +{introduction} + +[View Demo]({direct_demo_url__NOT_PRODUCT_PAGE_URL}) + +## Installation βš’οΈ + +{installation steps} + +## What's Included πŸ“¦ + +{template_includes} + +## What's in Premium Version πŸ’Ž + +| {template_single_word_name} Free Version | {template_single_word_name} Premium Version | +| ----------------------------------------------- | :------------------------------------------------ | +| [Demo]({direct_demo_url__NOT_PRODUCT_PAGE_URL}) | [Demo]({product_landing_page_url}) | +| [Download]({ts_product_page_url}) | [Purchase]({ts_premium_product_page_url}) | +| Single vertical menu | Vertical (+ vertical collapsed) & Horizontal menu | + +## Documentation πŸ“œ + + + +Check GitHub [Wiki]({repo_url}/wiki) of this repo + + + +Check out our live [Documentation]({live_docs_link}) + +## Browser Support πŸ–₯️ + +![chrome](https://github.com/nuxt/nuxt/assets/47495003/bbb6d7b0-2db6-4af4-abdc-a73de71dd287) +  ![firefox](https://github.com/nuxt/nuxt/assets/47495003/bca1f2d0-d597-453b-8525-5c94e36bfc33) +  ![safari](https://github.com/nuxt/nuxt/assets/47495003/8ecbb395-78fb-40fb-bb59-7301bf8a7e5d) +  ![Microsoft Edge](https://github.com/nuxt/nuxt/assets/47495003/f945821b-0cbd-464d-8103-824d4d5c4e9a) + +*_It also supports other browser which implemented latest CSS standards_ + +## Contributing 🦸 + +Contribution are always welcome and recommended! Here is how: + +* Fork the repository ([here is the guide](https://docs.github.com/en/get-started/quickstart/fork-a-repo)). +* Clone to your machine `git clone https://github.com/YOUR_USERNAME/REPO_NAME` Make your changes +* Create a pull request + +### Contribution Requirements 🧰 + +* 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. +* If you use content provided by another party, it must be appropriately licensed using an open source license. +* Contributions are only accepted through Github pull requests. +* Finally, contributed code must work in all supported browsers (see above for browser support). + +## Changelog πŸ“† + +Please refer to the [CHANGELOG](CHANGELOG.md) file. We will add a detailed release notes to each new release. + +## Support πŸ§‘πŸ»β€πŸ’» + +For free products, enjoy community support via GitHub issues. Upgrade to Premium for dedicated support from our expert team. + +## License © + +- Copyright Β© [ThemeSelection](https://themeselection.com/) +- Licensed under [MIT](LICENSE) +- All our free items are Open Source and licensed under MIT. You can use our free items for personal as well as commercial purposes. We just need an attribution from your end. Copy the below link and paste it at the footer of your web application or project. + ```html + ThemeSelection + ``` + +## Also Available In + +

+ + html   + + html   + + html_laravel   + + html_django   + + net_core   + + next.js   + + react   + + vue   + + vue_laravel   + + nuxt   + + angular   +

+ + + +## Looking For Premium Admin Templates ?? πŸ‘€ + +**[ThemeSelection](https://themeselection.com/)** provides Selected high quality, modern design, professional and easy-to-use **Fully Coded Dashboard Templates & UI Kits** to create your applications faster! + +- [Bootstrap Admin Templates](https://themeselection.com/item/category/bootstrap-admin-template/) +- [VueJS Admin Templates](https://themeselection.com/item/category/vuejs-admin-templates/) +- [Laravel Admin Templates](https://themeselection.com/item/category/laravel-admin-templates/) +- [Django Admin Templates](https://themeselection.com/item/category/django-admin-template/) +- [React (NextJS) Admin Templates](https://themeselection.com/item/category/next-js-admin-template/) +- [ASP.Net Core Admin Templates](https://themeselection.com/item/category/asp-net-dashboard/) +- [Free UI Kits](https://themeselection.com/item/category/free-ui-kits/) + +If you want to [Download Free Admin Templates](https://themeselection.com/item/category/free-admin-templates/) like Materio then do visit [ThemeSelection](https://themeselection.com/). + +## Useful Links 🎁 + +* [Vue CheatSheet](https://vue-cheatsheet.themeselection.com/) +* [Freebies](https://themeselection.com/item/category/free-admin-templates/) +* [Download Free Admin Templates](https://themeselection.com/item/category/free-admin-templates/) +* [Bootstrap 5 CheatSheet](https://bootstrap-cheatsheet.themeselection.com/) + +## Social Media :earth_africa: + +- [Twitter](https://twitter.com/Theme_Selection) +- [Facebook](https://www.facebook.com/ThemeSelections/) +- [Pinterest](https://pinterest.com/themeselect/) +- [Instagram](https://www.instagram.com/themeselection/) +- [Discord](https://discord.gg/kBHkY7DekX) +- [YouTube](https://www.youtube.com/channel/UCuryo5s0CW4aP83itLjIdZg) diff --git a/documentation.html b/documentation.html new file mode 100644 index 000000000..3038ddb34 --- /dev/null +++ b/documentation.html @@ -0,0 +1,14 @@ + + + + + $template_name + + + + +

If you do not redirect please visit : $docs_url

+ + + diff --git a/hire-us.html b/hire-us.html new file mode 100644 index 000000000..8ade32925 --- /dev/null +++ b/hire-us.html @@ -0,0 +1,14 @@ + + + + + Hire Us + + + + +

If you do not redirect please visit : https://themeselection.com/hire-us/

+ + +