This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new bab5ef1b6 Automatic Site Publish by Buildbot
bab5ef1b6 is described below
commit bab5ef1b67b00eff866f7aa98b213e848926b108
Author: buildbot <[email protected]>
AuthorDate: Wed Dec 7 17:29:52 2022 +0000
Automatic Site Publish by Buildbot
---
output/issues.html | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/output/issues.html b/output/issues.html
index 7925746d4..f8ee33511 100644
--- a/output/issues.html
+++ b/output/issues.html
@@ -99,8 +99,8 @@
<ul>
<li>Which version of the component are you using on which Java platform?</li>
<li>Any particular application/web server or container being used? If so
what version?</li>
- <li>Stack traces generally really help! If in doubt include the whole thing.
Fften exceptions get wrapped in other exceptions and the exception right near
the bottom explains the actual error, not the first few lines at the top. It’s
very easy for us to skim-read past unnecessary parts of a stack trace.</li>
- <li>Log output can be useful too; sometimes enabling <code
class="language-plaintext highlighter-rouge">DEBUG</code> logging can help.</li>
+ <li>Stack traces generally really help! If in doubt include the whole thing.
Often exceptions get wrapped in other exceptions and the exception right near
the bottom explains the actual error, not the first few lines at the top.</li>
+ <li>Log output can be useful too. Sometimes enabling <code
class="language-plaintext highlighter-rouge">DEBUG</code> logging can help.</li>
<li>Your code & configuration files are often useful.</li>
</ul>
@@ -141,7 +141,14 @@
<h4 id="using-the-issue-tracker">Using the issue tracker</h4>
-<p>Before you can raise an issue in the issue tracker you need to <a
href="https://issues.apache.org/jira/secure/Signup!default.jspa">create an
account</a>.</p>
+<p>Before you can raise an issue in the issue tracker you need to create an
account. However, due to an influx of false Jira accounts creating a flood of
spam tickets <a
href="https://infra.apache.org/blog/jira-public-signup-disabled.html">public
signups for issue tracker accounts was disabled</a> in November 2022.
Therefore, in order to create an account please send an email to
[email protected] and include the following:</p>
+<ul>
+ <li>Email address</li>
+ <li>Preferred username (all lower-case, no punctuation, hypens, etc. -
[a-z0-9])</li>
+ <li>Alternate username (in case the preferred one is already in use)</li>
+ <li>Display name (if it is different from the username)</li>
+ <li>A really simple description of why you want an account (e.g. “I want to
report a bug about an exception when sending a message”)</li>
+</ul>
<p>If you want to be the “assignee” of an issue you need to be in the list of
<code class="language-plaintext highlighter-rouge">activemq-developers</code>
on the issue tracker. To join the group please mail the <a
href="mailto:[email protected]">dev mailing list</a> with the email
address you used to register with the issue tracker and we’ll add you to the
group.</p>