Skip to content

Commit

Permalink
Merge pull request #3 from offensive-vk/optimize-repository
Browse files Browse the repository at this point in the history
Optimized Repository. { Issue }
  • Loading branch information
offensive-vk authored Feb 1, 2024
2 parents fe2702c + cc80a1b commit f65d82f
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing To This Repository :
## ✨ Please Follow Contribution Guidelines Below.

When contributing to this repository, please follow these rules:
When contributing to this repository, please follow these rules: (For Expert Contributors)
- First of all create an issue for the change you wish to make via [GitHub](https://github.com/offensive-vk/Icons/issue)
- If you want to contribute in questions/solutions to this repository please consider submitting a [PR](https://github.com/offensive-vk/Icons/pr) first.
- Code review is required on every push / pr, minimum 1 reviewer should be assigned.
Expand Down
8 changes: 5 additions & 3 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Please Maintain Major Privacy and Security Policies.
## All Credit Goes to Respected Author(s).
Brought To You By - [offensive](https://github.com/offensive-vk/)
## Reporting Security Issues. ⚠️
If you believe you have found a security vulnerability, I / we encourage you to let us know right away.

We will investigate all legitimate reports and do our best to quickly fix the problem.
Please create an Issue [here](https://github.com/offensive-vk/Icons/issue/) immediately.
36 changes: 36 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# This is a basic workflow to help you get started with Actions

name: CI Verify Assets

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

# Runs a single command using the runners shell
- name: Run a script
run: echo Assets Verified.

# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
sudo apt install neofetch
neofetch
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Icons and SVGs for Developer and Other Curious People.
Best SVG and Images for For Most Developement Usage Icons.

- For Manual : https://www.jsdelivr.com/package/gh/offensive-vk/Icons
## Icons and SVGs for Developers and Other Curious People.
Best SVG and Images for For Most Development Usage Icons.

## Quick Links and Navigation:
For Any Information About Contribution and Documentation of This Repo. <br>
### Please Refer to:
- [Documentation 📖](https://github.com/offensive-vk/Icons/blob/master/README.md) <br>
- [Contribution Guidelines ✨](https://github.com/offensive-vk/Icons/blob/master/.github/CONTRIBUTING.md) <br>
- [Security Guidelines ⚠️](https://github.com/offensive-vk/Icons/blob/master/.github/SECURITY.md) <br>
- [Author 🧑‍💻](https://github.com/offensive-vk/) <br>

* For Manual : https://www.jsdelivr.com/package/gh/offensive-vk/Icons
<p>
We should always use CDNs (Content Delivery Networks) which helps us to increase speed and reliability for our assets stored in data centers and cloud.
A stable CDN that can be used in production on popular websites with huge amounts of traffic. There are no bandwidth limits or premium features and its completely free to use by anybody.
Expand Down Expand Up @@ -46,5 +54,5 @@ $ mkdir Icons && cd Icons
$ git clone https://github.com/offensive-vk/Icons.git
```

- Brought to you by [offensive-vk](https://github.com/offensive-vk/)
- Brought to you by [@offensive-vk](https://github.com/offensive-vk/)
- Thankyou.

0 comments on commit f65d82f

Please sign in to comment.