Skip to content

Commit c2c29fe

Browse files
authored
Update README.md
1 parent 0597225 commit c2c29fe

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ More information can be found on the [SLF4J website](http://www.slf4j.org).
1515
# In case of problems
1616

1717
In case of problems please do not hesitate to post an e-mail message
18-
on the <a
19-
href="https://mailman.qos.ch/cgi-bin/mailman/listinfo/slf4j-user">[email protected]</a>
18+
on the [[email protected]](https://mailman.qos.ch/cgi-bin/mailman/listinfo/slf4j-user)
2019
mailing list or to start a <a
2120
href="https://github.com/qos-ch/slf4j/discussions">discussion</a> on
2221
github. However, please do not directly e-mail SLF4J developers. The
@@ -46,14 +45,13 @@ process:
4645
1. Start a discussion on the [slf4j-dev mailing
4746
list](http://www.slf4j.org/mailing-lists.html) about your proposed
4847
change. Alternately, file a [bug
49-
report](http://www.slf4j.org/bug-reporting.html) to initiate the
50-
discussion. Note that we ask pull requests to be linked to a [Jira
51-
ticket](https://jira.qos.ch/).
48+
report](https://github.com/qos-ch/slf4j/issues) on github to initiate the
49+
discussion.
5250

5351
2. Fork qos-ch/slf4j. Ideally, create a new branch from your fork for
5452
your contribution to make it easier to merge your changes back.
5553

56-
3. Make your changes on the branch you hopefully created in Step 2. Be
54+
3. Make your changes on the branch created in Step 2. Be
5755
sure that your code passes existing unit tests. Please add unit tests
5856
for your work if appropriate. It usually is.
5957

@@ -64,10 +62,8 @@ will be automatically rejected by the [DCO GitHub
6462
check](https://probot.github.io/apps/dco/) application.
6563

6664
5. Push your changes to your fork/branch in GitHub. Don't push it to
67-
your master! If you do it will make it harder to submit new changes
65+
your master! If you do, it will make it harder to submit new changes
6866
later.
6967

7068
6. Submit a pull request to SLF4J from your commit page on GitHub.
7169

72-
7. Did we mention that you will be asked to link your pull request
73-
with a Jira ticket?

0 commit comments

Comments
 (0)