> For the complete documentation index, see [llms.txt](https://docs.flydean.com/spring-framework-documentation5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flydean.com/spring-framework-documentation5/spring-framework-overview/4.feedback-and-contributions.md).

# 4. 反馈和贡献

我们建议使用stackoverflow来提问、诊断或调试问题，我们还有一个问题页面，列出了建议使用的标记。如果你相当确定Spring框架中存在问题，或者希望提出一个特性，请使用github issues。

如果你有一个解决方案或建议的修复方案，你可以在Github上提交pull请求。为了留痕和供将来参考，除了一些细小的问题外，我们需要在问题跟踪中提交一个ticket，用以进行讨论。

有关更多详细信息，请参考根目录下面的CONTRIBUTING文件。


---

# 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://docs.flydean.com/spring-framework-documentation5/spring-framework-overview/4.feedback-and-contributions.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.
