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_punchline}
+ + + +[]({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 π₯οΈ + + +  +  +  + +*_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 + +
+
+
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 @@ + + + + +If you do not redirect please visit : https://themeselection.com/hire-us/
+ + +