From 9fe9bcc11770250a830e94f366d4277f373d893b Mon Sep 17 00:00:00 2001 From: muna-adam Date: Wed, 29 Jul 2026 18:53:00 +0300 Subject: [PATCH 1/2] Add template topic --- topics/template/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 topics/template/index.md diff --git a/topics/template/index.md b/topics/template/index.md new file mode 100644 index 00000000000..7214c9a4c5c --- /dev/null +++ b/topics/template/index.md @@ -0,0 +1,11 @@ +--- +aliases: + - project-template + - starter-template +display_name: Template +short_description: Reusable project structures and starter files for building applications and software projects. +topic: template +wikipedia_url: https://en.wikipedia.org/wiki/Template +--- + +A template is a reusable starting point that provides a predefined structure for creating projects, applications, documents, or other resources. In software development, templates often include example code, configuration files, and recommended project organization to help developers begin new projects more efficiently. They promote consistency, reduce repetitive setup tasks, and support best practices across different programming languages and frameworks. \ No newline at end of file From 3ff4296d6e4660f039987775cecbc4808bda7847 Mon Sep 17 00:00:00 2001 From: muna-adam Date: Wed, 29 Jul 2026 19:06:20 +0300 Subject: [PATCH 2/2] Update aliases format for template topic --- topics/template/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/topics/template/index.md b/topics/template/index.md index 7214c9a4c5c..0733caf633c 100644 --- a/topics/template/index.md +++ b/topics/template/index.md @@ -1,7 +1,5 @@ --- -aliases: - - project-template - - starter-template +aliases: project-template, starter-template display_name: Template short_description: Reusable project structures and starter files for building applications and software projects. topic: template