Added CoC references
This commit is contained in:
parent
e52ac4f49c
commit
9cf090bed7
2 changed files with 10 additions and 11 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
**************************
|
|
||||||
How to contribute to Flask
|
How to contribute to Flask
|
||||||
**************************
|
==========================
|
||||||
|
|
||||||
Thank you for considering contributing to Flask!
|
Thank you for considering contributing to Flask!
|
||||||
|
|
||||||
|
|
@ -15,7 +14,7 @@ Thank you for considering contributing to Flask!
|
||||||
* `Running test coverage`_
|
* `Running test coverage`_
|
||||||
|
|
||||||
Support questions
|
Support questions
|
||||||
#################
|
-----------------
|
||||||
|
|
||||||
Please don't use the issue tracker for support questions. The issue tracker is a tool
|
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
|
to address bugs and feature requests in Flask itself. Use one of the
|
||||||
|
|
@ -34,7 +33,7 @@ own code:
|
||||||
|
|
||||||
|
|
||||||
Reporting issues
|
Reporting issues
|
||||||
################
|
----------------
|
||||||
|
|
||||||
Include the following information in your post:
|
Include the following information in your post:
|
||||||
|
|
||||||
|
|
@ -52,7 +51,7 @@ Include the following information in your post:
|
||||||
|
|
||||||
|
|
||||||
Submitting patches
|
Submitting patches
|
||||||
##################
|
------------------
|
||||||
|
|
||||||
If there is not an open issue for what you want to submit, prefer
|
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
|
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
|
First time setup
|
||||||
****************
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
- Download and install the `latest version of git`_.
|
- Download and install the `latest version of git`_.
|
||||||
- Configure git with your `username`_ and `email`_.
|
- Configure git with your `username`_ and `email`_.
|
||||||
|
|
@ -150,7 +149,7 @@ First time setup
|
||||||
|
|
||||||
|
|
||||||
Start coding
|
Start coding
|
||||||
************
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
- Create a branch to identify the issue you would like to work on. If
|
- 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
|
you're submitting a bug or documentation fix, branch off of the
|
||||||
|
|
@ -185,7 +184,7 @@ Start coding
|
||||||
|
|
||||||
|
|
||||||
Running the tests
|
Running the tests
|
||||||
*****************
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Run the basic test suite with pytest.
|
Run the basic test suite with pytest.
|
||||||
|
|
||||||
|
|
@ -204,7 +203,7 @@ wait.
|
||||||
|
|
||||||
|
|
||||||
Running test coverage
|
Running test coverage
|
||||||
*********************
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Generating a report of lines that do not have test coverage can indicate
|
Generating a report of lines that do not have test coverage can indicate
|
||||||
where to start contributing. Run ``pytest`` using ``coverage`` and
|
where to start contributing. Run ``pytest`` using ``coverage`` and
|
||||||
|
|
@ -222,7 +221,7 @@ Read more about `coverage <https://coverage.readthedocs.io/en/6.6.0b1/>`__.
|
||||||
|
|
||||||
|
|
||||||
Building the docs
|
Building the docs
|
||||||
*****************
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Build the docs in the ``docs`` directory using Sphinx.
|
Build the docs in the ``docs`` directory using Sphinx.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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`_.
|
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/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.rst
|
||||||
|
|
||||||
Donate
|
Donate
|
||||||
------
|
------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue