Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
<!-- For eg., Closes: #issue_number -->
### Pull Requests Review Criteria

> [!CAUTION]
> PRs that fail to meet these review standards will be automatically flagged and may be rejected by maintainers.

- [ ] Filled out this PR template properly
- [ ] Did **not** commit directly to `main`
- [ ] Limited commits (max 3–4 unless permitted by Admin/Mentors)
- [ ] Added comments in complex parts of code

Closes:

<!-- For eg., Closes: #issue_number -->

### Describe the add-ons or changes you've made 📃

<!-- Need to write all the changes done by you in simple manner. NO CHATGPT OR OTHER AI TOOLS IN EXPLANATION -->
Expand All @@ -10,6 +20,6 @@ Closes:

<!-- Must add the screenshot of the project or your changes for review your pr -->

### Note to reviewers 📄
### Note to reviewers (Optional) 📄

<!-- Add notes to reviewers if applicable -->
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,3 @@ connect.lock
# typescript
*.tsbuildinfo
next-env.d.ts


######################################## Secret files ########################################
kaggle.json
firebase-adminsdk.json
3 changes: 0 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ pnpm-lock.yaml
# OS
.DS_Store
Thumbs.db

# Ignore markdown files in projects directory (might contain code snippets that shouldn't be formatted)
projects/**/*.md
270 changes: 116 additions & 154 deletions README.md

Large diffs are not rendered by default.

Loading
Loading