From 150b9845eda3e01a756b1ea308d4e8bf19b1ac69 Mon Sep 17 00:00:00 2001 From: Keshav Anand Date: Wed, 8 Jul 2026 20:15:39 -0400 Subject: [PATCH] initialized project with readme, license, contributing, and gitignore --- .gitignore | 27 +++++++++++++++++++++++++++ CONTRIBUTING.md | 28 ++++++++++++++++++++++++++++ LICENSE | 7 +++++++ README.md | 5 +++++ 4 files changed, 67 insertions(+) create mode 100644 .gitignore create mode 100644 CONTRIBUTING.md create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a265d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# macOS +.DS_Store + +# Windows +Thumbs.db +Desktop.ini + +# VS Code +.vscode/ + +# JetBrains IDEs +.idea/ + +# Vim +*.swp +*.swo + +# Temporary files +*.tmp +*.temp + +# Logs +*.log + +# Privacy +private/ +*.private.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..29dc608 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,28 @@ +# Contributing + +Thank you for your help - I will definietely need some! + +## Reporting Issues (for advice and indirect contribution) + +If you encounter a typo, have a suggestion, or would like to propose a new idea, please open an issue in Gitea + +When creating an issue, please include (if possible) + +* A clear, descriptive title. +* Any relevant context, screenshots, or examples. + +## Pull Requests (for direct contribution) + +1. Fork the repository. +2. Create a new branch for your changes. +3. Make your changes and test them where appropriate. +4. Commit your changes with clear, descriptive commit messages. +5. Open a pull request describing what changed and why. + +Please keep pull requests focused on a single change whenever possible. + +## Code of Conduct + +Please be as critical as possible. Respect and kindness is shown through your harshness and ability to critique any and every detail. Every bit of feedback helps, and nothing is hurtful. + +Thank you for helping improve my application diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c408da2 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +Copyright 2026 Keshav Anand + +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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..939230d --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Keshav's College Application + +A markdown-based git repo to track applications for all undergraduate applications from 2026-2027 school year + +