diff --git a/.github/scripts/quickstart/template/partials/_.json b/.github/scripts/quickstart/template/partials/_.json
index bca1b076..52ab9e3e 100644
--- a/.github/scripts/quickstart/template/partials/_.json
+++ b/.github/scripts/quickstart/template/partials/_.json
@@ -1,5 +1,3 @@
[
- "base.header",
- "base.activity+community",
- "base.repositories"
+ "hello"
]
\ No newline at end of file
diff --git a/.github/scripts/quickstart/template/partials/hello.ejs b/.github/scripts/quickstart/template/partials/hello.ejs
new file mode 100644
index 00000000..7b3e54c9
--- /dev/null
+++ b/.github/scripts/quickstart/template/partials/hello.ejs
@@ -0,0 +1,16 @@
+
+
+
+ Community templates
+
+
+
+ Use HTML tags, CSS styles and EJS templates to customize this template.
+ Any data fetched and exposed by plugins can be displayed here.
+
+
+ For example, to display user's login, use <%%= "<"+"%"+"=" %> user.login <%%= "%"+">" %>,
+ which will be rendered as <%%= user.login %>.
+
+
+
\ No newline at end of file