=
commited on
Commit
·
f39d256
1
Parent(s):
cd83034
[TEST]
Browse files- CONTRIBUTING.rst +32 -1
CONTRIBUTING.rst
CHANGED
@@ -1,40 +1,71 @@
|
|
1 |
.. highlight:: shell
|
2 |
|
3 |
============
|
4 |
-
|
5 |
============
|
6 |
|
|
|
|
|
7 |
Contributions are welcome, and they are greatly appreciated! Every little bit
|
8 |
helps, and credit will always be given.
|
9 |
|
|
|
|
|
10 |
You can contribute in many ways:
|
11 |
|
|
|
|
|
12 |
Types of Contributions
|
13 |
----------------------
|
14 |
|
|
|
|
|
15 |
Report Bugs
|
16 |
~~~~~~~~~~~
|
17 |
|
|
|
|
|
|
|
|
|
18 |
Report bugs at https://github.com/nidhaloff/deep_translator/issues.
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
If you are reporting a bug, please include:
|
21 |
|
22 |
* Your operating system name and version.
|
23 |
* Any details about your local setup that might be helpful in troubleshooting.
|
24 |
* Detailed steps to reproduce the bug.
|
25 |
|
|
|
|
|
26 |
Fix Bugs
|
27 |
~~~~~~~~
|
28 |
|
|
|
|
|
|
|
29 |
Look through the GitHub issues for bugs. Anything tagged with "bug" and "help
|
30 |
wanted" is open to whoever wants to implement it.
|
31 |
|
|
|
|
|
32 |
Implement Features
|
33 |
~~~~~~~~~~~~~~~~~~
|
34 |
|
|
|
|
|
|
|
|
|
35 |
Look through the GitHub issues for features. Anything tagged with "enhancement"
|
36 |
and "help wanted" is open to whoever wants to implement it.
|
37 |
|
|
|
|
|
38 |
Write Documentation
|
39 |
~~~~~~~~~~~~~~~~~~~
|
40 |
|
|
|
1 |
.. highlight:: shell
|
2 |
|
3 |
============
|
4 |
+
コントリビュートする方法
|
5 |
============
|
6 |
|
7 |
+
このプロジェクトではコントリビュートを歓迎しています!どんなに小さい貢献でも、あなたのコントリビュートになります。
|
8 |
+
|
9 |
Contributions are welcome, and they are greatly appreciated! Every little bit
|
10 |
helps, and credit will always be given.
|
11 |
|
12 |
+
次のようないくつかの方法で貢献することができます。
|
13 |
+
|
14 |
You can contribute in many ways:
|
15 |
|
16 |
+
コントリビュートの種類
|
17 |
+
|
18 |
Types of Contributions
|
19 |
----------------------
|
20 |
|
21 |
+
バグの報告
|
22 |
+
|
23 |
Report Bugs
|
24 |
~~~~~~~~~~~
|
25 |
|
26 |
+
https://github.com/nidhaloff/deep_translator/issues
|
27 |
+
|
28 |
+
でバクを報告してください。
|
29 |
+
|
30 |
Report bugs at https://github.com/nidhaloff/deep_translator/issues.
|
31 |
|
32 |
+
バグを報告する時、以下の3項目を含めて投稿するようにしてください。
|
33 |
+
|
34 |
+
* バグの発生したOSの種類とOSバージョンの情報
|
35 |
+
* ソフトウェアの設定などのローカル環境の情報
|
36 |
+
* バグを再現するための詳細な手順
|
37 |
+
|
38 |
If you are reporting a bug, please include:
|
39 |
|
40 |
* Your operating system name and version.
|
41 |
* Any details about your local setup that might be helpful in troubleshooting.
|
42 |
* Detailed steps to reproduce the bug.
|
43 |
|
44 |
+
バグの修正
|
45 |
+
|
46 |
Fix Bugs
|
47 |
~~~~~~~~
|
48 |
|
49 |
+
このリポジトリのイシューを見ることで、バグの情報を確認できます。
|
50 |
+
"bug" と "help wanted"でタグ付けされているものは、誰でもバグの修正にコントリビュートできます。
|
51 |
+
|
52 |
Look through the GitHub issues for bugs. Anything tagged with "bug" and "help
|
53 |
wanted" is open to whoever wants to implement it.
|
54 |
|
55 |
+
機能の追加
|
56 |
+
|
57 |
Implement Features
|
58 |
~~~~~~~~~~~~~~~~~~
|
59 |
|
60 |
+
|
61 |
+
このリポジトリのイシューを見ることで、追加したい機能が確認できます。
|
62 |
+
"enhancement" と "help wanted"でタグ付けされているものは、誰でも実装にコントリビュートできます。
|
63 |
+
|
64 |
Look through the GitHub issues for features. Anything tagged with "enhancement"
|
65 |
and "help wanted" is open to whoever wants to implement it.
|
66 |
|
67 |
+
ドキュメントの作成
|
68 |
+
|
69 |
Write Documentation
|
70 |
~~~~~~~~~~~~~~~~~~~
|
71 |
|