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: File a bug report for codemeta.github.io
3
+
title: "[Bug]: "
4
+
labels: ["bug"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: "Thank you for your attention to detail!"
9
+
- type: checkboxes
10
+
attributes:
11
+
label: Is this the right place?
12
+
description: CodeMeta is developed across several repositories, lets check that this is where your issue belongs.
13
+
options:
14
+
- label: "This is NOT an addition, alteration or removal of CodeMeta terms. Please raise terms issues in [the main CodeMeta repository](https://github.com/codemeta/codemeta)."
15
+
required: true
16
+
- label: "This is NOT about the CodeMeta Generator. Please raise Generator issues in [the Codemeta-Generator repository](https://github.com/codemeta/codemeta-generator)."
17
+
required: true
18
+
- type: textarea
19
+
id: which-pages
20
+
attributes:
21
+
label: Which pages are affected?
22
+
description: Please double-check for additional occurrences of the problem. Attach any screenshots here.
23
+
validations:
24
+
required: true
25
+
- type: dropdown
26
+
id: browsers
27
+
attributes:
28
+
label: Which browsers are you seeing the problem on?
29
+
description: Use shift+click to select multiple options.
30
+
multiple: true
31
+
options:
32
+
- Firefox (Windows)
33
+
- Firefox (Linux)
34
+
- Firefox (MacOS)
35
+
- Chrome (Windows)
36
+
- Chrome (Linux)
37
+
- Chrome (MacOS)
38
+
- Safari
39
+
- Microsoft Edge
40
+
- Other (describe in next section)
41
+
- type: textarea
42
+
id: anything-else
43
+
attributes:
44
+
label: Any other information?
45
+
description: Please provide browser info, console logs, or any other info that you think could help us.
description: Request a new feature for codemeta.github.io
3
+
title: "[Request]: "
4
+
labels: ["request"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: "Thank you for your interest in improving [the CodeMeta website](https://codemeta.gihub.io)."
9
+
- type: checkboxes
10
+
attributes:
11
+
label: Is this the right place?
12
+
description: CodeMeta is developed across several repositories, lets check that this is where your issue belongs.
13
+
options:
14
+
- label: "This is NOT suggesting an addition, alteration or removal of CodeMeta terms. Please request terms changes in [the main CodeMeta repository](https://github.com/codemeta/codemeta)."
15
+
required: true
16
+
- label: "This is NOT a request for the CodeMeta Generator. Please request Generator changes in [the Codemeta-Generator repository](https://github.com/codemeta/codemeta-generator)."
17
+
required: true
18
+
- type: textarea
19
+
id: what
20
+
attributes:
21
+
label: What change or feature would you like to request?
22
+
description: Please describe the change you are requesting. Feel free to illustrate your request.
23
+
validations:
24
+
required: true
25
+
- type: textarea
26
+
id: why
27
+
attributes:
28
+
label: Why is this needed.
29
+
description: Please provide a reason for this feature.
0 commit comments