Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit d72c9af

Browse files
committed
Transrate contributing/how-to-file-an-issue
1 parent aeb7d3a commit d72c9af

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed
Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
---
2-
title: How to File an Issue
2+
title: Issue を提出する方法
33
---
44

5-
The [issue tracker](https://github.com/gatsbyjs/gatsby/issues) is the preferred channel for bug reports, feature requests and [submitting pull requests](/contributing/how-to-open-a-pull-request/).
5+
バグ報告や機能の提案、Pull Request の送信は、GitHub の[Issues](https://github.com/gatsbyjs/gatsby/issues)より行うことができます。
66

7-
If you want your Issue to be resolved quickly, please include in your Issue:
7+
Issue を迅速に解決したい場合は、以下を Issue に含めてください。
88

9-
- Gatsby version, Node.js version, OS version
10-
- The contents of your `gatsby-config.js` and `package.json` as well as your
11-
`gatsby-node.js`, `gatsby-browser.js` `gatsby-ssr.js` files depending on
12-
changes you've made there.
9+
- Gatsby, Node.js, OS の各バージョン
10+
- `gatsby-config.js` , `package.json` の内容、およびあなたの行った変更に応じて `gatsby-node.js` , `gatsby-browser.js`, `gatsby-ssr.js` の内容
1311

14-
Please do not use the Issue tracker for personal support requests. [Stack Overflow](https://stackoverflow.com/questions/ask?tags=gatsby) (**gatsby** tag) and the [Gatsby Discord](https://gatsby.dev/discord) are better places to get help.
12+
個人の課題のサポートのためには Issue を利用しないでください。その場合は、[Stack Overflow](https://stackoverflow.com/questions/ask?tags=gatsby) **gatsby** タグや [Gatsby Discord](https://gatsby.dev/discord) を利用するのが良いでしょう。
1513

16-
### Special Note on Issues
14+
### Issue に関する特記事項
1715

18-
If an Issue is affecting you, start at the top of this list and complete as many tasks on the list as you can:
16+
Issue があなたに影響する場合は、以下リストの一番上から初めて、できるだけ多くのタスクを完了させてください。
1917

20-
1. If there is an Issue, add a reaction or more details to the Issue to indicate that it's affecting you
21-
2. If there is an Issue and you can add more detail, write a comment describing how the bug is affecting OR if you can, write up a work-around for the bug
22-
3. If there _is not_ an Issue, write the most complete description of what's happening, preferably with link to a Gatsby site that reproduces the problem or [create a reproducible test case](/contributing/how-to-make-a-reproducible-test-case/)
23-
4. Offer to help fix the bug (and it is totally expected that you ask for help; open-source maintainers want to help contributors)
24-
5. [Deliver a well-crafted, tested PR](/contributing/how-to-open-a-pull-request/)
18+
1. Issue がある場合は、リアクションや課題の詳細を追加することであなたに影響していることを示します。
19+
2. Issue があり、あなたが詳細を追加できる場合は、バグがどのように影響しているかをコメントしたり、可能であればバクの回避策を書きます。
20+
3. Issue がない場合は、何が起こっているかについて詳細な説明を書いてください。可能であれば問題を再現できる Gatsby サイトへのリンクを追記するか、[再現可能なテストケース](/contributing/how-to-make-a-reproducible-test-case/)を作成します。
21+
4. バグを修正することを申し出ます。(何か詰まった場合はメンテナーに助けを求めると良いでしょう。オープンソースのメンテナーは貢献者をサポートしたいのです)
22+
5. よく検討されたテスト済みの[Pull Request を作成](/contributing/how-to-open-a-pull-request/)します。

0 commit comments

Comments
 (0)