Skip to content

Commit 5af993b

Browse files
Merge pull request #1323 from Code-A2Z/avdhesh/docs-write
Avdhesh/docs write
2 parents 5d49420 + 4adf9f3 commit 5af993b

7 files changed

Lines changed: 647 additions & 226 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
<!-- For eg., Closes: #issue_number -->
1+
### Pull Requests Review Criteria
2+
3+
> [!CAUTION]
4+
> PRs that fail to meet these review standards will be automatically flagged and may be rejected by maintainers.
5+
6+
- [ ] Filled out this PR template properly
7+
- [ ] Did **not** commit directly to `main`
8+
- [ ] Limited commits (max 3–4 unless permitted by Admin/Mentors)
9+
- [ ] Added comments in complex parts of code
210

311
Closes:
412

13+
<!-- For eg., Closes: #issue_number -->
14+
515
### Describe the add-ons or changes you've made 📃
616

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

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

13-
### Note to reviewers 📄
23+
### Note to reviewers (Optional) 📄
1424

1525
<!-- Add notes to reviewers if applicable -->

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,3 @@ connect.lock
134134
# typescript
135135
*.tsbuildinfo
136136
next-env.d.ts
137-
138-
139-
######################################## Secret files ########################################
140-
kaggle.json
141-
firebase-adminsdk.json

.prettierignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,3 @@ pnpm-lock.yaml
3333
# OS
3434
.DS_Store
3535
Thumbs.db
36-
37-
# Ignore markdown files in projects directory (might contain code snippets that shouldn't be formatted)
38-
projects/**/*.md

README.md

Lines changed: 116 additions & 154 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)