-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
34 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,27 @@ | ||
Contributing to BlueCelluLab | ||
============================ | ||
|
||
Thank you for taking the time to contribute! | ||
|
||
Reporting Bugs and Suggesting Enhancements | ||
------------------------------------------ | ||
|
||
1. Search existing `issues <https://github.com/BlueBrain/BlueCelluLab/issues>`_. | ||
2. Open a new issue with a clear title and detailed description. | ||
3. Include steps to reproduce, expected and actual behavior for bugs, or the current and expected behavior for enhancements. | ||
4. Attach any relevant screenshots or files. | ||
5. If applicable specify the versions of BlueCelluLab, Python and any relevant dependencies. | ||
|
||
Pull Requests | ||
------------- | ||
|
||
1. Fork the repository and create a new branch. | ||
2. Make your changes. | ||
3. Run `tox -e lint` to check the code format. | ||
4. Run the tests with `tox -e py3`. | ||
5. Add unit tests for the new code. | ||
6. If applicable add type hints and docstrings. | ||
7. If applicable update the documentation. | ||
8. Submit a pull request with a clear description. | ||
|
||
Thank you for contributing to BlueCelluLab! |
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 @@ | ||
.. include:: ../../CONTRIBUTING.rst |
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 |
---|---|---|
|
@@ -17,5 +17,6 @@ | |
api.rst | ||
compiling-mechanisms.rst | ||
changelog | ||
contributing | ||
|
||
.. |banner| image:: /logo/BlueCelluLabBanner.jpg |