├── .editorconfig ├── .gitattributes ├── .github ├── CODEOWNERS └── workflows │ ├── auto-add-to-project.yml │ ├── compliance.yml │ ├── development.yml │ ├── pizza-action.yml │ ├── release.yml │ └── triage.yml ├── .gitignore ├── .nojekyll ├── .npmrc ├── .nvmrc ├── .sauced.yaml ├── CHANGELOG.md ├── CODEOWNERS ├── Dockerfile ├── LICENSE ├── README.md ├── babel.config.js ├── blog ├── 2023 │ ├── 2023-04-17-writing-your-first-pull-request-tips-best-practices-and-ai-powered-tools-for-success.md │ ├── 2023-04-20-how-vercel-is-using-github-discussions-to-build-a-strong-nextjs-community.md │ ├── 2023-04-24-managing-community-health-files-and-templates-with-a-github-repository.md │ ├── 2023-04-26-what-is-bluesky-social-network-and-why-are-developers-excited-about-it.md │ ├── 2023-05-01-beyond-content-creation-how-open-source-contributions-can-help-you-get-noticed.md │ ├── 2023-05-01-the-power-of-pair-programming-benefits-types-and-tips.md │ ├── 2023-05-03-how-to-contribute-to-open-source-without-knowing-how-to-code-a-guide-with-project-suggestions.md │ ├── 2023-05-08-open-source-terminology-101-a-primer-for-new-contributors.md │ ├── 2023-05-10-how-to-write-a-good-issue-tips-for-effective-communication-in-open-source.md │ ├── 2023-05-15-choose-your-own-adventure-in-open-source-paths-to-success.md │ ├── 2023-05-22-what-happens-after-you-submit-a-pr-to-an-open-source-project.md │ ├── 2023-05-30-exploring-imaginary-worlds.md │ ├── 2023-06-01-understanding-why-pull-requests-get-rejected-in-open-source-projects.md │ ├── 2023-06-05-fueling-innovation-and-collaborative-storytelling.md │ ├── 2023-06-12-from-inspiration-to-impact.md │ ├── 2023-06-14-how-to-start-an-open-source-project-with-vs-code.md │ ├── 2023-06-21-open-source-101-a-beginners-guide-to-getting-started.md │ ├── 2023-06-26-building-your-devrel-resume-with-open-source.md │ ├── 2023-07-03-devex-and-oss--elevating-developer-experience-through-open-source-collaboration.md │ ├── 2023-07-10-how-to-talk-about-your-open-source-experience-in-a-tech-interview.md │ ├── 2023-07-12-100daysofoss-growing-skills-and-real-world-experience.md │ ├── 2023-07-17-the-power-of-git-a-guide-to-collaborative-version-control.md │ ├── 2023-07-24-setting-goals-for-your-open-source-contributions.md │ ├── 2023-07-27-open-source-abcs-bug.md │ ├── 2023-07-31-keeping-your-branch-up-to-date-and-handling-merge-conflicts-while-waiting-for-pr-reviews.md │ ├── 2023-08-01-open-source-abcs-collaboration.md │ ├── 2023-08-03-open-source-abcs-documentation.md │ ├── 2023-08-07-you-dont-need-a-mentor-embracing-the-power-of-community.md │ ├── 2023-08-08-open-source-abcs-evolution.md │ ├── 2023-08-09-caching-git-repos.md │ ├── 2023-08-10-open-source-abcs-fork.md │ ├── 2023-08-14-what-does-an-open-source-triage-team-do.md │ ├── 2023-08-15-open-source-abcs-git.md │ ├── 2023-08-21-open-source-abcs-issues.md │ ├── 2023-08-22-navigating-open-source-my-journey-to-contributing-and-getting-my-first-freecodecamp-pr-accepted.md │ ├── 2023-08-23-open-source-abcs-javascript.md │ ├── 2023-08-28-open-source-abcs-kernel.md │ ├── 2023-09-04-open-source-abcs-meritocracy.md │ ├── 2023-09-05-how-to-participate-in-hacktoberfest.md │ ├── 2023-09-06-open-source-abcs-network.md │ ├── 2023-09-11-open-source-abcs-open-data.md │ ├── 2023-09-12-navigating-spammy-and-low-quality-prs-a-guide-for-maintainers.md │ ├── 2023-09-13-open-source-abcs-pull-request.md │ ├── 2023-09-14-how-we-made-our-go-microservice-24x-faster.md │ ├── 2023-09-18-open-source-abcs-quality-assurance.md │ ├── 2023-09-19-the-role-of-docs.md │ ├── 2023-09-20-open-source-abcs-repository.md │ ├── 2023-09-21-supercharge-your-repository-with-code-owners.md │ ├── 2023-09-27-open-source-abcs-transparency.md │ ├── 2023-10-02-open-source-abcs-upstream.md │ ├── 2023-10-03-how-to-be-a-top-contributor-this-hacktoberfest.md │ ├── 2023-10-04-open-source-abcs-version-control.md │ ├── 2023-10-09-open-source-abcs-workflow.md │ ├── 2023-10-12-open-source-abcs-xenial-xerus.md │ ├── 2023-10-16-open-source-abcs-yaml--yml.md │ ├── 2023-10-17-setting-up-your-first-github-action.md │ ├── 2023-10-18-open-source-abcs-zsh.md │ ├── 2023-10-31-github-actions-a-maintainers-best-friend.md │ ├── 2023-11-01-how-to-get-your-pull-request-reviewed.md │ ├── 2023-11-07-a-complete-guide-to-getting-started-in-open-source.md │ ├── 2023-11-14-boost-productivity-with-the-github-cli.md │ ├── 2023-11-21-so-youre-interested-in-being-an-open-source-maintainer.md │ ├── 2023-11-28-strategies-for-successful-contributor-onboarding.md │ ├── 2023-11-30-job-seekers-worksheet-build-your-resume-with-open-source.md │ ├── 2023-11-30-what-to-do-when-your-pr-fails.md │ ├── 2023-12-05-so-what-does-a-maintainer-do-anyway.md │ └── 2023-12-14-migrating-from-jest-to-vitest-for-your-react-application.md ├── 2024 │ ├── 2024-01-09-take-the-first-step-the-open-source-game.md │ ├── 2024-01-23-the-native-browser-dialog-element.md │ ├── 2024-02-01-game-development-and-multimedia-godot-engine-a-game-changer-in-game-development.md │ ├── 2024-02-02-game-development-and-multimedia-theatrejs-unleashing-creativity-in-animation-and-motion-design.md │ ├── 2024-02-03-game-development-and-multimedia-audacity-the-sound-of-creativity.md │ ├── 2024-02-04-development-tools-and-platforms-open-source-saas-and-boxyhq.md │ ├── 2024-02-05-development-tools-and-platforms-a-closer-look-at-api-testing-with-hoppscotch.md │ ├── 2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css.md │ ├── 2024-02-06-development-tools-and-platforms-create-your-devto--pipedream-automation-in-under-20-minutes.md │ ├── 2024-02-07-documenso-v-docusign-the-showdown.md │ ├── 2024-02-08-getting-user-feedback-for-success-tips-and-tools.md │ ├── 2024-02-09-why-would-you-use-backend-as-a-service-baas.md │ ├── 2024-02-10-researchhub-the-github-of-scientific-research.md │ ├── 2024-02-11-transforming-lives-through-code-freecodecamp.md │ ├── 2024-02-12-three-open-source-alternatives-to-calendly.md │ ├── 2024-02-13-transforming-productivity-with-open-source-gamification-habitica.md │ ├── 2024-02-14-modernizing-file-management-with-spacedrive--is-it-worth-it.md │ ├── 2024-02-15-what-do-you-use-for-a-second-brain.md │ ├── 2024-02-17-what-design-tool-should-i-use.md │ ├── 2024-02-18-the-open-source-slack-alternative.md │ ├── 2024-02-19-dev-medium-and-hashnode-choosing-your-digital-stage.md │ ├── 2024-02-20-whats-the-right-newsletter-platform-for-you-open-source-spotlight-on-ghost.md │ ├── 2024-02-21-whats-a-headless-cms.md │ ├── 2024-02-22-from-messy-to-memorable-shorten-your-links-boost-your-brand.md │ ├── 2024-02-23-sending-emails-with-react.md │ ├── 2024-02-24-what-would-your-dream-home-automation-look-like.md │ ├── 2024-02-25-open-source-ai-glasses-would-you-wear-them.md │ ├── 2024-02-26-exploring-supabase-the-open-source-backend-for-developers.md │ ├── 2024-02-27-would-you-use-an-open-source-personal-finance-app.md │ ├── 2024-02-28-chatgpt-google-gemini-or-huggingchats-open-source-option.md │ ├── 2024-02-29-opensauced-nurturing-open-source-collaboration-and-growth.md │ ├── 2024-03-05-collaborate-conquer-grow-mastering-the-art-of-issue-management-for-open-source-projects.md │ ├── 2024-03-14-stuck-in-the-middle-with-you-an-intro-to-middleware.md │ ├── 2024-03-19-how-to-build-your-open-source-dream-team-a-guide.md │ ├── 2024-03-26-whats-the-difference-between-new-and-beginner-open-source-contributors.md │ ├── 2024-04-02-form-and-function-how-i-lost-my-submit-button-got-it-back.md │ ├── 2024-04-04-meet-the-new-ai-engineers-devin-devika-and-opendevin.md │ ├── 2024-04-16-creating-an-og-image-using-react-and-netlify-edge-functions.md │ ├── 2024-04-18-the-missing-piece-why-your-project-needs-a-maintainer-onboarding-process.md │ ├── 2024-04-23-the-secret-recipe-to-getting-your-pull-requests-reviewed-and-merged-faster.md │ ├── 2024-04-30-building-bridges-not-walls-the-importance-of-documentation-in-open-source-projects.md │ ├── 2024-05-02-we-made-a-copilot-tool-for-you-to-unlock-the-power-of-git-history.md │ ├── 2024-05-06-maintainer-monday-community-care.md │ ├── 2024-05-09-streamline-your-contributions-mastering-issue-forms-and-pr-templates.md │ ├── 2024-05-13-maintainer-monday.md │ ├── 2024-05-20-nurturing-the-future-of-open-source-maintainers.md │ ├── 2024-05-21-pour-one-out-for-create-react-app-whats-next.md │ ├── 2024-05-23-creating-open-source-connections.md │ ├── 2024-05-28-how-to-assess-your-skill-level-before-contributing-to-open-source.md │ ├── 2024-06-03-how-to-find-open-source-projects-to-contribute-to.md │ ├── 2024-06-17-valibot-a-new-approach-to-data-validation-in-javascript.md │ ├── 2024-07-15-the-react-useref-hook-not-just-for-html-elements.md │ ├── 2024-08-05-open-source-challenge.md │ ├── 2024-08-06-introducing-ossf-scorecard.md │ ├── 2024-08-08-ossf-scorecard-technical-deep-dive.md │ └── 2024-08-19-supercharge-your-github-profile.md └── authors.yml ├── docs ├── community │ ├── 100-days-of-oss.md │ ├── hacktoberfest.md │ └── welcome-to-the-community.md ├── contributing │ ├── code-of-conduct.md │ ├── introduction-to-contributing.md │ ├── opensauced-maintainers-guide │ │ ├── community-maintainers-guide.md │ │ └── maintainers-guide.md │ ├── opensauced-writers-guide │ │ └── how-to-add-your-post.md │ ├── set-up-authentication.md │ ├── technical │ │ ├── resolve-merge-conflicts.md │ │ └── setup-repo-with-git.md │ └── triage-guide.md ├── contributors │ └── contributors-guide.md ├── features │ ├── contributor-insights.md │ ├── dev-card.md │ ├── highlights.md │ ├── repo-insights.md │ ├── repo-pages.md │ ├── star-search.md │ └── workspaces.md ├── introduction.md ├── maintainers │ ├── maintainers-guide.md │ ├── understanding-contrib-insights.md │ └── understanding-repo-insights.md ├── opensauced-guides │ ├── job-seekers-guide │ │ ├── categorize-contributions.md │ │ └── introduction.md │ ├── oscr-score-guide │ │ └── oscr-introduction.md │ └── students-guide │ │ └── students-guide.md ├── opensauced-packages │ ├── check-engines.md │ ├── conventional-commit.md │ └── semantic-release.md ├── tools │ ├── chrome-extension │ │ ├── highlights.md │ │ ├── introduction-to-the-chrome-extension.md │ │ └── viewing-insights-and-invitations.md │ ├── hot-opensauced.md │ └── pizza-cli │ │ ├── codeowners.md │ │ ├── pizza-action.md │ │ └── pizza-cli.md └── welcome │ ├── faqs.md │ ├── glossary.md │ ├── key-metrics-guide.md │ └── opensauced-intro.md ├── docusaurus.config.js ├── netlify.toml ├── npm-shrinkwrap.json ├── package.json ├── sidebars.js ├── src └── css │ └── custom.css └── static ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── gif ├── connections.gif ├── contributors-sync-list.gif ├── highlight.gif ├── insight-page-demo.gif ├── pr-code-explain.gif ├── pr-code-refactor.gif ├── pr-code-test.gif ├── pr-description.gif ├── team-sync-insights.gif └── team-sync.gif ├── icon-144x144.png ├── icon-192x192.png ├── icon-72x72.png ├── icon-96x96.png ├── img ├── DevCard.png ├── a-dev-card.png ├── access-workspace.png ├── activity-repos-insights.png ├── add-to-workspace.png ├── contrib-insight-new.png ├── contributing-avatar-top-right.png ├── contributing-copy-auth-token.png ├── contributing-maintainers-create-repository.png ├── contributing-maintainers-env.png ├── contributing-maintainers-merge-protections.png ├── contributing-maintainers-merge-settings.png ├── contributing-resolve-merge-conflicts-commit-message.png ├── contributing-resolve-merge-conflicts-dont-do.png ├── contributing-resolve-merge-conflicts-merge-conflicts.png ├── contributing-resolve-merge-conflicts-merge-success.png ├── contributing-resolve-merge-conflicts-ready-to-merge.png ├── contributing-resolve-merge-conflicts-review-conflicts.png ├── contributing-resolve-merge-conflicts-view-merge-commit.png ├── contributing-token-printed-to-console.png ├── contributors-insights.png ├── crossplane-scorecard.png ├── extension-invite.png ├── extension-links.png ├── extension-popup.png ├── extension-view.png ├── favicon.ico ├── files-changed-tab.png ├── future-scorecard-workspaces.png ├── future-scorecard.png ├── get-dev-card.png ├── highlights.png ├── kubernetes-scorecard.png ├── list-graph.png ├── lists-page.png ├── logo.svg ├── logo_darkmode.png ├── logo_lightmode.png ├── ml-explore-page.png ├── openSauced-icon.png ├── popular-repos-hot-opensauced.png ├── pr-velocity-example.png ├── profile.png ├── repos-insights.png ├── settings.png ├── star-search.png ├── sync-branch-GH.png ├── upvoted-repos-hot-opensauced.png ├── what-is-opensauced.jpg ├── what-is-opensauced.png ├── workspace-access.png ├── workspace-sidebar.png ├── workspace-switcher.png └── workspace.png ├── manifest.json └── robots.txt /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @open-sauced/docs 2 | -------------------------------------------------------------------------------- /.github/workflows/auto-add-to-project.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/.github/workflows/auto-add-to-project.yml -------------------------------------------------------------------------------- /.github/workflows/compliance.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/.github/workflows/compliance.yml -------------------------------------------------------------------------------- /.github/workflows/development.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/.github/workflows/development.yml -------------------------------------------------------------------------------- /.github/workflows/pizza-action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/.github/workflows/pizza-action.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.github/workflows/triage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/.github/workflows/triage.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/.gitignore -------------------------------------------------------------------------------- /.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/.npmrc -------------------------------------------------------------------------------- /.nvmrc: -------------------------------------------------------------------------------- 1 | 18.17.0 2 | -------------------------------------------------------------------------------- /.sauced.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/.sauced.yaml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/README.md -------------------------------------------------------------------------------- /babel.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/babel.config.js -------------------------------------------------------------------------------- /blog/2023/2023-04-17-writing-your-first-pull-request-tips-best-practices-and-ai-powered-tools-for-success.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-04-17-writing-your-first-pull-request-tips-best-practices-and-ai-powered-tools-for-success.md -------------------------------------------------------------------------------- /blog/2023/2023-04-20-how-vercel-is-using-github-discussions-to-build-a-strong-nextjs-community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-04-20-how-vercel-is-using-github-discussions-to-build-a-strong-nextjs-community.md -------------------------------------------------------------------------------- /blog/2023/2023-04-24-managing-community-health-files-and-templates-with-a-github-repository.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-04-24-managing-community-health-files-and-templates-with-a-github-repository.md -------------------------------------------------------------------------------- /blog/2023/2023-04-26-what-is-bluesky-social-network-and-why-are-developers-excited-about-it.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-04-26-what-is-bluesky-social-network-and-why-are-developers-excited-about-it.md -------------------------------------------------------------------------------- /blog/2023/2023-05-01-beyond-content-creation-how-open-source-contributions-can-help-you-get-noticed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-05-01-beyond-content-creation-how-open-source-contributions-can-help-you-get-noticed.md -------------------------------------------------------------------------------- /blog/2023/2023-05-01-the-power-of-pair-programming-benefits-types-and-tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-05-01-the-power-of-pair-programming-benefits-types-and-tips.md -------------------------------------------------------------------------------- /blog/2023/2023-05-03-how-to-contribute-to-open-source-without-knowing-how-to-code-a-guide-with-project-suggestions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-05-03-how-to-contribute-to-open-source-without-knowing-how-to-code-a-guide-with-project-suggestions.md -------------------------------------------------------------------------------- /blog/2023/2023-05-08-open-source-terminology-101-a-primer-for-new-contributors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-05-08-open-source-terminology-101-a-primer-for-new-contributors.md -------------------------------------------------------------------------------- /blog/2023/2023-05-10-how-to-write-a-good-issue-tips-for-effective-communication-in-open-source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-05-10-how-to-write-a-good-issue-tips-for-effective-communication-in-open-source.md -------------------------------------------------------------------------------- /blog/2023/2023-05-15-choose-your-own-adventure-in-open-source-paths-to-success.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-05-15-choose-your-own-adventure-in-open-source-paths-to-success.md -------------------------------------------------------------------------------- /blog/2023/2023-05-22-what-happens-after-you-submit-a-pr-to-an-open-source-project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-05-22-what-happens-after-you-submit-a-pr-to-an-open-source-project.md -------------------------------------------------------------------------------- /blog/2023/2023-05-30-exploring-imaginary-worlds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-05-30-exploring-imaginary-worlds.md -------------------------------------------------------------------------------- /blog/2023/2023-06-01-understanding-why-pull-requests-get-rejected-in-open-source-projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-06-01-understanding-why-pull-requests-get-rejected-in-open-source-projects.md -------------------------------------------------------------------------------- /blog/2023/2023-06-05-fueling-innovation-and-collaborative-storytelling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-06-05-fueling-innovation-and-collaborative-storytelling.md -------------------------------------------------------------------------------- /blog/2023/2023-06-12-from-inspiration-to-impact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-06-12-from-inspiration-to-impact.md -------------------------------------------------------------------------------- /blog/2023/2023-06-14-how-to-start-an-open-source-project-with-vs-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-06-14-how-to-start-an-open-source-project-with-vs-code.md -------------------------------------------------------------------------------- /blog/2023/2023-06-21-open-source-101-a-beginners-guide-to-getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-06-21-open-source-101-a-beginners-guide-to-getting-started.md -------------------------------------------------------------------------------- /blog/2023/2023-06-26-building-your-devrel-resume-with-open-source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-06-26-building-your-devrel-resume-with-open-source.md -------------------------------------------------------------------------------- /blog/2023/2023-07-03-devex-and-oss--elevating-developer-experience-through-open-source-collaboration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-07-03-devex-and-oss--elevating-developer-experience-through-open-source-collaboration.md -------------------------------------------------------------------------------- /blog/2023/2023-07-10-how-to-talk-about-your-open-source-experience-in-a-tech-interview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-07-10-how-to-talk-about-your-open-source-experience-in-a-tech-interview.md -------------------------------------------------------------------------------- /blog/2023/2023-07-12-100daysofoss-growing-skills-and-real-world-experience.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-07-12-100daysofoss-growing-skills-and-real-world-experience.md -------------------------------------------------------------------------------- /blog/2023/2023-07-17-the-power-of-git-a-guide-to-collaborative-version-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-07-17-the-power-of-git-a-guide-to-collaborative-version-control.md -------------------------------------------------------------------------------- /blog/2023/2023-07-24-setting-goals-for-your-open-source-contributions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-07-24-setting-goals-for-your-open-source-contributions.md -------------------------------------------------------------------------------- /blog/2023/2023-07-27-open-source-abcs-bug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-07-27-open-source-abcs-bug.md -------------------------------------------------------------------------------- /blog/2023/2023-07-31-keeping-your-branch-up-to-date-and-handling-merge-conflicts-while-waiting-for-pr-reviews.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-07-31-keeping-your-branch-up-to-date-and-handling-merge-conflicts-while-waiting-for-pr-reviews.md -------------------------------------------------------------------------------- /blog/2023/2023-08-01-open-source-abcs-collaboration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-08-01-open-source-abcs-collaboration.md -------------------------------------------------------------------------------- /blog/2023/2023-08-03-open-source-abcs-documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-08-03-open-source-abcs-documentation.md -------------------------------------------------------------------------------- /blog/2023/2023-08-07-you-dont-need-a-mentor-embracing-the-power-of-community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-08-07-you-dont-need-a-mentor-embracing-the-power-of-community.md -------------------------------------------------------------------------------- /blog/2023/2023-08-08-open-source-abcs-evolution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-08-08-open-source-abcs-evolution.md -------------------------------------------------------------------------------- /blog/2023/2023-08-09-caching-git-repos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-08-09-caching-git-repos.md -------------------------------------------------------------------------------- /blog/2023/2023-08-10-open-source-abcs-fork.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-08-10-open-source-abcs-fork.md -------------------------------------------------------------------------------- /blog/2023/2023-08-14-what-does-an-open-source-triage-team-do.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-08-14-what-does-an-open-source-triage-team-do.md -------------------------------------------------------------------------------- /blog/2023/2023-08-15-open-source-abcs-git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-08-15-open-source-abcs-git.md -------------------------------------------------------------------------------- /blog/2023/2023-08-21-open-source-abcs-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-08-21-open-source-abcs-issues.md -------------------------------------------------------------------------------- /blog/2023/2023-08-22-navigating-open-source-my-journey-to-contributing-and-getting-my-first-freecodecamp-pr-accepted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-08-22-navigating-open-source-my-journey-to-contributing-and-getting-my-first-freecodecamp-pr-accepted.md -------------------------------------------------------------------------------- /blog/2023/2023-08-23-open-source-abcs-javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-08-23-open-source-abcs-javascript.md -------------------------------------------------------------------------------- /blog/2023/2023-08-28-open-source-abcs-kernel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-08-28-open-source-abcs-kernel.md -------------------------------------------------------------------------------- /blog/2023/2023-09-04-open-source-abcs-meritocracy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-09-04-open-source-abcs-meritocracy.md -------------------------------------------------------------------------------- /blog/2023/2023-09-05-how-to-participate-in-hacktoberfest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-09-05-how-to-participate-in-hacktoberfest.md -------------------------------------------------------------------------------- /blog/2023/2023-09-06-open-source-abcs-network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-09-06-open-source-abcs-network.md -------------------------------------------------------------------------------- /blog/2023/2023-09-11-open-source-abcs-open-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-09-11-open-source-abcs-open-data.md -------------------------------------------------------------------------------- /blog/2023/2023-09-12-navigating-spammy-and-low-quality-prs-a-guide-for-maintainers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-09-12-navigating-spammy-and-low-quality-prs-a-guide-for-maintainers.md -------------------------------------------------------------------------------- /blog/2023/2023-09-13-open-source-abcs-pull-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-09-13-open-source-abcs-pull-request.md -------------------------------------------------------------------------------- /blog/2023/2023-09-14-how-we-made-our-go-microservice-24x-faster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-09-14-how-we-made-our-go-microservice-24x-faster.md -------------------------------------------------------------------------------- /blog/2023/2023-09-18-open-source-abcs-quality-assurance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-09-18-open-source-abcs-quality-assurance.md -------------------------------------------------------------------------------- /blog/2023/2023-09-19-the-role-of-docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-09-19-the-role-of-docs.md -------------------------------------------------------------------------------- /blog/2023/2023-09-20-open-source-abcs-repository.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-09-20-open-source-abcs-repository.md -------------------------------------------------------------------------------- /blog/2023/2023-09-21-supercharge-your-repository-with-code-owners.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-09-21-supercharge-your-repository-with-code-owners.md -------------------------------------------------------------------------------- /blog/2023/2023-09-27-open-source-abcs-transparency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-09-27-open-source-abcs-transparency.md -------------------------------------------------------------------------------- /blog/2023/2023-10-02-open-source-abcs-upstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-10-02-open-source-abcs-upstream.md -------------------------------------------------------------------------------- /blog/2023/2023-10-03-how-to-be-a-top-contributor-this-hacktoberfest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-10-03-how-to-be-a-top-contributor-this-hacktoberfest.md -------------------------------------------------------------------------------- /blog/2023/2023-10-04-open-source-abcs-version-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-10-04-open-source-abcs-version-control.md -------------------------------------------------------------------------------- /blog/2023/2023-10-09-open-source-abcs-workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-10-09-open-source-abcs-workflow.md -------------------------------------------------------------------------------- /blog/2023/2023-10-12-open-source-abcs-xenial-xerus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-10-12-open-source-abcs-xenial-xerus.md -------------------------------------------------------------------------------- /blog/2023/2023-10-16-open-source-abcs-yaml--yml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-10-16-open-source-abcs-yaml--yml.md -------------------------------------------------------------------------------- /blog/2023/2023-10-17-setting-up-your-first-github-action.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-10-17-setting-up-your-first-github-action.md -------------------------------------------------------------------------------- /blog/2023/2023-10-18-open-source-abcs-zsh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-10-18-open-source-abcs-zsh.md -------------------------------------------------------------------------------- /blog/2023/2023-10-31-github-actions-a-maintainers-best-friend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-10-31-github-actions-a-maintainers-best-friend.md -------------------------------------------------------------------------------- /blog/2023/2023-11-01-how-to-get-your-pull-request-reviewed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-11-01-how-to-get-your-pull-request-reviewed.md -------------------------------------------------------------------------------- /blog/2023/2023-11-07-a-complete-guide-to-getting-started-in-open-source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-11-07-a-complete-guide-to-getting-started-in-open-source.md -------------------------------------------------------------------------------- /blog/2023/2023-11-14-boost-productivity-with-the-github-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-11-14-boost-productivity-with-the-github-cli.md -------------------------------------------------------------------------------- /blog/2023/2023-11-21-so-youre-interested-in-being-an-open-source-maintainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-11-21-so-youre-interested-in-being-an-open-source-maintainer.md -------------------------------------------------------------------------------- /blog/2023/2023-11-28-strategies-for-successful-contributor-onboarding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-11-28-strategies-for-successful-contributor-onboarding.md -------------------------------------------------------------------------------- /blog/2023/2023-11-30-job-seekers-worksheet-build-your-resume-with-open-source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-11-30-job-seekers-worksheet-build-your-resume-with-open-source.md -------------------------------------------------------------------------------- /blog/2023/2023-11-30-what-to-do-when-your-pr-fails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-11-30-what-to-do-when-your-pr-fails.md -------------------------------------------------------------------------------- /blog/2023/2023-12-05-so-what-does-a-maintainer-do-anyway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-12-05-so-what-does-a-maintainer-do-anyway.md -------------------------------------------------------------------------------- /blog/2023/2023-12-14-migrating-from-jest-to-vitest-for-your-react-application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2023/2023-12-14-migrating-from-jest-to-vitest-for-your-react-application.md -------------------------------------------------------------------------------- /blog/2024/2024-01-09-take-the-first-step-the-open-source-game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-01-09-take-the-first-step-the-open-source-game.md -------------------------------------------------------------------------------- /blog/2024/2024-01-23-the-native-browser-dialog-element.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-01-23-the-native-browser-dialog-element.md -------------------------------------------------------------------------------- /blog/2024/2024-02-01-game-development-and-multimedia-godot-engine-a-game-changer-in-game-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-01-game-development-and-multimedia-godot-engine-a-game-changer-in-game-development.md -------------------------------------------------------------------------------- /blog/2024/2024-02-02-game-development-and-multimedia-theatrejs-unleashing-creativity-in-animation-and-motion-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-02-game-development-and-multimedia-theatrejs-unleashing-creativity-in-animation-and-motion-design.md -------------------------------------------------------------------------------- /blog/2024/2024-02-03-game-development-and-multimedia-audacity-the-sound-of-creativity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-03-game-development-and-multimedia-audacity-the-sound-of-creativity.md -------------------------------------------------------------------------------- /blog/2024/2024-02-04-development-tools-and-platforms-open-source-saas-and-boxyhq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-04-development-tools-and-platforms-open-source-saas-and-boxyhq.md -------------------------------------------------------------------------------- /blog/2024/2024-02-05-development-tools-and-platforms-a-closer-look-at-api-testing-with-hoppscotch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-05-development-tools-and-platforms-a-closer-look-at-api-testing-with-hoppscotch.md -------------------------------------------------------------------------------- /blog/2024/2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css.md -------------------------------------------------------------------------------- /blog/2024/2024-02-06-development-tools-and-platforms-create-your-devto--pipedream-automation-in-under-20-minutes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-06-development-tools-and-platforms-create-your-devto--pipedream-automation-in-under-20-minutes.md -------------------------------------------------------------------------------- /blog/2024/2024-02-07-documenso-v-docusign-the-showdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-07-documenso-v-docusign-the-showdown.md -------------------------------------------------------------------------------- /blog/2024/2024-02-08-getting-user-feedback-for-success-tips-and-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-08-getting-user-feedback-for-success-tips-and-tools.md -------------------------------------------------------------------------------- /blog/2024/2024-02-09-why-would-you-use-backend-as-a-service-baas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-09-why-would-you-use-backend-as-a-service-baas.md -------------------------------------------------------------------------------- /blog/2024/2024-02-10-researchhub-the-github-of-scientific-research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-10-researchhub-the-github-of-scientific-research.md -------------------------------------------------------------------------------- /blog/2024/2024-02-11-transforming-lives-through-code-freecodecamp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-11-transforming-lives-through-code-freecodecamp.md -------------------------------------------------------------------------------- /blog/2024/2024-02-12-three-open-source-alternatives-to-calendly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-12-three-open-source-alternatives-to-calendly.md -------------------------------------------------------------------------------- /blog/2024/2024-02-13-transforming-productivity-with-open-source-gamification-habitica.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-13-transforming-productivity-with-open-source-gamification-habitica.md -------------------------------------------------------------------------------- /blog/2024/2024-02-14-modernizing-file-management-with-spacedrive--is-it-worth-it.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-14-modernizing-file-management-with-spacedrive--is-it-worth-it.md -------------------------------------------------------------------------------- /blog/2024/2024-02-15-what-do-you-use-for-a-second-brain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-15-what-do-you-use-for-a-second-brain.md -------------------------------------------------------------------------------- /blog/2024/2024-02-17-what-design-tool-should-i-use.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-17-what-design-tool-should-i-use.md -------------------------------------------------------------------------------- /blog/2024/2024-02-18-the-open-source-slack-alternative.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-18-the-open-source-slack-alternative.md -------------------------------------------------------------------------------- /blog/2024/2024-02-19-dev-medium-and-hashnode-choosing-your-digital-stage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-19-dev-medium-and-hashnode-choosing-your-digital-stage.md -------------------------------------------------------------------------------- /blog/2024/2024-02-20-whats-the-right-newsletter-platform-for-you-open-source-spotlight-on-ghost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-20-whats-the-right-newsletter-platform-for-you-open-source-spotlight-on-ghost.md -------------------------------------------------------------------------------- /blog/2024/2024-02-21-whats-a-headless-cms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-21-whats-a-headless-cms.md -------------------------------------------------------------------------------- /blog/2024/2024-02-22-from-messy-to-memorable-shorten-your-links-boost-your-brand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-22-from-messy-to-memorable-shorten-your-links-boost-your-brand.md -------------------------------------------------------------------------------- /blog/2024/2024-02-23-sending-emails-with-react.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-23-sending-emails-with-react.md -------------------------------------------------------------------------------- /blog/2024/2024-02-24-what-would-your-dream-home-automation-look-like.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-24-what-would-your-dream-home-automation-look-like.md -------------------------------------------------------------------------------- /blog/2024/2024-02-25-open-source-ai-glasses-would-you-wear-them.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-25-open-source-ai-glasses-would-you-wear-them.md -------------------------------------------------------------------------------- /blog/2024/2024-02-26-exploring-supabase-the-open-source-backend-for-developers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-26-exploring-supabase-the-open-source-backend-for-developers.md -------------------------------------------------------------------------------- /blog/2024/2024-02-27-would-you-use-an-open-source-personal-finance-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-27-would-you-use-an-open-source-personal-finance-app.md -------------------------------------------------------------------------------- /blog/2024/2024-02-28-chatgpt-google-gemini-or-huggingchats-open-source-option.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-28-chatgpt-google-gemini-or-huggingchats-open-source-option.md -------------------------------------------------------------------------------- /blog/2024/2024-02-29-opensauced-nurturing-open-source-collaboration-and-growth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-02-29-opensauced-nurturing-open-source-collaboration-and-growth.md -------------------------------------------------------------------------------- /blog/2024/2024-03-05-collaborate-conquer-grow-mastering-the-art-of-issue-management-for-open-source-projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-03-05-collaborate-conquer-grow-mastering-the-art-of-issue-management-for-open-source-projects.md -------------------------------------------------------------------------------- /blog/2024/2024-03-14-stuck-in-the-middle-with-you-an-intro-to-middleware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-03-14-stuck-in-the-middle-with-you-an-intro-to-middleware.md -------------------------------------------------------------------------------- /blog/2024/2024-03-19-how-to-build-your-open-source-dream-team-a-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-03-19-how-to-build-your-open-source-dream-team-a-guide.md -------------------------------------------------------------------------------- /blog/2024/2024-03-26-whats-the-difference-between-new-and-beginner-open-source-contributors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-03-26-whats-the-difference-between-new-and-beginner-open-source-contributors.md -------------------------------------------------------------------------------- /blog/2024/2024-04-02-form-and-function-how-i-lost-my-submit-button-got-it-back.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-04-02-form-and-function-how-i-lost-my-submit-button-got-it-back.md -------------------------------------------------------------------------------- /blog/2024/2024-04-04-meet-the-new-ai-engineers-devin-devika-and-opendevin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-04-04-meet-the-new-ai-engineers-devin-devika-and-opendevin.md -------------------------------------------------------------------------------- /blog/2024/2024-04-16-creating-an-og-image-using-react-and-netlify-edge-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-04-16-creating-an-og-image-using-react-and-netlify-edge-functions.md -------------------------------------------------------------------------------- /blog/2024/2024-04-18-the-missing-piece-why-your-project-needs-a-maintainer-onboarding-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-04-18-the-missing-piece-why-your-project-needs-a-maintainer-onboarding-process.md -------------------------------------------------------------------------------- /blog/2024/2024-04-23-the-secret-recipe-to-getting-your-pull-requests-reviewed-and-merged-faster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-04-23-the-secret-recipe-to-getting-your-pull-requests-reviewed-and-merged-faster.md -------------------------------------------------------------------------------- /blog/2024/2024-04-30-building-bridges-not-walls-the-importance-of-documentation-in-open-source-projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-04-30-building-bridges-not-walls-the-importance-of-documentation-in-open-source-projects.md -------------------------------------------------------------------------------- /blog/2024/2024-05-02-we-made-a-copilot-tool-for-you-to-unlock-the-power-of-git-history.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-05-02-we-made-a-copilot-tool-for-you-to-unlock-the-power-of-git-history.md -------------------------------------------------------------------------------- /blog/2024/2024-05-06-maintainer-monday-community-care.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-05-06-maintainer-monday-community-care.md -------------------------------------------------------------------------------- /blog/2024/2024-05-09-streamline-your-contributions-mastering-issue-forms-and-pr-templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-05-09-streamline-your-contributions-mastering-issue-forms-and-pr-templates.md -------------------------------------------------------------------------------- /blog/2024/2024-05-13-maintainer-monday.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-05-13-maintainer-monday.md -------------------------------------------------------------------------------- /blog/2024/2024-05-20-nurturing-the-future-of-open-source-maintainers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-05-20-nurturing-the-future-of-open-source-maintainers.md -------------------------------------------------------------------------------- /blog/2024/2024-05-21-pour-one-out-for-create-react-app-whats-next.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-05-21-pour-one-out-for-create-react-app-whats-next.md -------------------------------------------------------------------------------- /blog/2024/2024-05-23-creating-open-source-connections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-05-23-creating-open-source-connections.md -------------------------------------------------------------------------------- /blog/2024/2024-05-28-how-to-assess-your-skill-level-before-contributing-to-open-source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-05-28-how-to-assess-your-skill-level-before-contributing-to-open-source.md -------------------------------------------------------------------------------- /blog/2024/2024-06-03-how-to-find-open-source-projects-to-contribute-to.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-06-03-how-to-find-open-source-projects-to-contribute-to.md -------------------------------------------------------------------------------- /blog/2024/2024-06-17-valibot-a-new-approach-to-data-validation-in-javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-06-17-valibot-a-new-approach-to-data-validation-in-javascript.md -------------------------------------------------------------------------------- /blog/2024/2024-07-15-the-react-useref-hook-not-just-for-html-elements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-07-15-the-react-useref-hook-not-just-for-html-elements.md -------------------------------------------------------------------------------- /blog/2024/2024-08-05-open-source-challenge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-08-05-open-source-challenge.md -------------------------------------------------------------------------------- /blog/2024/2024-08-06-introducing-ossf-scorecard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-08-06-introducing-ossf-scorecard.md -------------------------------------------------------------------------------- /blog/2024/2024-08-08-ossf-scorecard-technical-deep-dive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-08-08-ossf-scorecard-technical-deep-dive.md -------------------------------------------------------------------------------- /blog/2024/2024-08-19-supercharge-your-github-profile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/2024/2024-08-19-supercharge-your-github-profile.md -------------------------------------------------------------------------------- /blog/authors.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/blog/authors.yml -------------------------------------------------------------------------------- /docs/community/100-days-of-oss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/community/100-days-of-oss.md -------------------------------------------------------------------------------- /docs/community/hacktoberfest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/community/hacktoberfest.md -------------------------------------------------------------------------------- /docs/community/welcome-to-the-community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/community/welcome-to-the-community.md -------------------------------------------------------------------------------- /docs/contributing/code-of-conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/contributing/code-of-conduct.md -------------------------------------------------------------------------------- /docs/contributing/introduction-to-contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/contributing/introduction-to-contributing.md -------------------------------------------------------------------------------- /docs/contributing/opensauced-maintainers-guide/community-maintainers-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/contributing/opensauced-maintainers-guide/community-maintainers-guide.md -------------------------------------------------------------------------------- /docs/contributing/opensauced-maintainers-guide/maintainers-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/contributing/opensauced-maintainers-guide/maintainers-guide.md -------------------------------------------------------------------------------- /docs/contributing/opensauced-writers-guide/how-to-add-your-post.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/contributing/opensauced-writers-guide/how-to-add-your-post.md -------------------------------------------------------------------------------- /docs/contributing/set-up-authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/contributing/set-up-authentication.md -------------------------------------------------------------------------------- /docs/contributing/technical/resolve-merge-conflicts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/contributing/technical/resolve-merge-conflicts.md -------------------------------------------------------------------------------- /docs/contributing/technical/setup-repo-with-git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/contributing/technical/setup-repo-with-git.md -------------------------------------------------------------------------------- /docs/contributing/triage-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/contributing/triage-guide.md -------------------------------------------------------------------------------- /docs/contributors/contributors-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/contributors/contributors-guide.md -------------------------------------------------------------------------------- /docs/features/contributor-insights.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/features/contributor-insights.md -------------------------------------------------------------------------------- /docs/features/dev-card.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/features/dev-card.md -------------------------------------------------------------------------------- /docs/features/highlights.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/features/highlights.md -------------------------------------------------------------------------------- /docs/features/repo-insights.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/features/repo-insights.md -------------------------------------------------------------------------------- /docs/features/repo-pages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/features/repo-pages.md -------------------------------------------------------------------------------- /docs/features/star-search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/features/star-search.md -------------------------------------------------------------------------------- /docs/features/workspaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/features/workspaces.md -------------------------------------------------------------------------------- /docs/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/introduction.md -------------------------------------------------------------------------------- /docs/maintainers/maintainers-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/maintainers/maintainers-guide.md -------------------------------------------------------------------------------- /docs/maintainers/understanding-contrib-insights.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/maintainers/understanding-contrib-insights.md -------------------------------------------------------------------------------- /docs/maintainers/understanding-repo-insights.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/maintainers/understanding-repo-insights.md -------------------------------------------------------------------------------- /docs/opensauced-guides/job-seekers-guide/categorize-contributions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/opensauced-guides/job-seekers-guide/categorize-contributions.md -------------------------------------------------------------------------------- /docs/opensauced-guides/job-seekers-guide/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/opensauced-guides/job-seekers-guide/introduction.md -------------------------------------------------------------------------------- /docs/opensauced-guides/oscr-score-guide/oscr-introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/opensauced-guides/oscr-score-guide/oscr-introduction.md -------------------------------------------------------------------------------- /docs/opensauced-guides/students-guide/students-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/opensauced-guides/students-guide/students-guide.md -------------------------------------------------------------------------------- /docs/opensauced-packages/check-engines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/opensauced-packages/check-engines.md -------------------------------------------------------------------------------- /docs/opensauced-packages/conventional-commit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/opensauced-packages/conventional-commit.md -------------------------------------------------------------------------------- /docs/opensauced-packages/semantic-release.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/opensauced-packages/semantic-release.md -------------------------------------------------------------------------------- /docs/tools/chrome-extension/highlights.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/tools/chrome-extension/highlights.md -------------------------------------------------------------------------------- /docs/tools/chrome-extension/introduction-to-the-chrome-extension.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/tools/chrome-extension/introduction-to-the-chrome-extension.md -------------------------------------------------------------------------------- /docs/tools/chrome-extension/viewing-insights-and-invitations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/tools/chrome-extension/viewing-insights-and-invitations.md -------------------------------------------------------------------------------- /docs/tools/hot-opensauced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/tools/hot-opensauced.md -------------------------------------------------------------------------------- /docs/tools/pizza-cli/codeowners.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/tools/pizza-cli/codeowners.md -------------------------------------------------------------------------------- /docs/tools/pizza-cli/pizza-action.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/tools/pizza-cli/pizza-action.md -------------------------------------------------------------------------------- /docs/tools/pizza-cli/pizza-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/tools/pizza-cli/pizza-cli.md -------------------------------------------------------------------------------- /docs/welcome/faqs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/welcome/faqs.md -------------------------------------------------------------------------------- /docs/welcome/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/welcome/glossary.md -------------------------------------------------------------------------------- /docs/welcome/key-metrics-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/welcome/key-metrics-guide.md -------------------------------------------------------------------------------- /docs/welcome/opensauced-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docs/welcome/opensauced-intro.md -------------------------------------------------------------------------------- /docusaurus.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/docusaurus.config.js -------------------------------------------------------------------------------- /netlify.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/netlify.toml -------------------------------------------------------------------------------- /npm-shrinkwrap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/npm-shrinkwrap.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/package.json -------------------------------------------------------------------------------- /sidebars.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/sidebars.js -------------------------------------------------------------------------------- /src/css/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/src/css/custom.css -------------------------------------------------------------------------------- /static/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/android-chrome-192x192.png -------------------------------------------------------------------------------- /static/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/android-chrome-512x512.png -------------------------------------------------------------------------------- /static/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/apple-touch-icon.png -------------------------------------------------------------------------------- /static/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/favicon-16x16.png -------------------------------------------------------------------------------- /static/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/favicon-32x32.png -------------------------------------------------------------------------------- /static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/favicon.ico -------------------------------------------------------------------------------- /static/gif/connections.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/gif/connections.gif -------------------------------------------------------------------------------- /static/gif/contributors-sync-list.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/gif/contributors-sync-list.gif -------------------------------------------------------------------------------- /static/gif/highlight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/gif/highlight.gif -------------------------------------------------------------------------------- /static/gif/insight-page-demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/gif/insight-page-demo.gif -------------------------------------------------------------------------------- /static/gif/pr-code-explain.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/gif/pr-code-explain.gif -------------------------------------------------------------------------------- /static/gif/pr-code-refactor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/gif/pr-code-refactor.gif -------------------------------------------------------------------------------- /static/gif/pr-code-test.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/gif/pr-code-test.gif -------------------------------------------------------------------------------- /static/gif/pr-description.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/gif/pr-description.gif -------------------------------------------------------------------------------- /static/gif/team-sync-insights.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/gif/team-sync-insights.gif -------------------------------------------------------------------------------- /static/gif/team-sync.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/gif/team-sync.gif -------------------------------------------------------------------------------- /static/icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/icon-144x144.png -------------------------------------------------------------------------------- /static/icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/icon-192x192.png -------------------------------------------------------------------------------- /static/icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/icon-72x72.png -------------------------------------------------------------------------------- /static/icon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/icon-96x96.png -------------------------------------------------------------------------------- /static/img/DevCard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/DevCard.png -------------------------------------------------------------------------------- /static/img/a-dev-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/a-dev-card.png -------------------------------------------------------------------------------- /static/img/access-workspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/access-workspace.png -------------------------------------------------------------------------------- /static/img/activity-repos-insights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/activity-repos-insights.png -------------------------------------------------------------------------------- /static/img/add-to-workspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/add-to-workspace.png -------------------------------------------------------------------------------- /static/img/contrib-insight-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contrib-insight-new.png -------------------------------------------------------------------------------- /static/img/contributing-avatar-top-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contributing-avatar-top-right.png -------------------------------------------------------------------------------- /static/img/contributing-copy-auth-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contributing-copy-auth-token.png -------------------------------------------------------------------------------- /static/img/contributing-maintainers-create-repository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contributing-maintainers-create-repository.png -------------------------------------------------------------------------------- /static/img/contributing-maintainers-env.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contributing-maintainers-env.png -------------------------------------------------------------------------------- /static/img/contributing-maintainers-merge-protections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contributing-maintainers-merge-protections.png -------------------------------------------------------------------------------- /static/img/contributing-maintainers-merge-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contributing-maintainers-merge-settings.png -------------------------------------------------------------------------------- /static/img/contributing-resolve-merge-conflicts-commit-message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contributing-resolve-merge-conflicts-commit-message.png -------------------------------------------------------------------------------- /static/img/contributing-resolve-merge-conflicts-dont-do.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contributing-resolve-merge-conflicts-dont-do.png -------------------------------------------------------------------------------- /static/img/contributing-resolve-merge-conflicts-merge-conflicts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contributing-resolve-merge-conflicts-merge-conflicts.png -------------------------------------------------------------------------------- /static/img/contributing-resolve-merge-conflicts-merge-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contributing-resolve-merge-conflicts-merge-success.png -------------------------------------------------------------------------------- /static/img/contributing-resolve-merge-conflicts-ready-to-merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contributing-resolve-merge-conflicts-ready-to-merge.png -------------------------------------------------------------------------------- /static/img/contributing-resolve-merge-conflicts-review-conflicts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contributing-resolve-merge-conflicts-review-conflicts.png -------------------------------------------------------------------------------- /static/img/contributing-resolve-merge-conflicts-view-merge-commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contributing-resolve-merge-conflicts-view-merge-commit.png -------------------------------------------------------------------------------- /static/img/contributing-token-printed-to-console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contributing-token-printed-to-console.png -------------------------------------------------------------------------------- /static/img/contributors-insights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/contributors-insights.png -------------------------------------------------------------------------------- /static/img/crossplane-scorecard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/crossplane-scorecard.png -------------------------------------------------------------------------------- /static/img/extension-invite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/extension-invite.png -------------------------------------------------------------------------------- /static/img/extension-links.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/extension-links.png -------------------------------------------------------------------------------- /static/img/extension-popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/extension-popup.png -------------------------------------------------------------------------------- /static/img/extension-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/extension-view.png -------------------------------------------------------------------------------- /static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/favicon.ico -------------------------------------------------------------------------------- /static/img/files-changed-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/files-changed-tab.png -------------------------------------------------------------------------------- /static/img/future-scorecard-workspaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/future-scorecard-workspaces.png -------------------------------------------------------------------------------- /static/img/future-scorecard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/future-scorecard.png -------------------------------------------------------------------------------- /static/img/get-dev-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/get-dev-card.png -------------------------------------------------------------------------------- /static/img/highlights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/highlights.png -------------------------------------------------------------------------------- /static/img/kubernetes-scorecard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/kubernetes-scorecard.png -------------------------------------------------------------------------------- /static/img/list-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/list-graph.png -------------------------------------------------------------------------------- /static/img/lists-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/lists-page.png -------------------------------------------------------------------------------- /static/img/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/logo.svg -------------------------------------------------------------------------------- /static/img/logo_darkmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/logo_darkmode.png -------------------------------------------------------------------------------- /static/img/logo_lightmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/logo_lightmode.png -------------------------------------------------------------------------------- /static/img/ml-explore-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/ml-explore-page.png -------------------------------------------------------------------------------- /static/img/openSauced-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/openSauced-icon.png -------------------------------------------------------------------------------- /static/img/popular-repos-hot-opensauced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/popular-repos-hot-opensauced.png -------------------------------------------------------------------------------- /static/img/pr-velocity-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/pr-velocity-example.png -------------------------------------------------------------------------------- /static/img/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/profile.png -------------------------------------------------------------------------------- /static/img/repos-insights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/repos-insights.png -------------------------------------------------------------------------------- /static/img/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/settings.png -------------------------------------------------------------------------------- /static/img/star-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/star-search.png -------------------------------------------------------------------------------- /static/img/sync-branch-GH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/sync-branch-GH.png -------------------------------------------------------------------------------- /static/img/upvoted-repos-hot-opensauced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/upvoted-repos-hot-opensauced.png -------------------------------------------------------------------------------- /static/img/what-is-opensauced.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/what-is-opensauced.jpg -------------------------------------------------------------------------------- /static/img/what-is-opensauced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/what-is-opensauced.png -------------------------------------------------------------------------------- /static/img/workspace-access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/workspace-access.png -------------------------------------------------------------------------------- /static/img/workspace-sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/workspace-sidebar.png -------------------------------------------------------------------------------- /static/img/workspace-switcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/workspace-switcher.png -------------------------------------------------------------------------------- /static/img/workspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/img/workspace.png -------------------------------------------------------------------------------- /static/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/manifest.json -------------------------------------------------------------------------------- /static/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/docs/HEAD/static/robots.txt --------------------------------------------------------------------------------