Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding_learn.md file #655

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

aasthakourav20
Copy link

Related Issue

Fixes: #651

  • [ X] Documentation update

Checklist:

  • [ X] I have performed a self-review of my code
  • [ X] I have read and followed the Contribution Guidelines.
  • [ X] I have tested the changes thoroughly before submitting this pull request.
  • [X ] I have provided relevant issue numbers, screenshots, and videos after making the changes.
  • [ X] I have commented my code, particularly in hard-to-understand areas.
    Closes: 📚 [Documentation] - Add Learn.md file  #651

Copy link

vercel bot commented May 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
project-amupedia ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 26, 2024 0:20am

Copy link

coderabbitai bot commented May 26, 2024

Walkthrough

Walkthrough

The LEARN.md file has been added to introduce Amupedia, a platform designed to help students by providing academic resources like notes, PDFs, quizzes, exams, and assignments for free. It also includes guidelines for contributing and a code of conduct.

Changes

File Change Summary
LEARN.md Introduced Amupedia, described its purpose, resources offered, contribution guidelines, and code of conduct.

Assessment against linked issues

Objective Addressed Explanation
Add LEARN.md file to the project (#651)

In the warren of code, a new file appears,
To guide and to help, to banish all fears.
Amupedia's here, with notes and with cheer,
For students to learn, and contributors dear.
With guidelines so clear, and conduct to steer,
Our project grows bright, like dawn's first light.

Tip

New Features and Improvements

Review Settings

Introduced new personality profiles for code reviews. Users can now select between "Chill" and "Assertive" review tones to tailor feedback styles according to their preferences. The "Assertive" profile posts more comments and nitpicks the code more aggressively, while the "Chill" profile is more relaxed and posts fewer comments.

AST-based Instructions

CodeRabbit offers customizing reviews based on the Abstract Syntax Tree (AST) pattern matching. Read more about AST-based instructions in the documentation.

Community-driven AST-based Rules

We are kicking off a community-driven initiative to create and share AST-based rules. Users can now contribute their AST-based rules to detect security vulnerabilities, code smells, and anti-patterns. Please see the ast-grep-essentials repository for more information.

New Static Analysis Tools

We are continually expanding our support for static analysis tools. We have added support for biome, hadolint, and ast-grep. Update the settings in your .coderabbit.yaml file or head over to the settings page to enable or disable the tools you want to use.

Tone Settings

Users can now customize CodeRabbit to review code in the style of their favorite characters or personalities. Here are some of our favorite examples:

  • Mr. T: "You must talk like Mr. T in all your code reviews. I pity the fool who doesn't!"
  • Pirate: "Arr, matey! Ye must talk like a pirate in all yer code reviews. Yarrr!"
  • Snarky: "You must be snarky in all your code reviews. Snark, snark, snark!"

Revamped Settings Page

We have redesigned the settings page for a more intuitive layout, enabling users to find and adjust settings quickly. This change was long overdue; it not only improves the user experience but also allows our development team to add more settings in the future with ease. Going forward, the changes to .coderabbit.yaml will be reflected in the settings page, and vice versa.

Miscellaneous

  • Turn off free summarization: You can switch off free summarization of PRs opened by users not on a paid plan using the enable_free_tier setting.
  • Knowledge-base scope: You can now set the scope of the knowledge base to either the repository (local) or the organization (global) level using the knowledge_base setting. In addition, you can specify Jira project keys and Linear team keys to limit the knowledge base scope for those integrations.
  • High-level summary placement: You can now customize the location of the high-level summary in the PR description using the high_level_summary_placeholder setting (default @coderabbitai summary).
  • Revamped request changes workflow: You can now configure CodeRabbit to auto-approve or request changes on PRs based on the review feedback using the request_changes_workflow setting.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to full the review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

Thank you, @aasthakourav20, for creating this pull request and contributing to GitHub-ReadMe! 💗

Our review team will thoroughly review the pull request and will reach out to you soon! 😇
Please make sure you have marked all the completed tasks as done. ✅
We appreciate your patience and contribution! 😀

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 5

Outside diff range and nitpick comments (1)
LEARN.md (1)

12-12: Consider using a stronger word than "give" to enhance the impact of the sentence. Perhaps "provide" or "offer" could be used here.

Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between 63c5ff4 and 7c92250.
Files selected for processing (1)
  • LEARN.md (1 hunks)
Additional Context Used
LanguageTool (3)
LEARN.md (3)

Near line 12: Try using a synonym here to strengthen your writing.
Context: ...he academic demands of the students and give assistance to them in every way possibl...
Rule ID: GIVE_PROVIDE


Near line 16: The grammatical number of this noun doesn’t look right. Consider replacing it.
Context: ...fs related to experiment, viva, quizzes question, the mid and end semester examination a...
Rule ID: AI_EN_LECTOR_REPLACEMENT_NOUN_NUMBER


Near line 16: The grammatical number of this noun doesn’t look right. Consider replacing it.
Context: ...zzes question, the mid and end semester examination as well as the assignments. - We are p...
Rule ID: AI_EN_LECTOR_REPLACEMENT_NOUN_NUMBER

Markdownlint (40)
LEARN.md (40)

39: Expected: h3; Actual: h4
Heading levels should only increment by one level at a time


5: Expected: 0; Actual: 1
Unordered list indentation


6: Expected: 0; Actual: 1
Unordered list indentation


7: Expected: 0; Actual: 1
Unordered list indentation


8: Expected: 0; Actual: 1
Unordered list indentation


9: Expected: 0; Actual: 1
Unordered list indentation


15: Expected: 0; Actual: 1
Unordered list indentation


16: Expected: 0; Actual: 1
Unordered list indentation


17: Expected: 0; Actual: 1
Unordered list indentation


40: Expected: 0; Actual: 1
Unordered list indentation


41: Expected: 0; Actual: 1
Unordered list indentation


42: Expected: 0; Actual: 1
Unordered list indentation


43: Expected: 0; Actual: 1
Unordered list indentation


1: Expected: 1; Actual: 0; Below
Headings should be surrounded by blank lines


4: Expected: 1; Actual: 0; Below
Headings should be surrounded by blank lines


11: Expected: 1; Actual: 0; Below
Headings should be surrounded by blank lines


14: Expected: 1; Actual: 0; Below
Headings should be surrounded by blank lines


19: Expected: 1; Actual: 0; Below
Headings should be surrounded by blank lines


39: Expected: 1; Actual: 0; Below
Headings should be surrounded by blank lines


45: Expected: 1; Actual: 0; Below
Headings should be surrounded by blank lines


48: Expected: 1; Actual: 0; Below
Headings should be surrounded by blank lines


19: null
Headings must start at the beginning of the line


45: null
Headings must start at the beginning of the line


48: null
Headings must start at the beginning of the line


23: null
Fenced code blocks should be surrounded by blank lines


25: null
Fenced code blocks should be surrounded by blank lines


27: null
Fenced code blocks should be surrounded by blank lines


29: null
Fenced code blocks should be surrounded by blank lines


31: null
Fenced code blocks should be surrounded by blank lines


35: null
Fenced code blocks should be surrounded by blank lines


5: null
Lists should be surrounded by blank lines


15: null
Lists should be surrounded by blank lines


37: null
Lists should be surrounded by blank lines


40: null
Lists should be surrounded by blank lines


2: null
Bare URL used


46: null
Bare URL used


49: null
Bare URL used


23: null
Fenced code blocks should have a language specified


27: null
Fenced code blocks should have a language specified


31: null
Fenced code blocks should have a language specified

Comment on lines +1 to +51
# Amupedia
Visit our website [Amupedia]https://www.amupedia.com/

## Table of Contents
- Introduction
- Features
- Getting Started
- Contribuitng Guidelines
- Code of Conduct

## Introduction
Amupedia is the biggest platform to help fellow students through their college program. This initiative will cater to the academic demands of the students and give assistance to them in every way possible. Everyone out there is running in the race to the top, and we here offer a push to anyone who needs it. Whether you come for the notes, read our blogs, or attend our events, you will emerge from Amupedia with new knowledge, perspective, influences, and connections.

## Features
- Providing you with all the quality stuff related to B.Tech, B.Com, B.E, and various other courses.
- The pdfs related to experiment, viva, quizzes question, the mid and end semester examination as well as the assignments.
- We are providing all this content for free.

## Getting Started
1). Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
2). Clone the forked repository to your local machine.
3). Make your branch from test branch.
```
git clone https://github.com/your-username/Project-Amupedia.git
```
4). Change the present working directory
```
cd Project-Amupedia
```
5).Make your changes
```
git add .
git commit -m "Your commit Message"
git push origin branch-name
```
6). Make a pull request.
- Star the repository.

#### Building Amupedia
- Install npm from browser(windows), using sudo apt install npm(linux) in the terminal
- In the root directory: npm install for downloading all the dependencies needed for the project
- Run npm run build for building the project
- Run npm run dev This will start the server on localhost:3000

## Contribuitng Guidelines
For the enthusiasts who want to contribute to CodeHarbourHub, please refer to our [Contributing Guidelines]https://github.com/amupedia2021/amupedia-web/blob/develop/CONTRIBUTING.md

## Code of Conduct
For all the enthusiastic contributers, please refer to the [Code of Conduct]https://github.com/amupedia2021/amupedia-web?tab=coc-ov-file

Happy Coding!!
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address the following formatting issues to improve the readability and structure of the document:

  • Ensure that headings are surrounded by blank lines.
  • Correct the indentation of unordered lists.
  • Ensure that fenced code blocks are surrounded by blank lines and specify the language for syntax highlighting.
- # Amupedia
+ # Amupedia
+
- ## Table of Contents
+ ## Table of Contents
+
- ## Introduction
+ ## Introduction
+
- ## Features
+ ## Features
+
- ## Getting Started
+ ## Getting Started
+
- ### Building Amupedia
+ ### Building Amupedia
+
- ## Contribuitng Guidelines
+ ## Contribuitng Guidelines
+
- ## Code of Conduct
+ ## Code of Conduct
+
-  - Introduction
+ - Introduction
-  - Features
+ - Features
-  - Getting Started
+ - Getting Started
-  - Contribuitng Guidelines
+ - Contribuitng Guidelines
-  - Code of Conduct
+ - Code of Conduct
-  - Providing you with all the quality stuff related to B.Tech, B.Com, B.E, and various other courses.
+ - Providing you with all the quality stuff related to B.Tech, B.Com, B.E, and various other courses.
-  - The PDFs related to experiments, viva, quiz questions, mid and end semester examinations, as well as assignments.
+ - The PDFs related to experiments, viva, quiz questions, mid and end semester examinations, as well as assignments.
-  - We are providing all this content for free.
+ - We are providing all this content for free.
-  - Install npm from browser(windows), using sudo apt install npm(linux) in the terminal
+ - Install npm from browser(windows), using sudo apt install npm(linux) in the terminal
-  - In the root directory: npm install for downloading all the dependencies needed for the project
+ - In the root directory: npm install for downloading all the dependencies needed for the project
-  - Run npm run build for building the project
+ - Run npm run build for building the project
-  - Run npm run dev This will start the server on localhost:3000
+ - Run npm run dev This will start the server on localhost:3000
-  ```
+  ```
-  git clone https://github.com/your-username/Project-Amupedia.git
+  git clone https://github.com/your-username/Project-Amupedia.git
-  ```
+  ```
-  cd Project-Amupedia
+  cd Project-Amupedia
-  ```
+  ```
-  git add .
+  git add .
-  git commit -m "Your commit Message"
+  git commit -m "Your commit Message"
-  git push origin branch-name
+  git push origin branch-name
-  ```
+  ```
- - Star the repository.
+ - Star the repository.

6). Make a pull request.
- Star the repository.

#### Building Amupedia
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The heading "Building Amupedia" should be an h3 instead of h4 to maintain proper heading hierarchy.

- #### Building Amupedia
+ ### Building Amupedia

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
#### Building Amupedia
### Building Amupedia

- Run npm run dev This will start the server on localhost:3000

## Contribuitng Guidelines
For the enthusiasts who want to contribute to CodeHarbourHub, please refer to our [Contributing Guidelines]https://github.com/amupedia2021/amupedia-web/blob/develop/CONTRIBUTING.md
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct the markdown link format for better accessibility and readability.

- For the enthusiasts who want to contribute to CodeHarbourHub, please refer to our [Contributing Guidelines]https://github.com/amupedia2021/amupedia-web/blob/develop/CONTRIBUTING.md
+ For the enthusiasts who want to contribute to CodeHarbourHub, please refer to our [Contributing Guidelines](https://github.com/amupedia2021/amupedia-web/blob/develop/CONTRIBUTING.md)

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
For the enthusiasts who want to contribute to CodeHarbourHub, please refer to our [Contributing Guidelines]https://github.com/amupedia2021/amupedia-web/blob/develop/CONTRIBUTING.md
For the enthusiasts who want to contribute to CodeHarbourHub, please refer to our [Contributing Guidelines](https://github.com/amupedia2021/amupedia-web/blob/develop/CONTRIBUTING.md)


## Features
- Providing you with all the quality stuff related to B.Tech, B.Com, B.E, and various other courses.
- The pdfs related to experiment, viva, quizzes question, the mid and end semester examination as well as the assignments.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct the grammatical number of nouns:

  • Change "pdfs" to "PDFs" for proper capitalization.
  • Change "quizzes question" to "quiz questions" for correct pluralization.
-  - The pdfs related to experiment, viva, quizzes question, the mid and end semester examination as well as the assignments.
+  - The PDFs related to experiments, viva, quiz questions, mid and end semester examinations, as well as assignments.

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- The pdfs related to experiment, viva, quizzes question, the mid and end semester examination as well as the assignments.
- The PDFs related to experiments, viva, quiz questions, mid and end semester examinations, as well as assignments.

For the enthusiasts who want to contribute to CodeHarbourHub, please refer to our [Contributing Guidelines]https://github.com/amupedia2021/amupedia-web/blob/develop/CONTRIBUTING.md

## Code of Conduct
For all the enthusiastic contributers, please refer to the [Code of Conduct]https://github.com/amupedia2021/amupedia-web?tab=coc-ov-file
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct the markdown link format for better accessibility and readability.

- For all the enthusiastic contributers, please refer to the [Code of Conduct]https://github.com/amupedia2021/amupedia-web?tab=coc-ov-file
+ For all the enthusiastic contributors, please refer to the [Code of Conduct](https://github.com/amupedia2021/amupedia-web?tab=coc-ov-file)

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
For all the enthusiastic contributers, please refer to the [Code of Conduct]https://github.com/amupedia2021/amupedia-web?tab=coc-ov-file
For all the enthusiastic contributors, please refer to the [Code of Conduct](https://github.com/amupedia2021/amupedia-web?tab=coc-ov-file)

@aasthakourav20
Copy link
Author

Hey @anmode , please review it and suggest me whether I really need to makes the changes AI suggested .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📚 [Documentation] - Add Learn.md file
1 participant