From 57fbf309cdb1783c70251ac8e5fbe50f2bc0dff9 Mon Sep 17 00:00:00 2001 From: Julio Gonzalez Gil Date: Thu, 7 Dec 2023 18:11:06 +0100 Subject: [PATCH] Partially revert "How to merge properly and small simplifications (#8009)" This partially reverts commit c89a16dca78a2abd095c9228425659558ab79c61. --- .github/PULL_REQUEST_TEMPLATE.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 48df75f4450b..af5bab288bcd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,7 +13,8 @@ After: - [ ] **DONE** ## Documentation -- No documentation needed: **add explanation. This can't be used if there is a GUI diff**, one can be "only internal and user invisible changes" +- No documentation needed: **add explanation. This can't be used if there is a GUI diff** +- No documentation needed: only internal and user invisible changes - Documentation issue was created: [Link for SUSE Manager contributors](https://github.com/SUSE/spacewalk/issues/new?template=ISSUE_TEMPLATE_DOCUMENTATION.md&labels=documentation&projects=SUSE/spacewalk/31), [Link for community contributors](https://github.com/uyuni-project/uyuni-docs/issues/new). - API documentation added: please review the Wiki page [Writing Documentation for the API](https://github.com/uyuni-project/uyuni/wiki/Writing-documentation-for-the-API) if you have any changes to API documentation. - (OPTIONAL) [Documentation PR](https://github.com/uyuni-project/uyuni-docs/pulls) @@ -21,8 +22,10 @@ After: - [ ] **DONE** ## Test coverage -- No tests: **add explanation** (one explanation can be "already covered") -- Tests were added: **specify unit and/or cucumber** +- No tests: **add explanation** +- No tests: already covered +- Unit tests were added +- Cucumber tests were added - [ ] **DONE**