> For the complete documentation index, see [llms.txt](https://developer-stage.thunderbird.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer-stage.thunderbird.net/releases/release-notes.md).

# Contributing to Release Notes

Release notes are an essential part of keeping our users informed. If you believe your knowledge can enhance the release notes, we encourage developers to contribute suggested release notes alongside their patch fixes.

## **How to Contribute**

1. **Write Effective Release Notes**
   * Refer to [existing release notes](https://www.thunderbird.net/en-US/thunderbird/releases/) as examples.
   * Follow [this guide](https://jfx2006.github.io/thunderbird-ci-docs/documentation/drivers/releasenotes/) on how to write brief, clear, and user-focused release notes.
2. **Suggest a Release Note**
   * Set the `relnote-thunderbird` tracking flag in Bugzilla to `?`. This will provide a template to write your note and will nominate it for inclusion in the release notes.

## **Why This Matters**

* Contributing release notes is especially valuable for changes that land in comm-central. During the merge from comm-central to comm-beta, hundreds of commits are often reviewed, and release note suggestions help to make this process more efficient and accurate.
* By contributing, you help ensure that our users remain informed about new features, fixes, and changes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer-stage.thunderbird.net/releases/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
