https://github.com/leonardochang36/srsdoc
A software requirements specification is the basis for your entire project. It lays the framework that every team involved in development will follow. Here you can find an easy to use template.
https://github.com/leonardochang36/srsdoc
Last synced: 4 months ago
JSON representation
A software requirements specification is the basis for your entire project. It lays the framework that every team involved in development will follow. Here you can find an easy to use template.
- Host: GitHub
- URL: https://github.com/leonardochang36/srsdoc
- Owner: leonardochang36
- Created: 2021-02-15T06:07:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T20:47:48.000Z (almost 4 years ago)
- Last Synced: 2024-08-13T07:04:16.594Z (8 months ago)
- Size: 48.8 KB
- Stars: 7
- Watchers: 6
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - leonardochang36/srsdoc - A software requirements specification is the basis for your entire project. It lays the framework that every team involved in development will follow. Here you can find an easy to use template. (Others)
README
# SOFTWARE SPECIFICATION TEMPLATES
> Change the above title with the name of your project.| Document | Purpose |
| ------- | ------- |
| [Software Requirements Specification](requirements_specification_doc.md) | A software requirements specification (SRS) is a document that describes what the software will do and how it will be expected to perform. It also describes the functionality the product needs to fulfill all stakeholders (business, users) needs. |
| [Game Design Document](game_design_doc.md) | A game design document (GDD) is a software design document that serves as a blueprint from which your game is to be built. It helps you define the scope of your game and sets the general direction for the project, keeping the entire team on the same page. |
| [UML Modeling](uml_models.md) | The Unified Modeling Language (UML) is a general-purpose, developmental, modeling language in the field of software engineering that is intended to provide a standard way to visualize the analysis and design of a system.|