-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DSA Repo Initialized for dsa content
- Loading branch information
0 parents
commit 2256c1b
Showing
1,895 changed files
with
321,622 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
version = 1 | ||
|
||
[[analyzers]] | ||
name = "javascript" | ||
|
||
[analyzers.meta] | ||
plugins = ["react"] | ||
environment = ["nodejs"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
BASE_URL = | ||
ALGOLIA_API_KEY = | ||
ALGOLIA_APP_ID = | ||
GTM_ID = | ||
GA_ID = |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @ajay-dhangar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# These are supported funding model platforms | ||
|
||
github: Ajay-Dhangar # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
patreon: ajay_dhangar # Replace with a single Patreon username | ||
open_collective: codeharborhub # Replace with a single Open Collective username | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry | ||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
name: Bug report 🐞 | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: bug | ||
body: | ||
- type: checkboxes | ||
id: existing-issue | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: Describe the bug | ||
description: A concise description of what you are experiencing. | ||
placeholder: Tell us what you see! | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behaviour | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Add ScreenShots | ||
description: Add sufficient ScreenShots to explain your issue. | ||
- type: dropdown | ||
id: devices | ||
attributes: | ||
label: On which device are you experiencing this bug? | ||
multiple: true | ||
options: | ||
- Android | ||
- iPhone | ||
- Linux | ||
- Chrome | ||
- Windows | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Record | ||
options: | ||
- label: "I have read the Contributing Guidelines" | ||
required: true | ||
- label: "I'm a GSSOC'24 contributor" | ||
required: False | ||
- label: "I have starred the repository" | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
contact_links: | ||
- name: CodeHarborHub Q&A | ||
url: https://codeharborhub.github.io/community/supports#-how-to-get-support | ||
about: Get help from the community with any questions or issues. | ||
|
||
- name: CodeHarborHub Features | ||
url: https://codeharborhub.github.io/community/features | ||
about: Explore the features and capabilities of CodeHarborHub. | ||
|
||
- name: Meet the Founder or Owner | ||
url: https://codeharborhub.github.io/me/ | ||
about: Learn more about the founder and owner of CodeHarborHub. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
name: 📝 Documentation Update | ||
description: Improve Documentation | ||
title: "[Documentation Update]: " | ||
labels: 'enhancement' | ||
body: | ||
- type: checkboxes | ||
id: existing-issue | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the updates you want to make. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
|
||
- type: textarea | ||
id: issue-description | ||
attributes: | ||
label: Issue Description | ||
description: Please provide a clear description of the documentation update you are suggesting. | ||
placeholder: Describe the improvement or correction you'd like to see in the documentation. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: suggested-change | ||
attributes: | ||
label: Suggested Change | ||
description: Provide details of the proposed change to the documentation. | ||
placeholder: Explain how the documentation should be updated or corrected. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: rationale | ||
attributes: | ||
label: Rationale | ||
description: Why is this documentation update necessary or beneficial? | ||
placeholder: Explain the importance or reasoning behind the suggested change. | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
id: urgency | ||
attributes: | ||
label: Urgency | ||
description: How urgently do you believe this documentation update is needed? | ||
options: | ||
- High | ||
- Medium | ||
- Low | ||
default: 0 | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Acknowledgements | ||
description: Ensure you have read and agree to the project's guidelines. | ||
options: | ||
- label: I have read the Contributing Guidelines | ||
required: true | ||
- label: I'm a GSSOC'24 contributor | ||
required: false | ||
- label: I have starred the repository | ||
required: true | ||
- label: I have read and followed the Contribution Guidelines | ||
required: true | ||
- label: I have followed the code style guidelines of this project | ||
required: true | ||
- label: I have checked for any existing open issues that my pull request may address | ||
required: true | ||
- label: I have ensured that my changes do not break any existing functionality | ||
required: true | ||
- label: Each contributor is allowed to create a maximum of 4 issues per day. This helps us manage and address issues efficiently | ||
required: true | ||
- label: I have read the resources for guidance listed below | ||
required: true | ||
- label: I have not used AI-generated content (e.g., ChatGPT, other AI tools) | ||
required: true | ||
- label: I have not used content from existing sites (e.g., text, images) | ||
required: true | ||
- label: I have followed all security rules and only shared trusted resources | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
name: ✨ Feature Request | ||
description: Suggest a feature | ||
title: "[Feature Request]: " | ||
labels: enhancement | ||
body: | ||
- type: checkboxes | ||
id: existing-issue | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for this feature. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: textarea | ||
id: feature-description | ||
attributes: | ||
label: Feature Description | ||
description: Please provide a detailed description of the feature you are requesting. | ||
placeholder: Describe the new feature or enhancement you'd like to see. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: use-case | ||
attributes: | ||
label: Use Case | ||
description: How would this feature enhance your use of the project? | ||
placeholder: Describe a specific use case or scenario where this feature would be beneficial. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: benefits | ||
attributes: | ||
label: Benefits | ||
description: What benefits would this feature bring to the project or community? | ||
placeholder: Explain the advantages of implementing this feature. | ||
- type: textarea | ||
id: screenShots | ||
attributes: | ||
label: Add ScreenShots | ||
description: If any... | ||
- type: dropdown | ||
id: priority | ||
attributes: | ||
label: Priority | ||
description: How important is this feature to you? | ||
options: | ||
- High | ||
- Medium | ||
- Low | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Record | ||
options: | ||
- label: "I have read the Contributing Guidelines" | ||
required: true | ||
- label: "I'm a GSSOC'24 contributor" | ||
required: false | ||
- label: "I have starred the repository" | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "npm" # Using npm for Docusaurus | ||
directory: "/" | ||
schedule: | ||
interval: "daily" # Changed to daily from weekly | ||
# open-pull-requests-limit: 0 # Disable version updates for npm dependencies | ||
labels: | ||
- 'pr: dependencies' | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
open-pull-requests-limit: 99 | ||
labels: | ||
- 'pr: dependencies' | ||
|
||
- package-ecosystem: "docker" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
## Related Issue | ||
|
||
[Cite any related issue(s) this pull request addresses. If none, simply state "None”] | ||
|
||
## Description | ||
|
||
[Please include a brief description of the changes or features added] | ||
|
||
## Type of PR | ||
|
||
- [ ] Bug fix | ||
- [ ] Feature enhancement | ||
- [ ] Documentation update | ||
- [ ] Security enhancement | ||
- [ ] Other (specify): _______________ | ||
|
||
## Screenshots / Videos (if applicable) | ||
|
||
[Attach any relevant screenshots or videos demonstrating the changes] | ||
|
||
## Checklist | ||
- [ ] I have performed a self-review of my code. | ||
- [ ] I have read and followed the Contribution Guidelines. | ||
- [ ] I have tested the changes thoroughly before submitting this pull request. | ||
- [ ] I have provided relevant issue numbers, screenshots, and videos after making the changes. | ||
- [ ] I have commented my code, particularly in hard-to-understand areas. | ||
- [ ] I have followed the code style guidelines of this project. | ||
- [ ] I have checked for any existing open issues that my pull request may address. | ||
- [ ] I have ensured that my changes do not break any existing functionality. | ||
- [ ] Each contributor is allowed to create a maximum of 4 issues per day. This helps us manage and address issues efficiently. | ||
- [ ] I have read the resources for guidance listed below. | ||
- [ ] I have followed security best practices in my code changes. | ||
|
||
## Additional Context | ||
|
||
[Include any additional information or context that might be helpful for reviewers.] | ||
|
||
## Resources for Guidance | ||
|
||
Please read the following resources before submitting your contribution: | ||
|
||
- [ ] [Code Harbor Hub Community Features](https://www.codeharborhub.live/community/features) | ||
- [ ] [Docusaurus Documentation](https://docusaurus.io/docs/create-doc) | ||
- [ ] [React.js Documentation](https://legacy.reactjs.org/docs/getting-started.html) | ||
- [ ] [Markdown Guide](https://www.markdownguide.org/) | ||
- [ ] [MDX Documentation](https://mdxjs.com/docs/) | ||
- [ ] [Mermaid Documentation](https://mermaid.js.org/) | ||
|
||
**Resources for DSA Features on Our Site:** | ||
|
||
- [ ] [Tabs: Switch Languages](https://www.codeharborhub.live/community/features#multi-language-support-code-blocks) | ||
- [ ] [Line Numbering](https://www.codeharborhub.live/community/features#line-numbering) | ||
- [ ] [Math Equations](https://www.codeharborhub.live/community/features#math-equations-with-katex) | ||
|
||
## Contribution Guidelines | ||
|
||
Thank you for considering contributing to our project! To ensure smooth collaboration and effective contribution management, please adhere to the following guidelines: | ||
|
||
### Issue Creation | ||
|
||
1. **Limit on Issues:** | ||
- Each contributor is allowed to create a maximum of **4 issues per day**. This helps us manage and address issues efficiently. | ||
|
||
### Contribution Levels | ||
|
||
2. **Basic Contributions:** | ||
- This project is primarily focused on documentation. Most of the setup has been completed, so contributors will generally need to work on basic code tasks, such as writing tests. | ||
- For these tasks, issues will be assigned the **level1** label. | ||
|
||
3. **Acknowledging Hard Work:** | ||
- If a contributor puts in significant effort on a task, the issue will be upgraded to **level2**. This is our way of recognizing and appreciating extra effort. | ||
|
||
4. **Feature Additions and Component Work:** | ||
- Contributors working on new features or components using JSX/TSX will be assigned a level based on the complexity and quality of their work. | ||
- The more complex and valuable the contribution, the higher the level assigned. | ||
|
||
### Level Definitions | ||
|
||
- **Level1:** | ||
- Tasks are straightforward, such as fixing minor bugs, writing tests, or making simple documentation updates. | ||
- **Level2:** | ||
- Tasks require more effort, such as addressing complex bugs, improving existing features, or making substantial documentation improvements. | ||
- **Level3:** | ||
- Tasks are highly complex and involve significant new feature development, major refactoring, or extensive contributions to the project’s core components. | ||
|
||
We look forward to your contributions and appreciate your effort in helping us improve the project! |
Oops, something went wrong.