mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +01:00
Update README.md
- Change Bug report instructions - Add 'Contributing' section - Add URL to JaCoCo test coverage reports
This commit is contained in:
parent
bc093b620d
commit
24d2b0b0b9
1 changed files with 12 additions and 4 deletions
16
README.md
16
README.md
|
@ -25,10 +25,11 @@ Bug Reporting
|
||||||
Only a few users have access for for filling bugs in the tracker. New
|
Only a few users have access for for filling bugs in the tracker. New
|
||||||
users should:
|
users should:
|
||||||
|
|
||||||
1. [Create a forums account](https://community.igniterealtime.org/login!input.jspa?registerOnly=true) (only e-mail is a requirement, you can skip all the other fields).
|
1. Read ["How to ask for help or report an issue"](https://github.com/igniterealtime/Smack/wiki/How-to-ask-for-help-or-report-an-issue)
|
||||||
2. Login to the forum account
|
2. [Create a forums account](https://community.igniterealtime.org/login!input.jspa?registerOnly=true) (only e-mail is a requirement, you can skip all the other fields).
|
||||||
3. Press New in your toolbar and choose Discussion
|
3. Login to the forum account
|
||||||
4. Choose the [Smack Developers Forum] of Smack and add the tag 'bug_report' to your new post
|
4. Press New in your toolbar and choose Discussion
|
||||||
|
5. Choose the [Smack Developers Forum] of Smack and add the tag 'bug_report' to your new post
|
||||||
|
|
||||||
Please search for your issues in the bug tracker before reporting.
|
Please search for your issues in the bug tracker before reporting.
|
||||||
|
|
||||||
|
@ -40,10 +41,17 @@ Remember that it may take some time (~hours) to get a response.
|
||||||
|
|
||||||
You can also reach us via the [Smack Users Forum] if you have questions or need support, or the [Smack Developers Forum] if you want to discuss Smack development.
|
You can also reach us via the [Smack Users Forum] if you have questions or need support, or the [Smack Developers Forum] if you want to discuss Smack development.
|
||||||
|
|
||||||
|
Contributing
|
||||||
|
------------
|
||||||
|
|
||||||
|
If you want to start developing for Smack and eventually contribute code back, then please have a look at the [Guidelines for Smack Developers and Contributors](https://github.com/igniterealtime/Smack/wiki/Guidelines-for-Smack-Developers-and-Contributors).
|
||||||
|
The guidelines also contain development quickstart instructions.
|
||||||
|
|
||||||
Resources
|
Resources
|
||||||
---------
|
---------
|
||||||
|
|
||||||
- Bug Tracker: http://issues.igniterealtime.org/browse/SMACK
|
- Bug Tracker: http://issues.igniterealtime.org/browse/SMACK
|
||||||
|
- JaCoCo Coverage Reports: https://www.igniterealtime.org/builds/smack/dailybuilds/jacoco/html/
|
||||||
- Nightly Builds: http://www.igniterealtime.org/downloads/nightly_smack.jsp
|
- Nightly Builds: http://www.igniterealtime.org/downloads/nightly_smack.jsp
|
||||||
- Nightly Javadoc: http://www.igniterealtime.org/builds/smack/dailybuilds/javadoc/
|
- Nightly Javadoc: http://www.igniterealtime.org/builds/smack/dailybuilds/javadoc/
|
||||||
- Nightly Documentation: http://www.igniterealtime.org/builds/smack/dailybuilds/documentation/
|
- Nightly Documentation: http://www.igniterealtime.org/builds/smack/dailybuilds/documentation/
|
||||||
|
|
Loading…
Reference in a new issue