Skip to content

Commit 959052f

Browse files
committed
use global contributing guide
Remove the per-project files so we don't have to keep them in sync. GitHub's UI links to everything except the contributing guide, so add a section about that to the readme. (cherry picked from commit 60a11a7)
1 parent 5b525e9 commit 959052f

File tree

5 files changed

+18
-317
lines changed

5 files changed

+18
-317
lines changed

.github/ISSUE_TEMPLATE/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ contact_links:
33
- name: Security issue
44
url: https://github.com/pallets/flask/security/advisories/new
55
about: Do not report security issues publicly. Create a private advisory.
6-
- name: Questions
6+
- name: Questions on GitHub Discussions
77
url: https://github.com/pallets/flask/discussions/
88
about: Ask questions about your own code on the Discussions tab.
9-
- name: Questions on
9+
- name: Questions on Discord
1010
url: https://discord.gg/pallets
1111
about: Ask questions about your own code on our Discord chat.

CODE_OF_CONDUCT.md

-76
This file was deleted.

CONTRIBUTING.rst

-238
This file was deleted.

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,11 @@ allow the maintainers to devote more time to the projects, [please
4141
donate today].
4242

4343
[please donate today]: https://palletsprojects.com/donate
44+
45+
## Contributing
46+
47+
See our [detailed contributing documentation][contrib] for many ways to
48+
contribute, including reporting issues, requesting features, asking or answering
49+
questions, and making PRs.
50+
51+
[contrib]: https://palletsprojects.com/contributing/

docs/contributing.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
.. include:: ../CONTRIBUTING.rst
1+
Contributing
2+
============
3+
4+
See the Pallets `detailed contributing documentation <_contrib>`_ for many ways
5+
to contribute, including reporting issues, requesting features, asking or
6+
answering questions, and making PRs.
7+
8+
.. _contrib: https://palletsprojects.com/contributing/

0 commit comments

Comments
 (0)