Add License and CoC sections.
This commit is contained in:
parent
4981296e91
commit
3e3ee1ef13
2 changed files with 11 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ How to contribute to Flask
|
||||||
|
|
||||||
Thank you for considering contributing to Flask!
|
Thank you for considering contributing to Flask!
|
||||||
|
|
||||||
* `Code of Conduct <CODE_OF_CONDUCT.md>`_
|
* `Code of Conduct <CODE_OF_CONDUCT.rst>`_
|
||||||
* `Support Questions`_
|
* `Support Questions`_
|
||||||
* `Reporting issues`_
|
* `Reporting issues`_
|
||||||
* `Submitting patches`_
|
* `Submitting patches`_
|
||||||
|
|
@ -17,7 +17,7 @@ Thank you for considering contributing to Flask!
|
||||||
Support questions
|
Support questions
|
||||||
#################
|
#################
|
||||||
|
|
||||||
Please don't use the issue tracker for this. 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
|
||||||
following resources for questions about using Flask or issues with your
|
following resources for questions about using Flask or issues with your
|
||||||
own code:
|
own code:
|
||||||
|
|
|
||||||
10
README.rst
10
README.rst
|
|
@ -10,7 +10,7 @@ application frameworks.
|
||||||
Flask offers suggestions, but doesn't enforce any dependencies or
|
Flask offers suggestions, but doesn't enforce any dependencies or
|
||||||
project layout. It is up to the developer to choose the tools and
|
project layout. It is up to the developer to choose the tools and
|
||||||
libraries they want to use. There are many extensions provided by the
|
libraries they want to use. There are many extensions provided by the
|
||||||
community that make adding new functionality easy.
|
community that makes adding new functionality easy.
|
||||||
|
|
||||||
.. _WSGI: https://wsgi.readthedocs.io/
|
.. _WSGI: https://wsgi.readthedocs.io/
|
||||||
.. _Werkzeug: https://werkzeug.palletsprojects.com/
|
.. _Werkzeug: https://werkzeug.palletsprojects.com/
|
||||||
|
|
@ -80,3 +80,11 @@ Links
|
||||||
- Website: https://palletsprojects.com/p/flask/
|
- Website: https://palletsprojects.com/p/flask/
|
||||||
- Twitter: https://twitter.com/PalletsTeam
|
- Twitter: https://twitter.com/PalletsTeam
|
||||||
- Chat: https://discord.gg/pallets
|
- Chat: https://discord.gg/pallets
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue