Skip to content

Commit

Permalink
CONTRIBUTING: minor adjustments
Browse files Browse the repository at this point in the history
Change bug report link, previously it linked to a google search.
Add Discord link at the start.
Fix old unittest line (from before repo split, I assume)
  • Loading branch information
irgolic authored Nov 2, 2020
1 parent d4b6992 commit 24378a5
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ Contributing

Thanks for taking the time to contribute to Orange!

This document outlines our guidelines and standards of
contributing to Orange. If anything is unclear, feel free
to join our [Discord server] for a chat.

Please submit contributions in accordance with the flow explained in the
[GitHub Guides].

[GitHub Guides]: https://guides.github.com/
[Discord server]: https://discord.gg/FWrfeXV


Installing for development
Expand All @@ -22,12 +27,11 @@ Install Orange as suggested in [README]. Then:

Reporting bugs
--------------
Please report bugs according to established [bug reporting guidelines].
When reporting bugs, please fill out the [issue template] to the best of your ability.
At least, include a method to reproduce the bug (if consistently
reproducible) and a screenshot (if applicable).

[bug reporting guidelines]: https://www.google.com/search?q=reporting+bugs

[issue template]: https://github.com/biolab/orange3/issues/new?assignees=&labels=bug+report&template=bug_report.md&title=

Coding style
------------
Expand Down Expand Up @@ -101,8 +105,8 @@ _Orange/widgets/*/tests_, as appropriate. Ensure the tests pass by running:

Additionally, check that the tests for widgets pass:

python -m unittest -v Orange.widgets.tests \
Orange.canvas.report.tests
python -m unittest -v Orange.tests \
Orange.widgets.tests

If testing on GNU/Linux, perhaps install _xvfb_ package and prefix the above
command with `xvfb-run `.
Expand Down

0 comments on commit 24378a5

Please sign in to comment.