Skip to content

Commit 19ce42b

Browse files
committed
Update PR template for de facto commit name style
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.
1 parent c017539 commit 19ce42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
88
- [ ] 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.
99
- [ ] I have read the [CONTRIBUTING](https://github.com/xbmc/repo-scripts/blob/master/CONTRIBUTING.md) document
10-
- [ ] Each add-on submission should be a single commit with using the following style: [script.foo.bar] v1.0.0
10+
- [ ] Each add-on submission should be a single commit with using the following style: [script.foo.bar] 1.0.0
1111

1212
Additional information :
1313
- 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.

0 commit comments

Comments
 (0)