haystack/.github/pull_request_template.md
Stefano Fiorucci 6cbd1857d1
chore: add info on reStructuredText to contributing guidelines for release notes (#10064)
* chore: add info on reStructuredText to contributing guidelines for release notes

* refine
2025-11-12 13:13:38 +01:00

1.3 KiB

  • fixes #issue-number

Proposed Changes:

How did you test it?

Notes for the reviewer

Checklist

  • I have read the contributors guidelines and the code of conduct.
  • I have updated the related issue with new insights and changes.
  • I have added unit tests and updated the docstrings.
  • I've used one of the conventional commit types for my PR title: fix:, feat:, build:, chore:, ci:, docs:, style:, refactor:, perf:, test: and added ! in case the PR includes breaking changes.
  • I have documented my code.
  • I have added a release note file, following the contributors guidelines.
  • I have run pre-commit hooks and fixed any issue.