Skip to content

Commit

Permalink
Merge branch 'main' into Development
Browse files Browse the repository at this point in the history
  • Loading branch information
codervivek5 committed Jul 16, 2023
2 parents 0d69f4b + 230e1d9 commit 67fd696
Show file tree
Hide file tree
Showing 158 changed files with 11,307 additions and 658 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUES_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: 🐛 Bug Report
description: Report a bug report
title: '[Bug]: '
labels: ['🔧 goal: fix']
body:
- type: textarea
id: what-happened
attributes:
label: What bug you encountered?
placeholder: Describe the issue in detail
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Show us the trouble with screenshots
placeholder: Attach screenshots to demonstrate the issue
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: Which browsers are affected?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Brave
- Other
- type: checkboxes
id: terms
attributes:
label: 'Record'
options:
- label: I agree to follow this project's Code of Conduct
required: true
- label: I'm a GSSoC'23 contributor
- label: I want to work on this issue

35 changes: 35 additions & 0 deletions .github/ISSUES_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: 📄 Documentation issue
description: Found an issue in the documentation? You can use this one!
title: "[Docs]:"
labels: ["documentation"]
body:
- type: textarea
id: description
attributes:
label: Description
description: A brief description of the question or issue, also include what you tried and what didn't work
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots if applicable
validations:
required: false
- type: textarea
id: extra-info
attributes:
label: Additional information
description: Is there anything else we should know about this issue?
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: 'Record'
options:
- label: I agree to follow this project's Code of Conduct
required: true
- label: I'm a GSSoC'23 contributor
- label: I want to work on this issue
29 changes: 29 additions & 0 deletions .github/ISSUES_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: ✨ Feature Request
description: Suggest a feature request
title: '[Feat]: '
labels: ['⭐ goal: addition']
body:
- type: textarea
id: what-feature
attributes:
label: What feature?
placeholder: Describe it in detail
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Show us the magic with screenshots
placeholder: Attach screenshots to visualize your idea
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: 'Record'
options:
- label: I agree to follow this project's Code of Conduct
required: true
- label: I'm a GSSoC'23 contributor
- label: I want to work on this issue

6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
50 changes: 50 additions & 0 deletions .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: Auto Comment
on:
issues:
types:
- opened
- assigned
pull_request:
types:
- opened
- closed

jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Auto Comment on Issues Opened
uses: wow-actions/auto-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
issuesOpened: |
👋 @{{ author }}
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
- name: Auto Comment on Pull Request Merged
uses: wow-actions/auto-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pullRequestMerged: |
👋 @{{ author }} 🎉 Congrats on your merged pull request! Thanks for the valuable contribution! 👏🎉
- name: Auto Comment on Pull Request Opened
uses: wow-actions/auto-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pullRequestOpened: |
Hello👋 @{{ author }}, I hope you are doing well!
<br>
Thank you for raising your pull request and contributing to our Community 🎉
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
- name: Auto Comment on Issues Assigned
uses: wow-actions/auto-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
issuesAssigned: |
Hello @{{ author }}, thank you for raising an issue. 🙌 I have assigned the issue to you. You can now start working on it. If you encounter any problems, please feel free to connect with us. 👍
77 changes: 77 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"

on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '43 3 * * 6'

jobs:
analyze:
name: Analyze
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'java', 'javascript', 'python' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby', 'swift' ]
# Use only 'java' to analyze code written in Java, Kotlin or both
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Checkout repository
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.

# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality


# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun

# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.

# - run: |
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
env/
*.pyc
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"liveServer.settings.port": 5501
"liveServer.settings.port": 5502
}
60 changes: 60 additions & 0 deletions About Page/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>About | VigyBag</title>
</head>
<body>


<section class="about-me" id="about-me">
<div class="container">
<div class="about-me-container">
<div class="about-me-title">
About <br> VigyBag
</div>

<div class="about-me-flex-container">
<div class="about-me-image">
<div class="back-div"></div>
<div class="black-image"><img src="" alt=""></div>
<div class="main-image"><img src="../img/pngwing.com(7).png" alt="smit"></div>
</div>
<div class="about-me-content">

<div class="logo"><img src="https://raw.githubusercontent.com/Smit-Prajapati/prajapatismit/20391be8bf1ed24ef0e5da066bf68a5f6ee78fa1/images/logo.svg" alt="smit"></div>

<div class="text">
VigyBag comes up under the GSSOC-2023 and the project manager is <a href="https://github.com/codervivek5" style="color: black;"><span>@codevivek</span></a> VigyBag is a E-Commerce website for all needs.

<br><br>

Launched in 2023.
</div>
</div>
</div>

<div class="mail-button mail-button2">
<a href="mailto:"><img src="https://raw.githubusercontent.com/Smit-Prajapati/prajapatismit/20391be8bf1ed24ef0e5da066bf68a5f6ee78fa1/images/mail.svg" alt="mail"></a>
</div>

</div>

</div>
</section>






<br><br>
<div class = "portfolio-link">
<a href="../index.html"target="_blank"> Home </a>
<a href="../contact/index.html" target="_blank"> Contact Us </a>
</div>

</body>
</html>
Loading

0 comments on commit 67fd696

Please sign in to comment.