freeCodeCamp/guide/chinese/miscellaneous/creating-a-new-github-issue/index.md

26 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Creating a New Github Issue
localeTitle: 创建一个新的Github问题
---
在提交问题之前,请尝试[在Github上搜索您的问题](https://forum.freecodecamp.com/t/searching-for-existing-issues-in-github/18390)
制定一个好的问题将使开发团队更容易复制和解决您的问题。请按照以下步骤操作:
1. 转到FreeCodeCamp的[Github Issues](https://github.com/FreeCodeCamp/FreeCodeCamp/issues)页面,然后单击`New Issue` 。
2. **有一个有用的标题**
* 写一个描述问题的有意义的标题。一些很好的例子是`Logging in from the News and Field Guide pages doesn't redirect properly (using e-mail)`和`Typo: "for" instead of "while" loop` ;不好的例子包括`A bug, HELP!!!11` `I found this bug in a Challenge`
* 保持标题相对较短描述是为了进一步的信息。一个例子是缩短长的Challenge名称因此您可能不想`Test case bug in 'Challenge: Check Radio Buttons and Checkboxes by Default'`中编写`Test case bug in 'Radio Buttons' Challenge` ,您可能希望`Test case bug in 'Radio Buttons' Challenge`编写`Test case bug in 'Radio Buttons' Challenge` 。
3. 在正文中, **提供指向**您遇到此问题的页面**的链接** 。
4. **描述问题**并**提供步骤,**以便开发人员可以尝试复制问题。包括您的操作系统和浏览器版本。
* 在引用其他问题或提取请求时,只需编写#issue / pr-number即可。
5. 使用正确的[代码格式](https://forum.freecodecamp.com/t/markdown-code-formatting/18391)粘贴任何相关代码
6. **截取**该问题**的屏幕截图**并将其包含在帖子中。
7. 点击`Submit New Issue` ,你就完成了!您将自动订阅任何更新或未来评论的通知。