{"id":14063242,"url":"https://github.com/dariusz-wozniak/software-development-project-checklist","last_synced_at":"2026-01-16T07:29:56.254Z","repository":{"id":84481284,"uuid":"140948511","full_name":"dariusz-wozniak/software-development-project-checklist","owner":"dariusz-wozniak","description":"✅ Software Development Project Checklist","archived":false,"fork":false,"pushed_at":"2019-06-06T09:30:55.000Z","size":25,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-04T00:33:00.034Z","etag":null,"topics":["checklist","software","software-development"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dariusz-wozniak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-07-14T13:31:50.000Z","updated_at":"2024-08-14T19:18:54.000Z","dependencies_parsed_at":"2023-03-12T23:07:14.486Z","dependency_job_id":null,"html_url":"https://github.com/dariusz-wozniak/software-development-project-checklist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dariusz-wozniak/software-development-project-checklist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dariusz-wozniak%2Fsoftware-development-project-checklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dariusz-wozniak%2Fsoftware-development-project-checklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dariusz-wozniak%2Fsoftware-development-project-checklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dariusz-wozniak%2Fsoftware-development-project-checklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dariusz-wozniak","download_url":"https://codeload.github.com/dariusz-wozniak/software-development-project-checklist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dariusz-wozniak%2Fsoftware-development-project-checklist/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267703073,"owners_count":24130463,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"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":["checklist","software","software-development"],"created_at":"2024-08-13T07:03:12.654Z","updated_at":"2026-01-16T07:29:56.208Z","avatar_url":"https://github.com/dariusz-wozniak.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"Here is the **Software Development Checklist**. The purpose of the list is to create a minimum set of tools and rules that are applicable to each quality software project, from single-man army project to an enterprise giant.\n\nGot the ideas? Create a pull request!\n\n# 👩‍💻 Code\n\n* [ ] Use **version control** for project files ([Recommendations at Slant](https://www.slant.co/topics/370/~best-version-control-systems)).\n* [ ] **Monitor and log** your application ([Stackify article](https://stackify.com/monitor-software-deployment/) · [Best practices at Logmatic](https://logmatic.io/blog/beyond-application-monitoring-discover-logging-best-practices/)).\n* [ ] Setup **continuous integration (CI) server** ([Awesome List](https://github.com/ciandcd/awesome-ciandcd) · [Recommendations at Slant](https://www.slant.co/topics/799/~best-continuous-integration-tools)).\n\n# 📈 Process\n\n* [ ] Use **project management tracking system** (also known as *bug tracker* or *issue tracker*) ([Recommendations at Slant](https://www.slant.co/topics/3185/~project-management-tools)).\n* [ ] Create a **backlog** for your items.\n* [ ] Improve the process by making **small iterative changes** in your process (*kaizen*).\n\n# 📃 Documentation\n\n* [ ] Setup **wiki-engined documentation**.\n* [ ] Prepare **license info** and make it available for everyone in organisation.\n\n# 📆 Meetings\n\n* [ ] Always send meeting information via **calendar software**.\n* [ ] Include online **conference details** in event details (phone number and/or meeting link).\n* [ ] Mark attendees as either **required or non-required**.\n\n# 💬 Team\n\n* [ ] Use effective **communication tool** across organisation.\n* [ ] Avoid **single point of failure** (with [`Bus.Factor == 1`](https://en.wikipedia.org/wiki/Bus_factor)).\n\n# ❓ What to consider?\n\nApart from the must-have, there are many wonderful nice-to-try ideas that may work with your project! If you're not familiar, you may research these.\n\n* Consider **code reviews** ([Awesome List](https://github.com/joho/awesome-code-review) · [Software Engineering thread](https://softwareengineering.stackexchange.com/questions/255944/what-is-the-purpose-of-a-code-review)).\n* Consider **pair programming**.\n* Consider **[Semantic Versioning](https://semver.org/)**.\n* Consider setup separate environments (e.g. **development**, **testing**, **staging** and **production**).\n* Consider using **distributed version control**, such as Git or Mercurial.\n* Consider **pull requests**, rather than pushing code to a repository.\n* Consider using **policies for pull requests**, like build succesful, automated tests passing, changes reviewed.\n* Consider using **Definition of Done** and **Definition of Ready**.\n* Consider using **acceptance criteria** (also known as *exit criteria*) to describe stories. Use these to resolve all ambiguations.\n* Consider using **template for bug ticket** (environment, version or commit ID, reproduction steps, expected behavior).\n* Consider document **on-boarding process** on wiki with all the required tools, resources, hacks, etc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdariusz-wozniak%2Fsoftware-development-project-checklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdariusz-wozniak%2Fsoftware-development-project-checklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdariusz-wozniak%2Fsoftware-development-project-checklist/lists"}