# 버그 보고

명확한 버그 보고는 수정받는 가장 빠른 방법입니다.

## 신고 위치

* **버그.** 버그 보고 티켓을 생성하세요 `#create-a-ticket` 지원 Discord에서 [ticketking.xyz/support](https://ticketking.xyz/support).
* **보안 문제.** 이메일 <support@ticketking.xyz> 비공개로. 보안 문제를 공개적으로 게시하지 마세요.

## 포함할 내용

### 1. 무엇을 했는지

재현하는 단계입니다. 번호 매긴 목록이 잘 맞습니다:

> 1. 마법사로 새 티켓 패널을 만들었습니다.
> 2. 버튼 3개를 추가했습니다.
> 3. 두 번째 버튼에 필수 역할을 설정했습니다.
> 4. 저장하기를 클릭했습니다.

### 2. 기대한 결과

> 패널이 필수 역할이 설정된 상태로 저장되었어야 합니다.

### 3. 실제로 일어난 일

> 저장 버튼에는 "저장됨"이라고 표시됐지만, 새로고침 후 필수 역할이 비어 있었습니다.

### 4. 서버 ID

버그가 발생한 Discord 서버 ID입니다.

### 5. 사용 중인 브라우저 또는 Discord 클라이언트

대시보드 버그라면 사용 중인 브라우저, 예를 들어 "macOS의 Chrome 138"입니다. 봇 버그라면 Discord를 데스크톱, 모바일, 웹 중 어디에서 사용했는지 적어 주세요.

### 6. 스크린샷 또는 녹화

시각적인 문제라면 스크린샷을 첨부하세요. 복잡한 절차라면 짧은 화면 녹화가 큰 도움이 됩니다.

### 7. 시간

대략 언제 일어났는지입니다.

### 8. 빈도

한 번 발생했나요, 매번 발생했나요, 아니면 가끔 발생했나요?

## 포함하지 말아야 할 내용

* 다른 사람의 데이터. 멤버의 DM, 결제 정보 등을 붙여 넣지 마세요.
* 짜증을 적을 필요는 없습니다. 수정에 도움이 되는 것은 사실뿐입니다.

## 문서에서 버그를 발견했나요?

같은 방식으로 신고하세요. 오타, 오래된 정보, 누락된 페이지는 모두 신고할 가치가 있습니다.

## 관련

{% content-ref url="/pages/e6165d9f6cf387f25ab6d964d5326b2b279cc821" %}
[지원 Discord 참여하기](/docs/ko/get-help-and-community/joining-support-discord.md)
{% endcontent-ref %}

{% content-ref url="/pages/d0a5a7a50e01b8630aecce3ae88acf4312355598" %}
[기능 요청](/docs/ko/get-help-and-community/requesting-features.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/ko/get-help-and-community/reporting-bugs.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.
