From 8241e32a26974a6004483dcc334ebe162bb6ae5b Mon Sep 17 00:00:00 2001 From: alexiadunn <63380512+alexiadunn@users.noreply.github.com> Date: Wed, 30 Nov 2022 19:50:27 -0600 Subject: [PATCH 1/3] Added CoC references --- CONTRIBUTING.rst | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1a7cefa8..5193be1f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,6 +1,5 @@ -************************** How to contribute to Flask -************************** +========================== Thank you for considering contributing to Flask! @@ -15,7 +14,7 @@ Thank you for considering contributing to Flask! * `Running test coverage`_ Support questions -################# +----------------- Please don't use the issue tracker for support questions. The issue tracker is a tool to address bugs and feature requests in Flask itself. Use one of the @@ -34,7 +33,7 @@ own code: Reporting issues -################ +---------------- Include the following information in your post: @@ -52,7 +51,7 @@ Include the following information in your post: Submitting patches -################## +------------------ If there is not an open issue for what you want to submit, prefer opening one for discussion before working on a PR. You can work on any @@ -78,7 +77,7 @@ Include the following in your patch: First time setup -**************** +~~~~~~~~~~~~~~~~ - Download and install the `latest version of git`_. - Configure git with your `username`_ and `email`_. @@ -150,7 +149,7 @@ First time setup Start coding -************ +~~~~~~~~~~~~ - Create a branch to identify the issue you would like to work on. If you're submitting a bug or documentation fix, branch off of the @@ -185,7 +184,7 @@ Start coding Running the tests -***************** +~~~~~~~~~~~~~~~~~ Run the basic test suite with pytest. @@ -204,7 +203,7 @@ wait. Running test coverage -********************* +~~~~~~~~~~~~~~~~~~~~~ Generating a report of lines that do not have test coverage can indicate where to start contributing. Run ``pytest`` using ``coverage`` and @@ -222,7 +221,7 @@ Read more about `coverage `__. Building the docs -***************** +~~~~~~~~~~~~~~~~~ Build the docs in the ``docs`` directory using Sphinx. From 3dc2f602cf719bbfb68c203e7ec697dfec1e687a Mon Sep 17 00:00:00 2001 From: alexiadunn <63380512+alexiadunn@users.noreply.github.com> Date: Wed, 30 Nov 2022 19:51:21 -0600 Subject: [PATCH 2/3] Added CoC link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5452f7ed..8978bd81 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,7 @@ For guidance on setting up a development environment and how to make a contribution to Flask, see the `contributing guidelines`_ and read our `Code of Conduct`_. .. _contributing guidelines: https://github.com/pallets/flask/blob/main/CONTRIBUTING.rst -.. _contributing guidelines: https://github.com/pallets/flask/blob/main/CODE_OF_CONDUCT.rst +.. _Code of Conduct: https://github.com/pallets/flask/blob/main/CODE_OF_CONDUCT.md Donate ------ From d41ce1f7943a4570b544d8efb53a9f20d4a17132 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:58:36 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CONTRIBUTING.rst | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 5193be1f..70157526 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -7,7 +7,7 @@ Thank you for considering contributing to Flask! * `Support Questions`_ * `Reporting issues`_ * `Submitting patches`_ - + * `First time setup`_ * `Start coding`_ * `Running the tests`_ diff --git a/README.rst b/README.rst index 8978bd81..942b2e86 100644 --- a/README.rst +++ b/README.rst @@ -87,4 +87,4 @@ License Flask is licensed under the `BSD 3-Clause Revised License`_. -.. _BSD 3-Clause Revised License: https://github.com/pallets/flask/blob/main/LICENSE.rst \ No newline at end of file +.. _BSD 3-Clause Revised License: https://github.com/pallets/flask/blob/main/LICENSE.rst