diff --git a/CHANGES.rst b/CHANGES.rst index d50a55c..17e9bb6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,7 +14,7 @@ Breaking changes: New features: -- ... +- Add :ref:`Security Policy` Bug fixes: diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 22fa1f7..8948763 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -18,12 +18,12 @@ For pull requests, keep this in mind - Add a test which proves your fix and make it pass. -- Describe your change in CHANGES.rst +- Describe your change in ``CHANGES.rst`` -- Add yourself to the docs/credits.rst +- Add yourself to the ``docs/credits.rst`` -Development Setup ------------------ +Setup for Development +--------------------- If you would like to setup icalendar to contribute changes, the `Installation Section diff --git a/docs/contributing.rst b/docs/contributing.rst index 99b206b..2eabc81 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -1,5 +1,3 @@ -.. _contributing: - ------------------ Contributing ------------------