Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,14 @@ npm run build:clean
## Issues

Check that your issue isn't a duplicate (also check the closed issues, as sometimes work which has not been released closes an issue).
Issues which are assigned to a Milestone are considered prioritized. This assignment is not permanent and issues might be pushed out of milestones if the milestone is approaching a releaseable state without that work being done.
Issues which are assigned to a Milestone are considered prioritized. This assignment is not permanent and issues might be pushed out of milestones if the milestone is approaching a releasable state without that work being done.

### Bugs

- Ensure that the bug is reproducible with no modules active. If the bug only happens when a module is active, report it to the module's author instead.
- Ensure that the bug is reproducible with **no modules active**. If the bug only happens when a module is active, report it to the module's author instead.
- Provide hosting details as they might be relevant.
- Provide clear step-by-step reproduction instructions, as well as what you expected to happen during those steps vs what actually happened.
- Bug reports authored by AI agents or written by AI will not be considered. Bugs identified using AI tools must first be reproduced by a human before being accepted. Submitters with history of erroneous bug reports may be blocked from the project at the maintainers digression.

### Feature Requests

Expand Down Expand Up @@ -114,6 +115,10 @@ Here are some guidelines for contributing code to this project.

To contribute code, [fork this project](https://docs.github.com/en/get-started/quickstart/fork-a-repo) and submit a [pull request (PR)](https://docs.github.com/en/get-started/quickstart/contributing-to-projects#making-a-pull-request) against the correct development branch.

### AI Contributions

The system does not accept code produced by AI coding tools. PR descriptions should also not be produced using AI writing tools.

### Style

Please attempt to follow code style present throughout the project. An ESLint profile is included to help with maintaining a consistent code style. All warnings presented by the linter should be resolved before a PR is submitted.
Expand Down