Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 23 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,33 @@
---
name: Bug report 🐞
about: Help us identify and fix a bug!
title: ''
name: 🐛 Bug report
about: Report a problem or unexpected behavior in Image Sequencer
title: "[Bug]: "
labels: bug
---

### Please describe the problem (or idea)
### Summary
A clear and concise description of the bug.

> What happened just before the problem occurred? Or what problem could this idea solve?
### Steps to Reproduce
1. Go to '...'
2. Click on '...'
3. Run command '...'
4. See error

### Expected Behavior
Describe what you expected to happen.

### Actual Behavior
Describe what actually happened.

> What did you expect to see that you didn't?
### Environment
- OS:
- Browser:
- Node.js version:
- Image Sequencer version / commit:

### Screenshots / Logs
Add screenshots or logs if applicable.


### Please show us where to look

Paste in a full URL, starting with:

> https://beta.sequencer.publiclab.org/

If you can share a screenshot or a GIF that is EXTRA helpful! 💖

If you can see a version number in the upper right, please note that!


### Browser, version, and operating system

> Many bugs are related to these -- please help us track it down and reproduce what you're seeing!


****

## Thank you!

Your help makes Public Lab better! We *deeply* appreciate your helping refine and improve this site.

To learn how to write really great issues, which increases the chances they'll be resolved, see:

https://publiclab.org/wiki/developers#Contributing+for+non-coders
### Additional Context
Any extra information that might help debugging.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/enhancement template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# New Enhancement Request
Please use the Bug Report or Feature Request templates above

Describe your enhancement

Expand Down
32 changes: 14 additions & 18 deletions .github/ISSUE_TEMPLATE/feature request.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
# New Feature Request
---
name: Feature request
about: Suggest an idea for improving Image Sequencer
title: "[Feature]: "
labels: enhancement
---

Describe your feature
### Problem
Describe the problem or limitation you are facing.

### Proposed Solution
Describe the feature or change you would like to see.

### Alternatives Considered
Describe any alternative approaches you have thought about.




What does your feature do?

Upload Screenshot of your implementation/feature

### Please show us where to look
Paste in a full URL, starting with:
### Problem it can solve
Your help makes Public Lab better! We *deeply* appreciate your helping refine and improve this site.

To learn how to write really great issues, which increases the chances they'll be resolved, see:

https://publiclab.org/wiki/developers#Contributing+for+non-coders
### Thank you :)
### Additional Context
Add mockups, references, or extra context here.