Skip to content

Commit

Permalink
Create project
Browse files Browse the repository at this point in the history
  • Loading branch information
iamprogrammerlk committed Oct 11, 2024
1 parent e51cbc9 commit 6d2a2ea
Show file tree
Hide file tree
Showing 8 changed files with 293 additions and 2 deletions.
101 changes: 101 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
.env

# Version controll
.git/
# .gitignore
.svn/

# Project-level settings
/.tgitconfig

# linux temporary files
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
migrate_working_dir/

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# The .vscode folder contains launch configuration and tasks you configure in VS Code.
# .vscode/*
# !.vscode/settings.json
# !.vscode/tasks.json
# !.vscode/launch.json
# !.vscode/extensions.json
# !.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.pub-cache/
.pub/
/build/
.metadata

# Symbolication related
app.*.symbols

# Obfuscation related
app.*.map.json

# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
2 changes: 0 additions & 2 deletions README.md

This file was deleted.

9 changes: 9 additions & 0 deletions changlog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

<!--
## VERSION (DATE)
- Changes one
- Changes Two
- Changes Tree
-->
45 changes: 45 additions & 0 deletions code_of_conduct.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, religion, or sexual identity and orientation.

## Our Standards

### Examples of behavior that contributes to creating a positive environment include:

- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members
- Examples of unacceptable behavior by participants include:

### The use of sexualized language or imagery and unwelcome sexual attention or advances

- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others’ private information, such as a physical or electronic address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.

## Scope

This Code of Conduct applies within all project spaces, and it also applies when an individual is representing the project or its community in public spaces. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project’s leadership.

## Attribution

This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

For answers to common questions about this code of conduct, see https://www.contributor-covenant.org/faq
18 changes: 18 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Contributing

You can go to the [Issues](/../../issues) section to suggest changes or features. Please make sure that your feature hasn't already been suggested and is not already planned.

Help prioritize [Issues](/../../issues) by adding a "👍" reaction to new features you'd like to see in this project or for problems affecting you.

Contribute to the project by providing support to other users, improving the documentation, or verifying security controls.

## Development

If you have technical or coding experience, you can help by:

- Participating in development discussions,
- Resolving issues by submitting code changes,
- Reviewing pull requests,
- Verifying submitted bugs and providing additional details.

If you need any help with sending your code contributions, the [GitHub Issues](/../../issues) is a good place to start. You can also get in touch with the project developers and the Community through our [GitHub Discussions](/../../discussions).
14 changes: 14 additions & 0 deletions license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2024 I am Programmer <https://github.com/iamprogrammerlk>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE

TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.
91 changes: 91 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<a name="readme-top"></a>

# Tabtok

> Tabtok is a simple and powerful Google Chrome Extension that helps you get full control over all your tabs.
<br>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

---

# Credits :two_hearts:

- I am Programmer [@iamprogrammerlk](https://github.com/iamprogrammerlk)

> [iamprogrammer.lk](https://iamprogrammer.lk) | [contact@iamprogrammer.lk](mailto:contact@iamprogrammer.lk) | [twitter.com/iamprogrammerlk](https://twitter.com/iamprogrammerlk) | [youtube.com/@iamprogrammerlk](https://youtube.com/@iamprogrammerlk)
- [Contributors](/../../graphs/contributors)

<br>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

---

# Get Involved :sparkles:

Get in touch with the project developers and the community through our [GitHub Discussions](/../../discussions) forum. View [contributing.md](/contributing.md) for information.

<br>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

---

# Issues :fire:

Bug reports and feature requests can be submitted on the [Github Issues](/../../issues).

<br>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

---

# Code of Conduct :thumbsup:

This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Code of Conduct](/code_of_conduct.md).

<br>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

---

# License :balance_scale:

### This work is distributed under the [Do What The F\*ck You Want To Public License](https://choosealicense.com/licenses/wtfpl/) License. See [license](/license.md) for more information.

### Permissions

- :white_check_mark: Commercial use
- :white_check_mark: Distribution
- :white_check_mark: Modification
- :no_entry: ~~Patent use~~
- :white_check_mark: Private use

### Conditions

- :no_entry: ~~Disclose source~~
- :no_entry: ~~License and copyright notice~~
- :no_entry: ~~Network use is distribution~~
- :no_entry: ~~Same license~~
- :no_entry: ~~State changes~~

### Limitations

- :x: Liability
- :no_entry: ~~Trademark use~~
- :x: Warranty

<br>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

---

# Copyright :copyright: :heart:

- Copyright © 2024 I am Programmer [@iamprogrammerlk](https://github.com/iamprogrammerlk).
- Copyright © 2024 [Contributors](/../../graphs/contributors).

<br>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

---
15 changes: 15 additions & 0 deletions security.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Security

## Reporting Vulnerabilities

> [!IMPORTANT]
>
> Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.
If you have discovered a potential vulnerability or security risk, we encourage you to responsibly disclose it to us. we recommend using [`Security Advisories`](/../../security/advisories/new) for better coordinated disclosure.

> [!WARNING]
>
> PLEASE DO NOT PUBLISH SECURITY REPORTS PUBLICLY.
>
> Instead, use [`SECURITY ADVISORIES`](/../../security/advisories/new)

0 comments on commit 6d2a2ea

Please sign in to comment.