Skip to content

Commit 768180e

Browse files
committed
adding a CODEOWNERS file into the template
1 parent 825b795 commit 768180e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/sphinx/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Directory Contents
3333
* **python/package_name/misc**: General-use tools, including a custom logger and colour printing routines.
3434
* **python/package_name/tests**: The directory containing the tests for the package. Includes a ``conftest.py`` file with basic configuration using `pytest <https://docs.pytest.org/en/latest/>`_.
3535
* **CHANGELOG.rst**: A file documenting changes to your code, e.g. new features, fixed issues, or bug-fixes.
36+
* **CODEOWNERS**: A file assigning ownership of the code to the package or components of the package to various users
3637
* **README.rst**: A file describing your package. This will be the main display on Github.
3738
* **STYLE.rst**: The SDSS style guide for best coding practices.
3839
* **LICENSE.md**: The open source license for your product. DO NOT DELETE.

0 commit comments

Comments
 (0)