Skip to content

Commit 1fd3a08

Browse files
author
nightjarrr
committed
Added Github issue templates and configuration.
1 parent 0ecb0f5 commit 1fd3a08

3 files changed

Lines changed: 59 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Something isn't working as expected
4+
labels: bug
5+
---
6+
7+
## What happened
8+
9+
<!-- A clear description of the bug. -->
10+
11+
## How to reproduce
12+
13+
```bash
14+
# The exact command you ran
15+
molim ...
16+
```
17+
18+
**Input files:** <!-- describe the file type(s) involved, e.g. "a .CR2 RAW file", best if you can attached the exact input file. -->
19+
20+
## Expected behaviour
21+
22+
<!-- What you expected to happen. -->
23+
24+
## Actual behaviour
25+
26+
<!-- What actually happened. Include any error output. -->
27+
28+
## Environment
29+
30+
- molim version: <!-- run: molim --version -->
31+
- OS and version: <!-- e.g. Ubuntu 24.04 -->
32+
- Tool versions:
33+
- ImageMagick: <!-- run: convert --version -->
34+
- FFmpeg: <!-- run: ffmpeg -version -->
35+
- RawTherapee: <!-- run: rawtherapee --version -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new command or improvement
4+
labels: enhancement
5+
---
6+
7+
## What you would like
8+
9+
<!-- Describe the feature or improvement clearly. -->
10+
11+
## Why this is useful
12+
13+
<!-- Explain the use case. What problem does it solve? -->
14+
15+
## Additional information or context
16+
17+
<!-- Optional: related tools, similar implementations, or other context. -->
18+
19+
---
20+
21+
> **Note:** molim is a personal project. Feature requests are welcome but may
22+
> not be implemented if they fall outside the author's own workflows. If you
23+
> need this feature urgently, consider forking the repository.

0 commit comments

Comments
 (0)