Skip to content

Commit

Permalink
update contributing and readme to reflect the move away from slack to…
Browse files Browse the repository at this point in the history
… gitter
  • Loading branch information
arm61 committed Jun 26, 2018
1 parent a740594 commit b17af7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ If you are interested in contributing to pylj. Please feel free; fork the code a

- We are trying to use a modular system within pylj, where there is the overarching `util` module that contains the `System` class which holds all system information. Examples of modules that use the `System` class are the `md` and `mc` module that facilite molecular dynamics and Monte-Carlo simulation respectively.
- All visuallisation should be done in the `sample` module, the structuring of this module should be clear and generally the only variable required should be the `System` class object.
- If you want any help implementing your idea, please feel free to discuss it on our [Slack channel](https://pylj.slack.com). We prefer this method of communication over email, however if you are morally or structurally aposed to Slack feel free to email [arm61](mailto:arm61@bath.ac.uk).
- If you want any help implementing your idea, please feel free to discuss it on our [gitter channel](https://gitter.im/pylj/Lobby#). We prefer this method of communication over email, however if you are morally or structurally aposed to gitter feel free to email [arm61](mailto:arm61@bath.ac.uk).
- If you would like to offer a pull request, we will try our best to assess and merge them as appropriate in a timely manner.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python setup.py test

```

All development discussion can take place on [gitter](https://gitter.im/pylj/Lobby#).
If you need any help using pylj contact arm61 in the [pylj/HELP gitter chatroom](https://gitter.im/pylj/HELP).

[![DOI](https://zenodo.org/badge/119863480.svg)](https://zenodo.org/badge/latestdoi/119863480)
[![Documentation Status](https://readthedocs.org/projects/falass/badge/?version=latest)](https://falass.readthedocs.io/en/latest/?badge=latest)
Expand Down

0 comments on commit b17af7d

Please sign in to comment.