@@ -13,10 +13,52 @@ Contribute
13
13
of this document as it will have the most up to date installation
14
14
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
+ .. _submitting-a-bug-report :
20
+ .. _request-a-new-feature :
21
+
22
+ .. grid :: 1 1 2 2
23
+
24
+ .. grid-item-card ::
25
+ :class-header: sd-fs-5
26
+
27
+ :octicon: `bug;1em;sd-text-info ` **Submit a bug report **
28
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29
+
30
+ We have preloaded the issue creation page with a Markdown form that you can
31
+ use to provide relevant context. Thank you for your help in keeping bug reports
32
+ complete, targeted and descriptive.
33
+
34
+ .. button-link :: https://github.com/matplotlib/matplotlib/issues/new/choose
35
+ :expand:
36
+ :color: primary
37
+
38
+ Report a bug
39
+
40
+ .. grid-item-card ::
41
+ :class-header: sd-fs-5
42
+
43
+ :octicon: `light-bulb;1em;sd-text-info ` **Request a new feature **
44
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
45
+
46
+ We will give feedback on the feature proposal. Since
47
+ Matplotlib is an open source project with limited resources, we encourage
48
+ users to then also :ref: `participate in the implementation <contribute_code >`.
49
+
50
+ .. button-link :: https://github.com/matplotlib/matplotlib/issues/new/choose
51
+ :expand:
52
+ :color: primary
53
+
54
+ Request a feature
55
+
56
+
57
+ We welcome you to get more involved with the Matplotlib project.
58
+ There are various ways to contribute:
59
+ optimizing and refactoring code, detailing unclear documentation and writing new
60
+ examples, helping the community, reporting and fixing bugs and requesting and
61
+ implementing new features...
20
62
21
63
New contributors
22
64
================
@@ -48,32 +90,26 @@ New contributors
48
90
:class-row: sd-fs-5
49
91
50
92
.. grid-item-card ::
51
- :link: request-a-new-feature
93
+ :link: contribute_code
52
94
:link-type: ref
53
95
:shadow: none
54
96
55
- :octicon: `light-bulb ;1em;sd-text-info ` Request new feature
97
+ :octicon: `code ;1em;sd-text-info ` Contribute code
56
98
57
99
.. grid-item-card ::
58
- :link: submitting-a-bug-report
100
+ :link: contribute_documentation
59
101
:link-type: ref
60
102
:shadow: none
61
103
62
- :octicon: `bug ;1em;sd-text-info ` Submit bug report
104
+ :octicon: `note ;1em;sd-text-info ` Write documentation
63
105
64
106
.. grid-item-card ::
65
- :link: contribute_code
107
+ :link: other_ways_to_contribute
66
108
:link-type: ref
67
109
:shadow: none
68
110
69
- :octicon: `code ;1em;sd-text-info ` Contribute code
111
+ :octicon: `paper-airplane ;1em;sd-text-info ` Other ways to contribute
70
112
71
- .. grid-item-card ::
72
- :link: contribute_documentation
73
- :link-type: ref
74
- :shadow: none
75
-
76
- :octicon: `note;1em;sd-text-info ` Write documentation
77
113
78
114
If you are new to contributing, we recommend that you first read our
79
115
:ref: `contributing guide<contributing> `. If you are contributing code or
0 commit comments