@@ -13,10 +13,63 @@ Contribute
13
13
of this document as it will have the most up to date installation
14
14
<
10000
td data-grid-cell-id="diff-a09d4abbcf2f9cf30330d80e40b76b11f2c283310399c535b755d257912e7398-14-14-2" data-line-anchor="diff-a09d4abbcf2f9cf30330d80e40b76b11f2c283310399c535b755d257912e7398R14" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side"> instructions, workflow process, and contributing guidelines.
15
15
16
- Thank you for your interest in helping to improve Matplotlib! There are various
17
- ways to contribute: optimizing and refactoring code, detailing unclear
18
- documentation and writing new examples, reporting and fixing bugs and requesting
19
- and implementing new features, helping the community...
16
+ :octicon: `heart;1em;sd-text-info ` Thank you for your interest in helping to improve
17
+ Matplotlib! :octicon: `heart;1em;sd-text-info `
18
+
19
+ As a user, you can give valuable feedback by reporting bugs and suggesting features.
20
+
21
+ .. _submitting-a-bug-report :
22
+ .. _request-a-new-feature :
23
+
24
+ .. grid :: 2
25
+
26
+ .. grid-item-card ::
27
+ :shadow: none
28
+ :class-header: sd-fs-5
29
+
30
+ :octicon: `bug;1em;sd-text-info ` **Submit a bug report **
31
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
32
+
33
+ If you find a bug in the code or documentation, do not hesitate to submit a
34
+ ticket to the
35
+ `Issue Tracker <https://github.com/matplotlib/matplotlib/issues >`_.
36
+
37
+ We have preloaded the issue creation page with a Markdown form that you can
38
+ use to provide relevant context. Thank you for your help in keeping bug reports
39
+ complete, targeted and descriptive.
40
+
41
+ .. button-link :: https://github.com/matplotlib/matplotlib/issues/new/choose
42
+ :expand:
43
+ :color: primary
44
+
45
+ Report a bug on GitHub
46
+
47
+ .. grid-item-card ::
48
+ :class-header: sd-fs-5
49
+
50
+ :octicon: `light-bulb;1em;sd-text-info ` **Request a new feature **
51
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
52
+
53
+ Please post feature requests to the
54
+ `Issue Tracker <https://github.com/matplotlib/matplotlib/issues >`_.
55
+
56
+ The Matplotlib developers will give feedback on the feature proposal. Since
57
+ Matplotlib is an open source project with limited resources, we encourage
58
+ users to then also :ref: `participate in the implementation <contribute_code >`.
59
+
60
+ .. button-link :: https://github.com/matplotlib/matplotlib/issues/new/choose
61
+ :expand:
62
+ :color: primary
63
+
64
+ Post a feature request on GitHub
65
+
66
+
67
+ We also welcome you to get more involved with the Matplotlib project.
68
+ There are various ways to contribute:
69
+ optimizing and refactoring code, detailing unclear documentation and writing new
70
+ examples, reporting and fixing bugs and requesting and implementing new features,
71
+ helping the community...
72
+
20
73
21
74
New contributors
22
75
================
@@ -48,32 +101,26 @@ New contributors
48
101
:class-row: sd-fs-5
49
102
50
103
.. grid-item-card ::
51
- :link: request-a-new-feature
104
+ :link: contribute_code
52
105
:link-type: ref
53
106
:shadow: none
54
107
55
- :octicon: `light-bulb ;1em;sd-text-info ` Request new feature
108
+ :octicon: `code ;1em;sd-text-info ` Contribute code
56
109
57
110
.. grid-item-card ::
58
- :link: submitting-a-bug-report
111
+ :link: contribute_documentation
59
112
:link-type: ref
60
113
:shadow: none
61
114
62
- :octicon: `bug ;1em;sd-text-info ` Submit bug report
115
+ :octicon: `note ;1em;sd-text-info ` Write documentation
63
116
64
117
.. grid-item-card ::
65
- :link: contribute_code
118
+ :link: other_ways_to_contribute
66
119
:link-type: ref
67
120
:shadow: none
68
121
69
- :octicon: `code;1em;sd-text-info ` Contribute code
70
-
71
- .. grid-item-card ::
72
- :link: contribute_documentation
73
- :link-type: ref
74
- :shadow: none
122
+ :octicon: `paper-airplane;1em;sd-text-info ` Other ways to contribute
75
123
76
- :octicon: `note;1em;sd-text-info ` Write documentation
77
124
78
125
If you are new to contributing, we recommend that you first read our
79
126
:ref: `contributing guide<contributing> `. If you are contributing code or
0 commit comments