OSDN Git Service

Add ISSUE_TEMPLATE
authorLiu-Cheng Xu <xuliuchengxlc@gmail.com>
Tue, 26 Sep 2017 08:03:13 +0000 (16:03 +0800)
committerLiu-Cheng Xu <xuliuchengxlc@gmail.com>
Tue, 26 Sep 2017 08:03:13 +0000 (16:03 +0800)
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
README.md

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644 (file)
index 0000000..259925e
--- /dev/null
@@ -0,0 +1,9 @@
+#### Environment
+
+- OS: ???
+
+#### Problem Description
+
+<!-- Describe your problem or suggestion. -->
+
+<!-- Please provide the steps to reproduce if possible. -->
index aacae0e..3941d85 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Table of Contents
     * [Build](#build)
 * [Example](#example)
   * [Create and launch a single node](#create-and-launch-a-single-node)
-  * [Issue an asset](#issue-an-asset)
+  * [Issue an asset test](#issue-an-asset-test)
 * [Contributing](#contributing)
 * [License](#license)
 
@@ -79,17 +79,17 @@ $ cd ./cmd/bytom
 $ ./bytom init --home ./.bytom
 ```
 
-After that, you'll `.bytom` generated in current directory. Launch the single node:
+After that, you'll see `.bytom` generated in current directory, then launch the single node:
 
 ``` bash
 $ ./bytom node --home ./.bytom
 ```
 
-### Issue an asset
+### Issue an asset test
 
 ```bash
 $ cd ./cmd/bytomcli
-$ ./bytomcli <command> <opt...>
+$ ./bytomcli issue-test
 ```
 
 ## Contributing