Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1.62 KB

CONTRIBUTING.md

File metadata and controls

43 lines (22 loc) · 1.62 KB

Contributing to Wagtail AI

Thank you for considering to help Wagtail AI.

We welcome all support, whether on bug reports, code, reviews, tests, documentation, translations or just feature requests.

Working on an issue

👉 If an issue isn’t being worked on by anyone, go for it! No need to ask "please assign me this issue". Add a comment to claim the issue once you’re ready to start.

Always start work on issues or features by creating a new git branch from the most up-to-date main branch. When ready, open a pull request with as detailed a description as possible, including a reference to the GitHub issue number that the PR addresses or relates to. Use Fixes #123, Closes #123 or Addresses #123 when fixing an issue. Use Relates to #123 or Part of #123 if addressing a small part of a multi-item issue.

Reporting bugs

To report bugs, use our issue tracker.

Feature requests

Use our issue tracker for feature requests

Code reviews

We welcome code reviews from everyone. You can see a list of pull requests

Triaging issues

We welcome help with triaging issues and pull requests. You can help by:

  • Adding more details or your own perspective to bug reports or feature requests.
  • Reviewing or otherwise offering your feedback on pull requests.

Development instructions

See the project documentation for instructions on developing, testing, linting, and building the project documentation.