-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0221683
Showing
11 changed files
with
296 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# This is a comment. | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, | ||
# @global-owner1 and @global-owner2 will be requested for | ||
# review when someone opens a pull request. | ||
* @tooniez | ||
|
||
# Order is important; the last matching pattern takes the most | ||
# precedence. When someone opens a pull request that only | ||
# modifies JS files, only @js-owner and not the global | ||
# owner(s) will be requested for a review. | ||
*.js @tooniez #This is an inline comment. | ||
|
||
# You can also use email addresses if you prefer. They'll be | ||
# used to look up users just like we do for commit author | ||
# emails. | ||
# *.go [email protected] | ||
|
||
# Teams can be specified as code owners as well. Teams should | ||
# be identified in the format @org/team-name. Teams must have | ||
# explicit write access to the repository. In this example, | ||
# the octocats team in the octo-org organization owns all .txt files. | ||
# *.txt @octo-org/octocats | ||
*.md @tooniez | ||
|
||
# In this example, @doctocat owns any files in the build/logs | ||
# directory at the root of the repository and any of its | ||
# subdirectories. | ||
# /build/logs/ @doctocat | ||
|
||
# The `docs/*` pattern will match files like | ||
# `docs/getting-started.md` but not further nested files like | ||
# `docs/build-app/troubleshooting.md`. | ||
# docs/* [email protected] | ||
|
||
# In this example, @octocat owns any file in an apps directory | ||
# anywhere in your repository. | ||
# apps/ @octocat | ||
|
||
# In this example, @doctocat owns any file in the `/docs` | ||
# directory in the root of your repository and any of its | ||
# subdirectories. | ||
# /docs/ @doctocat | ||
|
||
# In this example, any change inside the `/scripts` directory | ||
# will require approval from @doctocat or @octocat. | ||
# /scripts/ @doctocat @octocat | ||
|
||
# In this example, @octocat owns any file in a `/logs` directory such as | ||
# `/build/logs`, `/scripts/logs`, and `/deeply/nested/logs`. Any changes | ||
# in a `/logs` directory will require approval from @octocat. | ||
# **/logs @octocat | ||
|
||
# In this example, @octocat owns any file in the `/apps` | ||
# directory in the root of your repository except for the `/apps/github` | ||
# subdirectory, as its owners are left empty. | ||
# /apps/ @octocat | ||
# /apps/github |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Code of Conduct 👮♂️ | ||
|
||
## Our Pledge 🤝 | ||
|
||
In order to maintain a respectful and inclusive community, we, as contributors and maintainers, pledge to: | ||
|
||
- 👉 Respect all contributors regardless of their race, ethnicity, nationality, religion, sexual orientation, gender identity, age, skill level, or background. | ||
- 👉 Welcome constructive feedback and strive to learn from it. | ||
- 👉 Listen actively and be empathetic towards others’ perspectives. | ||
- 👉 Maintain a harassment-free environment, where all forms of discrimination, hate speech, and personal attacks are prohibited. | ||
- 👉 Use welcoming and inclusive language in all interactions and communications. | ||
- 👉 Prioritize the safety and comfort of all members of our community. | ||
- 👉 Hold ourselves accountable to these guidelines and consequences, if they are breached. | ||
|
||
## Our Responsibilities 💪 | ||
|
||
As maintainers of this community, we are responsible for: | ||
- 👉 Clarifying the standards of acceptable behavior and enforcing them. | ||
- 👉 Using appropriate and fair moderation practices collaboratively. | ||
- 👉 Taking responsible action in any unethical situation. | ||
- 👉 Communicating the reasons for moderation decisions transparently. | ||
|
||
We expect all contributors to uphold these standards and create a friendly and supportive environment. Together, we can build a community where everyone feels safe and valued. 🤝 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# 🎉 Contributing Guidelines 🎉 | ||
|
||
Thank you for considering contributing to our project! 👏 We appreciate your time, effort, and contributions to make this project better. 🙌 | ||
|
||
Please take a moment to review the following guidelines before submitting a pull request: 📝 | ||
|
||
## 💻 Code of Conduct 🤝 | ||
|
||
We have adopted a Code of Conduct that we expect project participants to adhere to. 🤝 Please read the full text so that you can understand what actions and behaviors will not be tolerated. 😊 | ||
|
||
## 💡 Issues and Pull Requests 🤝 | ||
|
||
Please make sure to create a new issue before submitting a pull request. This will help us to understand the change you are proposing and to discuss the best way to implement it. 🤔 | ||
|
||
When creating a pull request, please ensure that your changes: 🛠️ | ||
- Follow the style guide 📜 | ||
- Include tests (if applicable) 🧪 | ||
- Provide clear and concise commit messages 💬 | ||
- Do not break the existing functionality of the project ❌ | ||
- Add appropriate documentation (if applicable) 📚 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github: [tooniez] | ||
ko_fi: tooniez |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Governance Policy 🏛️ | ||
|
||
## Purpose 🎯 | ||
The purpose of this policy is to establish guidelines and standards for the governance of our organization. 🤝 | ||
|
||
## Scope 🌎 | ||
This policy applies to all employees and stakeholders of the organization. 👥 | ||
|
||
## Policy Statement 📜 | ||
Our organization is committed to conducting its business in accordance with the highest ethical and legal standards. To this end, we have established the following governance policies: | ||
|
||
### Compliance ✅ | ||
We are committed to compliance with all applicable laws and regulations. | ||
|
||
### Transparency 🔍 | ||
We will be transparent in our operations and provide stakeholders with timely and accurate information. | ||
|
||
### Risk Management 📊 | ||
We will identify and manage risks to our organization, including financial, operational, and reputational risks. | ||
|
||
### Accountability 🤲 | ||
We will hold ourselves accountable for our actions and decisions. | ||
|
||
### Ethics 🙌 | ||
We will conduct ourselves in accordance with the highest ethical standards. | ||
|
||
## Review and Revision 🔄 | ||
This policy will be reviewed and revised as necessary to ensure its ongoing effectiveness and relevance to the organization's operations. 🧐 | ||
|
||
## Contacts 📞 | ||
If you have any questions about this policy, please contact [insert contact information here]. 📧 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
The MIT License (MIT) | ||
Copyright © 2024 tooniez, https://github.com/tooniez/ | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Data Privacy Policy 🔒 | ||
|
||
We respect the privacy of our users and are committed to protecting any personal information that we may collect. This policy explains our practices for handling and securing your data. | ||
|
||
## Information We Collect 📝 | ||
|
||
We may collect the following information from our users: | ||
- 👉 Name | ||
- 👉 Email address | ||
- 👉 Phone number | ||
- 👉 Address | ||
- 👉 Payment information | ||
|
||
We only collect this information when it is necessary for the purposes of providing our services or when users voluntarily provide it to us. | ||
|
||
## How We Use Your Information 🗂️ | ||
|
||
We use your information for the following purposes: | ||
- 👉 Providing and improving our services | ||
- 👉 Billing and payment processing | ||
- 👉 Responding to user inquiries and support requests | ||
|
||
We will never sell or share your personal information with any third parties unless we receive your explicit consent or are required by law to do so. | ||
|
||
## Security Measures 🔒 | ||
|
||
We take reasonable precautions to protect your personal information from unauthorized access, use, or disclosure. However, no method of transmission over the internet or electronic storage is 100% secure, and we cannot guarantee absolute security. | ||
|
||
## Retention of Data 🗃️ | ||
|
||
We will retain your personal information only for as long as necessary to provide our services or to comply with our legal obligations. | ||
|
||
## Your Rights 🤝 | ||
|
||
You have the following rights regarding your personal information: | ||
- 👉 The right to access, update, or request deletion of your information | ||
- 👉 The right to object to the processing of your information | ||
- 👉 The right to request that we restrict the processing of your information | ||
- 👉 The right to data portability | ||
|
||
To exercise any of these rights, please contact us using the contact information provided below. | ||
|
||
## Changes to This Policy 📝 | ||
|
||
We may update this policy from time to time to reflect changes in our practices or legal requirements. We will notify you of any material changes by posting a notice on our website or by sending you an email. | ||
|
||
## Contact Us 📞 | ||
|
||
If you have any questions or concerns about our data privacy policy, please contact us. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Security Policy 🔒 | ||
|
||
## Purpose 🎯 | ||
The purpose of this policy is to ensure the security of our organization's data and information. | ||
|
||
## Scope 🌎 | ||
This policy applies to all employees, contractors, and stakeholders who have access to our organization's information systems or data. | ||
|
||
## Access Control 🔑 | ||
Access to our organization's information systems and data will be granted on a need-to-know basis, with appropriate permissions and authentication measures in place. | ||
|
||
## Security Measures 🛡️ | ||
Our organization will implement and maintain appropriate technical and organizational security measures to protect against unauthorized access, disclosure, or loss of information. | ||
|
||
## Incident Response 🚨 | ||
Our organization will have an incident response plan in place to promptly and effectively respond to security incidents. | ||
|
||
## Data Protection 📂 | ||
Our organization will protect sensitive data through appropriate encryption, storage, and backup procedures. | ||
|
||
## Third-Party Security 🤝 | ||
Our organization will ensure that third-party contractors and vendors who handle our information or systems adhere to our security standards and policies. | ||
|
||
## Training and Awareness 🎓 | ||
Our organization will provide regular training and awareness programs to educate employees and stakeholders on security best practices and policies. | ||
|
||
## Review and Revision 🔄 | ||
This policy will be reviewed and revised as necessary to ensure its ongoing effectiveness and relevance to our organization's operations. | ||
|
||
## Contact 📞 | ||
If you have any questions about this policy, please contact us. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Terms of Service 📜 | ||
|
||
By accessing this website or using any of its services, you agree to be bound by these terms of service. If you do not agree with any of these terms, do not use the website or its services. | ||
|
||
## User Conduct 🙋♂️ | ||
|
||
As a condition of your use of this website or its services, you agree to: | ||
- 👉 Provide accurate and complete information | ||
- 👉 Maintain the security of your account and password | ||
- 👉 Accept all risks of unauthorized access to your account and personal information | ||
- 👉 Not use the website or its services for any illegal or unauthorized purposes | ||
- 👉 Not interfere or disrupt the website or its services or servers or networks connected to the website | ||
- 👉 Comply with all applicable laws and regulations | ||
|
||
## Intellectual Property 🖋️ | ||
|
||
The website and its original content, features, and functionality are owned by [company name] and are protected by international copyright, trademark, patent, trade secret, and other intellectual property or proprietary rights laws. | ||
|
||
## Disclaimer of Warranties ❗ | ||
|
||
The website and its services are provided on an "as is" and "as available" basis. [Company name] makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties including, without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights. | ||
|
||
## Limitation of Liability 💰 | ||
|
||
[Company name] shall not be liable for any damages whatsoever arising out of the use or inability to use the website or its services, including but not limited to direct, indirect, incidental, consequential, or punitive damages. | ||
|
||
## Indemnification 👍 | ||
|
||
You agree to indemnify and hold harmless [company name], its affiliates, officers, agents, licensors, and employees from any claim or demand, including reasonable attorney's fees, made by any third party due to or arising out of your breach of these terms of service or your violation of any law or the rights of a third party. | ||
|
||
## Termination and Modifications 🔚 | ||
|
||
[Company name] reserves the right to terminate your access to the website and its services at any time, without notice and for any reason. We may also modify these terms of service at any time, without notice, and such modifications will be effective immediately upon publishing. | ||
|
||
## Governing Law 🏛️ | ||
|
||
These terms and conditions are governed by and construed in accordance with the laws of [country], and you irrevocably submit to the exclusive jurisdiction of the courts in that State or location. | ||
|
||
## Contact Us 📞 | ||
|
||
If you have any questions or concerns about these terms of service, please contact us. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### Getting Support 🤝 | ||
We want to make sure that everyone who uses our product feels supported. If you need help or have any questions, please check out our support options below: | ||
|
||
### Documentation 📖 | ||
Our documentation includes an overview of the product, how to get started, frequently asked questions, troubleshooting tips, and more. Check it out at [insert URL here]. | ||
|
||
### Community Forum 💬 | ||
Our community forum is a great place to ask questions and share your experiences with other users. It's a friendly and supportive space where you can get help from the community and our support team. Visit our forum at [insert URL here]. | ||
|
||
### Email Support 📧 | ||
If you have a question that you can't find an answer to in our documentation or community forum, you can email our support team at [insert email address here]. We'll get back to you as soon as possible. | ||
|
||
We're committed to providing the best support possible to our users. If you have any feedback on our support options or suggestions for how we can improve, please let us know. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" |