Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.
You can contribute in many ways:
Report bugs at https://github.com/UBC-MDS/rmlviz/issues.
If you are reporting a bug, please include:
Look through the GitHub issues for bugs. Anything tagged with “bug” and “help wanted” is open to whoever wants to implement it.
Look through the GitHub issues for features. Anything tagged with “enhancement” and “help wanted” is open to whoever wants to implement it.
rmlviz could always use more documentation, whether as part of the official rmlviz docs, in docstrings, or even on the web in blog posts, articles, and such.
The best way to send feedback is to file an issue at https://github.com/UBC-MDS/rmlviz/issues.
If you are proposing a feature:
Ready to contribute? Here’s how to set up rmlviz
for local development.
First
Fork, then clone the repo:
git clone https://github.com/UBC-MDS/RMLViz.git
Add upstream:
git remote add upstream https://github.com/UBC-MDS/RMLViz.git
Merge potential changes in upstream:
git fetch upstream
git merge upstream/master
git push
Then send a pull request! We’ll review your changes!