@@ -15,8 +15,7 @@ More information can be found on the [SLF4J website](http://www.slf4j.org).
15
15
# In case of problems
16
16
17
17
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 )
20
19
mailing list or to start a <a
21
20
href="https://github.com/qos-ch/slf4j/discussions">discussion </a > on
22
21
github. However, please do not directly e-mail SLF4J developers. The
@@ -46,14 +45,13 @@ process:
46
45
1 . Start a discussion on the [ slf4j-dev mailing
47
46
list] ( http://www.slf4j.org/mailing-lists.html ) about your proposed
48
47
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.
52
50
53
51
2 . Fork qos-ch/slf4j. Ideally, create a new branch from your fork for
54
52
your contribution to make it easier to merge your changes back.
55
53
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
57
55
sure that your code passes existing unit tests. Please add unit tests
58
56
for your work if appropriate. It usually is.
59
57
@@ -64,10 +62,8 @@ will be automatically rejected by the [DCO GitHub
64
62
check] ( https://probot.github.io/apps/dco/ ) application.
65
63
66
64
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
68
66
later.
69
67
70
68
6 . Submit a pull request to SLF4J from your commit page on GitHub.
71
69
72
- 7 . Did we mention that you will be asked to link your pull request
73
- with a Jira ticket?
0 commit comments