From 6df1377110267860550969d68640982b333f9691 Mon Sep 17 00:00:00 2001 From: Floor Drees Date: Mon, 3 Nov 2025 15:59:54 +0100 Subject: [PATCH 1/2] Create Issue Template Creates Issue Template to avoid issues or requests related to the CloudNativePG Docs. Based on issue #373 --- .github/ISSUE_TEMPLATE/issue-template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-template.md diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 00000000..ba1bf6dc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,11 @@ +--- +name: Issue template +about: 'Issue template for cloudnative-pg.io ' +title: Issue cloudnative-pg website +labels: '' +assignees: '' + +--- + +*Please read and take into consideration the following:* +- This repository is not the place for issues or requests related to the CloudNativePG documentation. For Docs, instead go to the [main project](https://github.com/cloudnative-pg/cloudnative-pg) and follow the [instructions](https://github.com/cloudnative-pg/cloudnative-pg/tree/main/docs). From c29823718612ca5fc67fc32de1eab8ccb7fe514c Mon Sep 17 00:00:00 2001 From: Floor Drees Date: Thu, 6 Nov 2025 16:16:09 +0100 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/issue-template.md Co-authored-by: Jaime Silvela Signed-off-by: Floor Drees --- .github/ISSUE_TEMPLATE/issue-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md index ba1bf6dc..15ec7612 100644 --- a/.github/ISSUE_TEMPLATE/issue-template.md +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -1,7 +1,7 @@ --- name: Issue template about: 'Issue template for cloudnative-pg.io ' -title: Issue cloudnative-pg website +title: Issue for the cloudnative-pg website labels: '' assignees: ''