forked from MDAnalysis/mdanalysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Contributing to MDAnalysis | ||
|
||
Thanks for contributing to MDAnalysis! | ||
|
||
#### Reporting issues | ||
|
||
If you've found a defect with MDAnalysis we'd love to know so we can fix it. Please follow the Issue template so we can quickly diagnose the problem, in particular the piece of code that causes the problem. | ||
|
||
If your issue isn't a defect with the code and instead you require help using MDAnalysis, drop by the [discussion board](http://help.mdanalysis.org). | ||
|
||
#### Contributing code | ||
|
||
If you're contributing code, please check out the [Style guide](https://github.com/MDAnalysis/mdanalysis/wiki/Style-Guide). | ||
|
||
MDAnalysis devs are most easily reached through the [development board](http://developers.mdanalysis.org). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### Expected behaviour | ||
|
||
|
||
### Actual behaviour | ||
|
||
|
||
### Code to reproduce the behaviour | ||
|
||
``` python | ||
import MDAnalysis as mda | ||
|
||
u = mda.Universe(top, trj) | ||
|
||
.... | ||
|
||
``` | ||
|
||
### Currently version of MDAnalysis: | ||
(run 'python -c "import MDAnalysis as mda; print(mda.__version__)"') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Fixes # | ||
|
||
Changes made in this Pull Request: | ||
- | ||
|
||
|
||
PR Checklist | ||
------------ | ||
- [ ] Tests? | ||
- [ ] Docs? | ||
- [ ] CHANGELOG updated? | ||
- [ ] Issue raised/referenced? |