@@ -17,8 +17,8 @@ Submitting a bug report
17
17
18
18
If you find a bug in the code or documentation, do not hesitate to submit a
19
19
ticket to the
20
- `Bug Tracker <https://github.com/matplotlib/matplotlib/issues >`_. You are also
21
- welcome to post feature requests or pull requests.
20
+ `Issue Tracker <https://github.com/matplotlib/matplotlib/issues >`_. You are
21
+ also welcome to post feature requests or pull requests.
22
22
23
23
If you are reporting a bug, please do your best to include the following:
24
24
@@ -48,6 +48,19 @@ use to organize this information.
48
48
49
49
Thank you for your help in keeping bug reports complete, targeted and descriptive.
50
50
51
+ Requesting a new feature
52
+ ========================
53
+
54
+ Please post feature requests to the
55
+ `Issue Tracker <https://github.com/matplotlib/matplotlib/issues >`_.
56
+ Alternatively, you can write to the
57
+ `developer mailing list <matplotlib-devel@python.org >`_.
58
+
59
+ The Matplotlib developers will give feedback on the feature proposal. After
60
+ acceptance, the feature can be implemented. Since Matplotlib is an open source
61
+ project with limited resources, we encourage users to then also
62
+ :ref: `participate in the implementation <contributing-code >`.
63
+
51
64
.. _installing_for_devs :
52
65
53
66
Retrieving and installing the latest version of the code
@@ -123,6 +136,7 @@ You can then run the tests to check your work environment is set up properly::
123
136
124
137
* :ref: `testing `
125
138
139
+ .. _contributing-code :
126
140
127
141
Contributing code
128
142
=================
0 commit comments