From 0d96bdd6baf4b7f67b0cb7f50ff7ad63457201c0 Mon Sep 17 00:00:00 2001
From: Alexandre Aubin <alex.aubin@mailoo.org>
Date: Mon, 10 May 2021 17:30:28 +0200
Subject: [PATCH] I don't think we're using that PR template ... there's
 already a PR template in example_ynh ...

---
 pull_request_template-HQ-apps.md | 22 ----------------------
 1 file changed, 22 deletions(-)
 delete mode 100644 pull_request_template-HQ-apps.md

diff --git a/pull_request_template-HQ-apps.md b/pull_request_template-HQ-apps.md
deleted file mode 100644
index fcbe3167..00000000
--- a/pull_request_template-HQ-apps.md
+++ /dev/null
@@ -1,22 +0,0 @@
-## Problem
-- *Description of why you made this PR*
-
-## Solution
-- *And how you fix that problem*
-
-## PR Status
-- [ ] Code finished.
-- [ ] Tested with Package_check.
-- [ ] Fix or enhancement tested.
-- [ ] Upgrade from last version tested.
-- [ ] Can be reviewed and tested.
-
-## Validation
----
-- [ ] **Code review** : 
-- [ ] **Approval (LGTM)** :  
-*Code review and approval have to be from a member of @YunoHost-Apps/apps-group*
-- **CI succeeded** : 
-[![Build Status](https://ci-apps-hq.yunohost.org/jenkins/job/APP_ynh%20PR-NUM-/badge/icon)](https://ci-apps-hq.yunohost.org/jenkins/job/APP_ynh%20PR-NUM-/)  
-*Please replace '-NUM-' in this link by the PR number.*  
-When the PR is marked as ready to merge, you have to wait for 3 days before really merging it.