From 19ce42bc543ac4314f5e74f4a66d37d8b9660820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20=E2=80=9CFreso=E2=80=9D=20S=2E=20Olesen?= Date: Tue, 9 Apr 2019 09:18:53 +0200 Subject: [PATCH] Update PR template for de facto commit name style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The current/old PR template asks for commits to use “vX.Y.Z” in commits adding add‐ons to the repository, but in actuality the vast majority of commits use “X.Y.Z” without the “v”[1]. This is just a small change to make the template reflect actual usage. [1] https://github.com/xbmc/repo-scripts/commits/leia https://github.com/xbmc/repo-scripts/commits/krypton etc. --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index e0d294d7bd..edc2381b83 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,7 @@ - [ ] My code follows the [add-on rules](http://kodi.wiki/view/Add-on_rules) and [piracy stance](http://kodi.wiki/view/Official:Forum_rules#Piracy_Policy) of this project. - [ ] I have read the [CONTRIBUTING](https://github.com/xbmc/repo-scripts/blob/master/CONTRIBUTING.md) document -- [ ] Each add-on submission should be a single commit with using the following style: [script.foo.bar] v1.0.0 +- [ ] Each add-on submission should be a single commit with using the following style: [script.foo.bar] 1.0.0 Additional information : - Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.