# Report a bug

Using GitHub to fill out a bug report helps us keep track of and implement fixes to issues that you may find in our application. This short guide will help you understand what we look for when a user fills out this template.

* **Title**: Use a clear and descriptive title that summarizes the issue.
* **What Happened**: Provide detailed information about how the problem.
  * Describe the behavior that you experienced
  * Specify the expected behavior.
* **Steps to reproduce the behavior**:
  * Detail a step-by-step process that you followed that led to the issue
  * Include any error messages
* **Priority**: Assign a priority that you think matches the severity of the issue
* **Relevant log outpu**t: Include any log output that you have.
  * This is optional; if you don't know what log output is or where to get it, please leave it blank.
* **Labels**: Select relevant labels to categorize the issue (e.g., bug, feature request, enhancement).
* **Screenshots and additional context**: Embed any screenshots, gifs, or external video links that can help explain the issue you are experiencing.
* **Assignees**: Optionally, assign the issue to specific team members if necessary.

## Change log

Major updates to the content of this page will be added here.

<table><thead><tr><th>Date</th><th width="277">Update</th><th>Notes</th></tr></thead><tbody><tr><td>2/12/2024</td><td>Initial Content</td><td>Updated with Initial content</td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>


---

# Agent Instructions: 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://wiki.simpler.grants.gov/get-involved/github-planning/filling-out-a-bug-report.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.
