{"id":15755507,"url":"https://github.com/iamnotstatic/nerdsweb","last_synced_at":"2026-02-25T02:33:26.793Z","repository":{"id":39448021,"uuid":"199079614","full_name":"iamnotstatic/Nerdsweb","owner":"iamnotstatic","description":"nerdsweb is a platform where software developers write articles,","archived":false,"fork":false,"pushed_at":"2023-01-04T05:30:37.000Z","size":18630,"stargazers_count":3,"open_issues_count":24,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-12T20:53:14.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iamnotstatic.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-26T21:02:35.000Z","updated_at":"2021-04-06T21:15:31.000Z","dependencies_parsed_at":"2023-02-01T23:16:51.957Z","dependency_job_id":null,"html_url":"https://github.com/iamnotstatic/Nerdsweb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iamnotstatic/Nerdsweb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnotstatic%2FNerdsweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnotstatic%2FNerdsweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnotstatic%2FNerdsweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnotstatic%2FNerdsweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamnotstatic","download_url":"https://codeload.github.com/iamnotstatic/Nerdsweb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnotstatic%2FNerdsweb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29809086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T22:43:48.403Z","status":"online","status_checked_at":"2026-02-25T02:00:07.329Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-04T08:22:12.692Z","updated_at":"2026-02-25T02:33:26.764Z","avatar_url":"https://github.com/iamnotstatic.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align-center\u003eNERDSWEB\u003c/h1\u003e\n\u003cp\u003eWelcome to the nerdsweb. We are so excited to have you. With your help, we can build out NERDSWEB to be more stable and better serve our community.\u003c/p\u003e\n\u003ch2\u003eWhat is Nerdsweb\u003c/h2\u003e\n\u003cp\u003enerdsweb is a platform where software developers write articles, take part in discussions, and build their professional profiles. We value supportive and constructive dialogue in the pursuit of great code and career growth for all members. The ecosystem spans from beginner to advanced developers, and all are welcome to find their place within our community.\u003c/p\u003e\n\u003ch3\u003eContributing\u003c/h3\u003e\n\u003cp\u003eWe encourage you to contribute to nerdsweb! Please check out the Contributing to nerds guide for guidelines about how to proceed.\n\nWe expect contributors to abide by our underlying code of conduct. All conversations and discussions on GitHub (issues, pull requests) and across nerdsweb must be respectful and harassment-free.\u003c/p\u003e\n\n\u003ch4\u003eWhere to contribute\u003c/h4\u003e\n\u003cp\u003eBuilding features is the area which will require the most communication and/or negotiation. Every feature is subjective and open for debate. If your feature involves user-facing design changes, please provide a mockup first so we can all get on the same page. As always, when in doubt, ask!\u003c/p\u003e\n\n\u003ch5\u003eHow to contribute\u003c/h5\u003e\n\u003cp\u003e1. Fork the project \u0026 clone locally. Follow the initial setup here.\u003c/p\u003e\n\u003cp\u003e2. Create a branch, naming it either a feature or bug: git checkout -b feature/that-new-feature or bug/fixing-that-bug\u003c/p\u003e\n\u003cp\u003e3. Code and commit your changes. git commit -m 'Add some feature'\u003c/p\u003e\n\u003cp\u003ePush to the branch: git push origin feature/that-new-feature\u003c/p\u003e\n\n\u003ch5\u003eContribution guideline\u003c/h5\u003e\n\u003ch6\u003eCreate an issue\u003ch6\u003e\n\u003cp\u003eNobody's perfect. Something doesn't work? Or could be done better? Let us know by creating an issue.\u003c/p\u003e\n\u003cp\u003ePS: a clear and detailed issue gets lots of love, all you have to do is follow the issue template!\u003c/p\u003e\n\u003ch5\u003eCreate a pull request\u003c/h5\u003e\n\u003cli\u003eTry to keep the pull requests small. A pull request should try its very best to address only a single concern.\u003c/li\u003e\n\u003cli\u003eMake sure all tests pass and add additional tests for the code you submit.\u003c/li\u003e\n\u003cli\u003eDocument your reasoning behind the changes. Explain why you wrote the code in the way you did. The code should explain what it does.\u003c/li\u003e\n\u003cli\u003eIf there's an existing issue related to the pull request, reference to it by adding something like References/Closes/Fixes/Resolves #305, where 305 is the issue number. \u003c/li\u003e\n\u003cli\u003eIf you follow the pull request template, you can't go wrong.\u003c/li\u003e\n\u003cbr\u003e\n\u003chr\u003e\n\u003ci\u003ePlease note: all commits in a pull request will be squashed when merged, but when your PR is approved and passes our CI, it will be live on production!\u003c/i\u003e\n\n\u003cbr\u003e\n\u003chr\u003e\n\u003cp\u003eHappy Coding ❤️\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamnotstatic%2Fnerdsweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamnotstatic%2Fnerdsweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamnotstatic%2Fnerdsweb/lists"}