diff --git a/README.md b/README.md index 71a346df..ac12eaa1 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,15 @@ If you come from Flask-Bootstrap, check out migrate to this extension. +## Contributing + +For guidance on setting up a development environment and how to make a +contribution to Bootstrap-Flask, see the +[development documentation](https://bootstrap-flask.readthedocs.io/en/stable/#development) +and Flask's +[contributing guidelines](https://github.com/pallets/flask/blob/main/CONTRIBUTING.rst). + + ## License This project is licensed under the MIT License (see the `LICENSE` file for diff --git a/docs/index.rst b/docs/index.rst index 23e2ec6b..06f4814b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -47,7 +47,7 @@ locally with the following commands: .. code-block:: bash - $ git clone git@github.com:greyli/bootstrap-flask.git + $ git clone git@github.com:helloflask/bootstrap-flask.git $ cd bootstrap-flask $ python3 -m venv venv $ . venv/bin/activate @@ -76,7 +76,7 @@ Maintainers: - `Pander `_ See also the list of -`contributors `_ +`contributors `_ who participated in this project.