You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ https://help.github.com/articles/using-pull-requests/[Using Pull Requests] first
19
19
== Search GitHub (or JIRA) issues first; create one if necessary
20
20
21
21
Is there already an issue that addresses your concern?
22
-
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.
22
+
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.
23
23
If not, please create a new issue in GitHub before submitting a pull request unless the change is truly trivial, e.g. typo fixes,
24
24
removing compiler warnings, etc.
25
25
@@ -97,10 +97,10 @@ From the command line you can check this using:
97
97
log --graph --pretty=oneline
98
98
----
99
99
100
-
As this may cause lots of typing, we recommend creating a global alias, e.g. `git logg` for this:
100
+
As this may cause lots of typing, we recommend creating a global alias, e.g. `git log` for this:
0 commit comments