diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE
index d1fb00f91..e03611d79 100644
--- a/.github/ISSUE_TEMPLATE
+++ b/.github/ISSUE_TEMPLATE
@@ -1,5 +1,5 @@
If you are reporting a problem, please make sure the following information are provided:
-1)Version of docker engine and docker-compose
-2)Config files of harbor, you can get them by packaging "Deploy/config" directory
-3)Log files, you can get them by package the /var/log/harbor/
+1)Version of docker engine and docker-compose.
+2)Config files of harbor, you can get them by packaging "harbor.cfg" and files in the same directory, including subdirectory.
+3)Log files, you can get them by package the /var/log/harbor/ .
diff --git a/README.md b/README.md
index d743133e4..3f880e2ec 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ Refer to **[User Guide](docs/user_guide.md)** for more details on how to use Har
**Slack:** Join Harbor's community here: [VMware {code}](https://code.vmware.com/join/), Channel: #harbor.
**Email:** harbor@ vmware.com .
**WeChat Group:** Add WeChat id *connect1688* to join WeChat discussion group.
+More info on [partners and users](partners.md).
### Contribution
We welcome contributions from the community. If you wish to contribute code and you have not signed our contributor license agreement (CLA), our bot will update the issue when you open a pull request. For any questions about the CLA process, please refer to our [FAQ](https://cla.vmware.com/faq). Contact us for any questions: harbor @vmware.com .
@@ -46,13 +47,3 @@ This project uses open source components which have additional licensing terms.
* Docker Registry 2.5: [docker image](https://hub.docker.com/_/registry/), [license](https://github.com/docker/distribution/blob/master/LICENSE)
* MySQL 5.6: [docker image](https://hub.docker.com/_/mysql/), [license](https://github.com/docker-library/mysql/blob/master/LICENSE)
* NGINX 1.11.5: [docker image](https://hub.docker.com/_/nginx/), [license](https://github.com/nginxinc/docker-nginx/blob/master/LICENSE)
-
-### Partners
-
-
-
-### Users
-
-
-### Supporting Technologies
- Harbor is powered by Beego.
diff --git a/partners.md b/partners.md
new file mode 100644
index 000000000..741bc738f
--- /dev/null
+++ b/partners.md
@@ -0,0 +1,13 @@
+# Community of Harbor
+
+Below are some of the partners and users of Harbor projects ( updated periodically ). If you wish to be listed on this page as reference partners and users, please contact us at harbor@ vmware.com .
+
+## Partners
+
+
+
+## Users
+
+
+## Supporting Technologies
+ Harbor is powered by Beego.