From 52c63e0a1e7f309a1d10cc5aae3cc981144667e0 Mon Sep 17 00:00:00 2001 From: Neshar89 <37742994+Neshar89@users.noreply.github.com> Date: Thu, 29 Nov 2018 09:49:54 +0100 Subject: [PATCH] Added numbers to a list of Operations (#25146) * Added numbers to a list of Operations * fix: typo --- .../english/agile/application-lifecycle-management/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/agile/application-lifecycle-management/index.md b/guide/english/agile/application-lifecycle-management/index.md index 8e72c5de84..b621ec6636 100644 --- a/guide/english/agile/application-lifecycle-management/index.md +++ b/guide/english/agile/application-lifecycle-management/index.md @@ -7,11 +7,11 @@ Application Lifecycle Management (ALM), while commonly associated with Software ALM can be divided into three distinct areas: Governance, Development, and Operations: -Governance: Encompasses all of the decision making and project management for this application, extends over the entire existence of the application. +1. Governance: Encompasses all of the decision making and project management for this application, extends over the entire existence of the application. -Development: Process (SDLC) of actually creating the application. For most applications, the development process reappears again several more times in the application’s lifetime, including bug fixes, improvements and new versions. +2. Development: Process (SDLC) of actually creating the application. For most applications, the development process reappears again several more times in the application’s lifetime, including bug fixes, improvements and new versions. -Operations: Work required to run and manage the application, typically begins shortly before deployment, then runs continuously until application retirement. Overlaps at times with Development. +3. Operations: Work required to run and manage the application,typically begins shortly before deployment, then runs continuously until application retirement. Overlaps at times with Development. Tools can be used to manage ALM; some of the more popular options include: