This document describes how to contribute to dms-view via raising issues and creating pull requests.
To request changes made to the code, you should raise an issue at github.com/dms-view/dms-view.github.io/issues. Please be as descriptive in possible in your issue. Important pieces of information to include are whether or not your requested change is a bug or a feature request and a specific example, if possible.
To make changes to the code, you should make a branch or fork, make your changes, and then submit a pull request. If you aren't sure about pull requests:
-
A general description of pull requests: https://help.github.com/en/articles/about-pull-requests
-
How to create a pull request: https://help.github.com/en/articles/creating-a-pull-request
-
How to structure your pull requests (one conceptually distinct change per pull request): https://medium.com/@fagnerbrack/one-pull-request-one-concern-e84a27dfe9f1
The documentation for dms-view is maintained in a separate repo, github.com/dms-view/docs.
Any issues for the documentation can be raised at github.com/dms-view/docs/issues