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
title: "[BUG]: << Please use a comprehensive title... >>"
4
+
labels: [ Defect ]
5
+
6
+
body:
7
+
- type: markdown
8
+
attributes:
9
+
value: >
10
+
Thank you for taking the time to file a bug report. Before continuing, please take some time to check the existing [issues](https://github.com/colour-science/colour-hdri/issues).
11
+
The issue could already be fixed in the [develop](https://github.com/colour-science/colour-hdri) branch. If you have an installation problem, the [installation guide](https://www.colour-science.org/installation-guide/) describes the recommended process.
12
+
13
+
- type: textarea
14
+
attributes:
15
+
label: "Description"
16
+
description: >
17
+
Please describe the issue in a few short sentences.
18
+
validations:
19
+
required: true
20
+
21
+
- type: textarea
22
+
attributes:
23
+
label: "Code for Reproduction"
24
+
description: >
25
+
If possible, please provide a minimum self-contained example reproducing the issue.
26
+
placeholder: |
27
+
<< Your code here... >>
28
+
render: python
29
+
30
+
- type: textarea
31
+
attributes:
32
+
label: "Exception Message"
33
+
description: >
34
+
If any, please paste the *full* exception message.
35
+
placeholder: |
36
+
<< Full traceback starting from `Traceback (most recent call last):`... >>
37
+
render: shell
38
+
39
+
- type: textarea
40
+
attributes:
41
+
label: "Environment Information"
42
+
description: If possible, please paste the output from `import colour; colour.utilities.describe_environment()`.
title: "[DOCUMENTATION]: << Please use a comprehensive title... >>"
4
+
labels: [ Documentation ]
5
+
6
+
body:
7
+
- type: markdown
8
+
attributes:
9
+
value: >
10
+
Thank you for taking the time to file a documentation improvement report. Before continuing, please take some time to check the existing [issues](https://github.com/colour-science/colour-hdri/issues).
11
+
12
+
- type: input
13
+
attributes:
14
+
label: Documentation Link
15
+
description: >
16
+
Please link to any documentation or examples that you are referencing. Suggested improvements should be based on the [development version of the documentation](https://colour-hdri.readthedocs.io/en/develop/).
title: "[FEATURE]: << Please use a comprehensive title... >>"
4
+
labels: [ Feature ]
5
+
6
+
body:
7
+
- type: markdown
8
+
attributes:
9
+
value: >
10
+
Thank you for taking the time to file a feature request. Before continuing, please take some time to check the existing [issues](https://github.com/colour-science/colour-hdri/issues) and also the [draft release notes](https://gist.github.com/KelSolaar/4a6ebe9ec3d389f0934b154fec8df51d).
11
+
12
+
- type: textarea
13
+
attributes:
14
+
label: "Description"
15
+
description: >
16
+
Please describe the new feature in a few short sentences.
title: "[DISCUSSION]: << Please use a comprehensive title... >>"
4
+
labels: [ Discussion ]
5
+
6
+
body:
7
+
- type: markdown
8
+
attributes:
9
+
value: Thank you for taking the time to ask a question or discuss. Before continuing, we would be glad if you were to start this discussion in the dedicated [discussions](https://github.com/colour-science/colour-hdri/discussions) area.
10
+
11
+
- type: textarea
12
+
attributes:
13
+
label: "Question"
14
+
description: >
15
+
If you are still here, please consider using the dedicated [discussions](https://github.com/colour-science/colour-hdri/discussions) area.
16
+
placeholder: >
17
+
<< The discussions area is this way: https://github.com/colour-science/colour-hdri/discussions... >>
Thank you for taking the time to create this pull request. If it is the first
3
+
time you are contributing to a colour-science repository, a contributing guide
4
+
is available to guide the process: https://www.colour-science.org/contributing/.
5
+
-->
6
+
7
+
# Summary
8
+
9
+
<!-- Please write a summary describing the changes that this PR implements. -->
10
+
11
+
# Preflight
12
+
13
+
<!-- Please mark any checkboxes that do not apply to this pull request as [N/A]. -->
14
+
15
+
**Code Style and Quality**
16
+
17
+
-[ ] Unit tests have been implemented and passed.
18
+
-[ ] Mypy static checking has been run and passed.
19
+
-[ ] Pre-commit hooks have been run and passed.
20
+
21
+
<!-- The unit tests can be invoked with `poetry run invoke tests` -->
22
+
<!-- Mypy can be started with `dmypy run -- --show-error-codes --warn-unused-ignores --warn-redundant-casts --install-types --non-interactive -p colour-hdri` -->
23
+
24
+
**Documentation**
25
+
26
+
-[ ] New features are documented along with examples if relevant.
27
+
-[ ] The documentation is [Sphinx](https://www.sphinx-doc.org/en/master/) and [numpydoc](https://numpydoc.readthedocs.io/en/latest/format.html) compliant.
0 commit comments