-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add contribution page, dependencies, and references (#44)
- Loading branch information
1 parent
3d36c11
commit e3fd9be
Showing
11 changed files
with
444 additions
and
17 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
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
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,3 @@ | ||
.wy-table-responsive table td, .wy-table-responsive table th { | ||
white-space: inherit; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,30 @@ | ||
Contributing | ||
============ | ||
|
||
Contributions can take many forms, such as: | ||
|
||
* sharing bug reports or feature requests through the `Issue Tracker`_ | ||
* asking or answering questions, or otherwise joining in on `Discussions`_ | ||
* adding bug fixes, new features, or otherwise improving the code | ||
* adding or improving documentation | ||
|
||
The second two options both involve making a `pull request`_ . | ||
|
||
There are many existing guides on how to make a contribution to an open | ||
source project on GitHub, such as the `MDAnalysis User Guide`_ . | ||
In short, the steps are to: | ||
|
||
#. Fork the repository into your own account and download your fork | ||
#. Create a development environment from source, following the :ref:`Installation` instructions | ||
#. Create a new branch off the `master` branch with a meaningful name (e.g. ``git checkout -b fix-issue-39``) | ||
#. Add your modifications to the code or documentation | ||
#. Add tests if modifying the code | ||
#. Commit and push changes to GitHub, and open a pull request | ||
|
||
|
||
|
||
|
||
.. _`Issue Tracker`: https://github.com/lilyminium/psiresp/issues | ||
.. _`pull request`: https://github.com/lilyminium/psiresp/pulls | ||
.. _`MDAnalysis User Guide`: https://userguide.mdanalysis.org/stable/contributing.html | ||
.. _Discussions: https://github.com/lilyminium/psiresp/discussions |
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
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
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
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
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