Skip to content

Commit

Permalink
explicitly define change types
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Aug 20, 2024
1 parent 0fd903e commit 08da7bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If this PR fixes an issue, please add closing keywords (eg 'fixes #XXX')
- ``changes/<PR#>.bugfix.rst``: bug fix
- ``changes/<PR#>.doc.rst``: documentation change
- ``changes/<PR#>.removal.rst``: deprecation or removal of public API
- ``changes/<PR#>.misc.rst``: not of interest to users; use an empty file
- ``changes/<PR#>.general.rst``: infrastructure or miscellaneous change
</details>
- [ ] for a public change, updated documentation
- [ ] for any new features, unit tests were added
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ to the maintainers, who are glad to assist you.
- ``bugfix``: bug fix
- ``doc``: documentation change
- ``removal``: deprecation or removal of public API
- ``misc``: not of interest to users
- ``general``: infrastructure or miscellaneous change
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,9 @@ title_format = "{version} ({project_date})"
ignore = [".gitkeep"]
wrap = true
issue_format = "`#{issue} <https://github.com/asdf-format/asdf/pull/{issue}>`_"

[tool.towncrier.fragment.feature]
[tool.towncrier.fragment.bugfix]
[tool.towncrier.fragment.doc]
[tool.towncrier.fragment.removal]
[tool.towncrier.fragment.general]

0 comments on commit 08da7bd

Please sign in to comment.