{"id":19580954,"url":"https://github.com/dokploy/website","last_synced_at":"2025-04-27T09:32:52.917Z","repository":{"id":259826879,"uuid":"779597980","full_name":"Dokploy/website","owner":"Dokploy","description":"Website \u0026 Docs Monorepo","archived":false,"fork":false,"pushed_at":"2024-11-05T04:25:26.000Z","size":7186,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-11-05T05:23:28.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dokploy.com","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dokploy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.MD","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["siumauricio"],"patreon":null,"open_collective":"dokploy","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2024-03-30T09:03:46.000Z","updated_at":"2024-11-05T04:25:30.000Z","dependencies_parsed_at":"2024-10-28T08:02:47.213Z","dependency_job_id":null,"html_url":"https://github.com/Dokploy/website","commit_stats":null,"previous_names":["dokploy/website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dokploy%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dokploy%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dokploy%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dokploy%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dokploy","download_url":"https://codeload.github.com/Dokploy/website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224067020,"owners_count":17250098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T07:31:21.750Z","updated_at":"2024-11-11T07:31:39.447Z","avatar_url":"https://github.com/Dokploy.png","language":"MDX","funding_links":["https://github.com/sponsors/siumauricio","https://opencollective.com/dokploy"],"categories":[],"sub_categories":[],"readme":"# Contributing\n\nHey, thanks for your interest in contributing to Dokploy! We appreciate your help and taking your time to contribute.\n\nBefore you start, please first discuss the feature/bug you want to add with the owners and comunity via github issues.\n\nWe have a few guidelines to follow when contributing to this project:\n\n- [Commit Convention](#commit-convention)\n- [Setup](#setup)\n- [Development](#development)\n- [Build](#build)\n- [Pull Request](#pull-request)\n\n## Commit Convention\n\nBefore you create a Pull Request, please make sure your commit message follows the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.\n\n### Commit Message Format\n\n```\n\u003ctype\u003e[optional scope]: \u003cdescription\u003e\n\n[optional body]\n\n[optional footer(s)]\n```\n\n#### Type\n\nMust be one of the following:\n\n- **feat**: A new feature\n- **fix**: A bug fix\n- **docs**: Documentation only changes\n- **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)\n- **refactor**: A code change that neither fixes a bug nor adds a feature\n- **perf**: A code change that improves performance\n- **test**: Adding missing tests or correcting existing tests\n- **build**: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)\n- **ci**: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)\n- **chore**: Other changes that don't modify `src` or `test` files\n- **revert**: Reverts a previous commit\n\nExample:\n\n```\nfeat: add new feature\n```\n\n\n## Pull Request\n\n- The `main` branch is the source of truth and should always reflect the latest stable release.\n- Create a new branch for each feature or bug fix.\n- Make sure to add tests for your changes.\n- Make sure to update the documentation for any changes Go to the [docs.dokploy.com](https://docs.dokploy.com) website to see the changes.\n- When creating a pull request, please provide a clear and concise description of the changes made.\n- If you include a video or screenshot, would be awesome so we can see the changes in action.\n- If your pull request fixes an open issue, please reference the issue in the pull request description.\n- Once your pull request is merged, you will be automatically added as a contributor to the project.\n\nThank you for your contribution!\n\n## Docs\n\nTo run the docs locally, run the following command:\n\n```bash\npnpm run docs:dev\n```\n\nTo build the docs, run the following command:\n\n```bash\npnpm run docs:build\n```\n\n## Website\n\nTo run the website locally, run the following command:\n\n```bash\npnpm run website:dev\n```\n\nTo build the website, run the following command:\n\n```bash\npnpm run website:build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdokploy%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdokploy%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdokploy%2Fwebsite/lists"}