Fix typos in the CONTRIBUTING & README
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ https://help.github.com/articles/using-pull-requests/[Using Pull Requests] first
|
||||
== Search GitHub (or JIRA) issues first; create one if necessary
|
||||
|
||||
Is there already an issue that addresses your concern?
|
||||
Search the https://github.com/spring-projects/spring-integration/issues[GitHub issue tracker] (and https://jira.spring.io/browse/AMQP[JIRA issue tracker]) to see if you can find something similar.
|
||||
Search the https://github.com/spring-projects/spring-amqp/issues[GitHub issue tracker] (and https://jira.spring.io/browse/AMQP[JIRA issue tracker]) to see if you can find something similar.
|
||||
If not, please create a new issue in GitHub before submitting a pull request unless the change is truly trivial, e.g. typo fixes,
|
||||
removing compiler warnings, etc.
|
||||
|
||||
@@ -132,7 +132,7 @@ Please carefully follow the whitespace and formatting conventions already presen
|
||||
8. Latin-1 (ISO-8859-1) encoding for Java sources; use `native2ascii` to convert
|
||||
if necessary
|
||||
|
||||
## Add Apache license header to all new classes
|
||||
== Add Apache license header to all new classes
|
||||
|
||||
[source, java]
|
||||
----
|
||||
|
||||
@@ -6,7 +6,7 @@ This project provides support for using Spring and Java with [AMQP 0.9.1](https:
|
||||
|
||||
# Code of Conduct
|
||||
|
||||
Please see our [Code of conduct](https://github.com/spring-projects/.github/blob/master/CODE_OF_CONDUCT.md).
|
||||
Please see our [Code of conduct](https://github.com/spring-projects/.github/blob/main/CODE_OF_CONDUCT.md).
|
||||
|
||||
# Reporting Security Vulnerabilities
|
||||
|
||||
|
||||
Reference in New Issue
Block a user