docs: Call out the UI in README and include details for contributing to it (#11187)

pull/11193/head
John Cowen 3 years ago committed by GitHub
parent 8bb6d8571c
commit a20bc5dbf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,13 +29,14 @@ Consul provides several key features:
dynamic configuration, feature flagging, coordination, leader election and dynamic configuration, feature flagging, coordination, leader election and
more. The simple HTTP API makes it easy to use anywhere. more. The simple HTTP API makes it easy to use anywhere.
Consul runs on Linux, macOS, FreeBSD, Solaris, and Windows. A commercial Consul runs on Linux, macOS, FreeBSD, Solaris, and Windows and includes an
version called [Consul Enterprise](https://www.hashicorp.com/products/consul) optional [browser based UI](https://demo.consul.io). A commercial version
is also available. called [Consul Enterprise](https://www.hashicorp.com/products/consul) is also
available.
**Please note**: We take Consul's security and our users' trust very seriously. If you **Please note**: We take Consul's security and our users' trust very seriously. If you
believe you have found a security issue in Consul, please [responsibly disclose](https://www.hashicorp.com/security#vulnerability-reporting) by believe you have found a security issue in Consul, please [responsibly disclose](https://www.hashicorp.com/security#vulnerability-reporting)
contacting us at security@hashicorp.com. by contacting us at security@hashicorp.com.
## Quick Start ## Quick Start
@ -54,4 +55,7 @@ https://www.consul.io/docs
## Contributing ## Contributing
Thank you for your interest in contributing! Please refer to [CONTRIBUTING.md](https://github.com/hashicorp/consul/blob/main/.github/CONTRIBUTING.md) for guidance. Thank you for your interest in contributing! Please refer to [CONTRIBUTING.md](https://github.com/hashicorp/consul/blob/main/.github/CONTRIBUTING.md)
for guidance. For contributions specifically to the browser based UI, please
refer to the UI's [README.md](https://github.com/hashicorp/consul/blob/main/ui/packages/consul-ui/README.md)
for guidance.

Loading…
Cancel
Save