Skip to content

Commit

Permalink
paper top level
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Dec 12, 2023
1 parent d78df2c commit 1cf477e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,15 @@ Contributing
------------

All code contributions are welcome. Please submit a pull request on GitHub.
To make maintenance easier, please use a workflow similar to the automated CI `workflow <https://github.com/materialsproject/pymatgen-analysis-defects/blob/main/.github/workflows/testing.yml>`_
To make maintenance easier, please use a workflow similar to the automated CI
`workflow <https://github.com/materialsproject/pymatgen-analysis-defects/blob/main/.github/workflows/testing.yml>`_.

Specifically, please make sure to run the following commands for linting:

.. code-block:: python
code
.. code-block:: bash
pip install -e .[strict]
pip install -e .[dev]
Expand Down

0 comments on commit 1cf477e

Please sign in to comment.