diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..7c4d40c2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,27 @@ +# CODEOWNERS + +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# + +# Each line is a file pattern followed by one or more owners. + +# The last matching pattern takes precedence. + +# Default owner for everything in the repo + +- @ColdByDefault + +# Core configuration + +package.json @ColdByDefault +next.config.ts @ColdByDefault +tsconfig.json @ColdByDefault +prisma/schema.prisma @ColdByDefault + +# Security-sensitive paths + +lib/security.ts @ColdByDefault +app/api/** @ColdByDefault +prisma/** @ColdByDefault +.github/\*\* @ColdByDefault diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..ba74700d --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,37 @@ +# Code of Conduct + +## Our Pledge + +This is the personal portfolio of **Yazan Abo-Ayash (ColdByDefault©)**. While contributions, issues, and discussions are welcome, all participants are expected to interact respectfully and professionally. + +## Standards + +**Acceptable behavior:** + +- Constructive feedback and suggestions +- Respectful and professional communication +- Focusing on what benefits the project + +**Unacceptable behavior:** + +- Harassment, insults, or personal attacks +- Publishing private information without consent +- Spam, off-topic promotion, or disruptive conduct + +## Scope + +This Code of Conduct applies in all project spaces — GitHub Issues, Pull Requests, Discussions, and any related communication channels. + +## Enforcement + +Violations may result in comments being removed, issues being closed, or the offending account being blocked from the repository. + +To report an issue, contact: **contact@coldbydefault.com** + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1. + +--- + +_Copyright © 2026 ColdByDefault. All Rights Reserved._ diff --git a/app/layout.tsx b/app/layout.tsx index 60e813d3..f0da2517 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -177,12 +177,10 @@ export default async function RootLayout({ href="https://generativelanguage.googleapis.com" /> - {/* Structured Data */} + {/* Structured Data - JSON-LD for SEO rich snippets */}