From b36307fc89cc417c94ae7a4e7434e0a90af9489b Mon Sep 17 00:00:00 2001 From: Miroiu Emanuel Date: Mon, 5 Apr 2021 19:41:56 +0300 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 47 +++++++--------------------------------- 1 file changed, 8 insertions(+), 39 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 1f71167a..9be740cb 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,44 +1,13 @@ -## Hello and welcome! + -## 🐛 Bug fixing +### 📝 Description of the Change -> The pull request must only fix an existing bug. +What is this pull request about? -### Identify the Bug +### 🐛 Possible Drawbacks -Link to the issue describing the bug that you're fixing. -If there is not yet an issue for your bug, please open a new issue and then link to that issue in your pull request. - -### Description of the Change - -We must be able to understand the design of your change from this description. - -### Possible Drawbacks - -What are the possible side-effects or negative impacts of the code change? - -## 🐱‍🏍 Enhancements - -### Description of the Change - -We must be able to understand the design of your change from this description. - -### Possible Drawbacks - -What are the possible side-effects or negative impacts of the code change? - -## 📝 Improving documentation - -> The pull request must only contribute documentation. - -### Description of the Change - -We must be able to understand the purpose of your change from this description. - -## ✨ Example application - -### Description of the Change - -We must be able to understand what your application is going to do from this description. +Are there any possible side-effects or negative impacts with this code change?