Skip to content

Commit

Permalink
Add link to regex checker for versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes authored Dec 6, 2024
1 parent a69b800 commit 0a7c9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ _This checklist is a cut down version of the [best practices](../blob/main/packa
- [ ] The package disambiguates its resource names to avoid clashes with nodes that are likely to already exist in a project. For example, packages should not provide a model simply called `users`.

### Versioning
- [ ] (Required): The package's git tags validates against the regex defined in [version.py](/hubcap/version.py)
- [ ] (Required): The package's git tags validates against the regex defined in `hubcap/version.py` ([examples](https://regex101.com/r/OHA92c)).
- [ ] The package's version follows the guidance of Semantic Versioning 2.0.0. (Note in particular the recommendation for production-ready packages to be version 1.0.0 or above)

0 comments on commit 0a7c9b4

Please sign in to comment.