Skip to content

Commit

Permalink
remove horizontal rules, BlazingMQ consistency (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinhe authored May 14, 2024
1 parent 1986bae commit c30e124
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ feature and/or API parity with the BlazingMQ C++ client library.
- [Code of Conduct](#code-of-conduct)
- [Security Vulnerability Reporting](#security-vulnerability-reporting)

---

## Using

Expand Down Expand Up @@ -137,36 +136,32 @@ $ JAVA_HOME=${PATH_TO_JDK11} mvn clean compile
$ mvn -q -Dspotbugs.skip=true -Dspotless.check.skip=true -Dtest=OpenQueueTest#testReset test
```

---

## Contributions

We welcome your contributions to help us improve and extend this project!

We welcome issue reports [here](../../issues); be sure to choose the proper
issue template for your issue, so that we can be sure you're providing the
necessary information.
issue template for your issue, so that we can be sure you're providing us with
the necessary information.

Before sending a [Pull Request](../../pulls), please make sure you read our
[Contribution
Guidelines](https://github.com/bloomberg/.github/blob/master/CONTRIBUTING.md).
Before sending a [Pull Request](../../pulls), please make sure you have read
our [Contribution
Guidelines](https://github.com/bloomberg/.github/blob/main/CONTRIBUTING.md).

---

## License

Please read the [LICENSE](LICENSE) file.
The BlazingMQ Java SDK is Apache 2.0 licensed, as found in the [LICENSE](LICENSE) file.

---

## Code of Conduct

This project has adopted a [Code of
Conduct](https://github.com/bloomberg/.github/blob/master/CODE_OF_CONDUCT.md).
Conduct](https://github.com/bloomberg/.github/blob/main/CODE_OF_CONDUCT.md).
If you have any concerns about the Code, or behavior which you have experienced
in the project, please contact us at opensource@bloomberg.net.

---

## Security Vulnerability Reporting

Expand All @@ -177,5 +172,3 @@ the suspected issue and any methods you've found to reproduce it.
Please do NOT open an issue in the GitHub repository, as we'd prefer to keep
vulnerability reports private until we've had an opportunity to review and
address them.

---

0 comments on commit c30e124

Please sign in to comment.