You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Create an Issue to suggest or propose implementing something(s).
3
+
title: "[REQUEST] "
4
+
labels: ["documentation", "enhancement"]
5
+
assignees:
6
+
- goverfl0w
7
+
- DeltaXWizard
8
+
- EdVraz
9
+
body:
10
+
- type: markdown
11
+
id: thanks
12
+
attributes:
13
+
value: |
14
+
Thank you for taking the time to fill out this feature request!
15
+
We rely on users to tell us things that we might not find on our own,
16
+
and your help is greatly valued by the team and others contributing.
17
+
- type: textarea
18
+
id: process
19
+
attributes:
20
+
label: Describe the feature.
21
+
description: Please give us an in-depth description of the feature you wish to see.
22
+
placeholder: I am not a fan of doing X for Y, so I would like...
23
+
validations:
24
+
required: true
25
+
- type: checkboxes
26
+
id: accept
27
+
attributes:
28
+
label: Code of Conduct
29
+
description: By submitting this Issue, you agree to follow our [contribution requirements.](https://github.com/interactions-py/library/blob/unstable/CONTRIBUTING.rst)
30
+
options:
31
+
- label: I agree to follow the contribution requirements.
0 commit comments