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: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: "\U0001F41B bug"
assignees: ''

---

# Summary

## Problem

Describe the immediate problem.

### Impact

What's the impact of this bug?

## Solution

Describe the sort of fix that would solve the issue.

# Detail

**Describe the bug**

Please include a clear and concise description of what the bug is.

**To Reproduce**

Steps to reproduce the behavior:
1. Step 1 '...'
2. Step 2 '....'
3. More steps '...'
4. See error

**Expected behavior**

A clear and concise description of what you expected to happen.

**Environment (please complete any relevant entries):**

- OS: [e.g. macOS Ventura 13.4.1 (c)]
- Browser: [e.g. Chrome]
- Elementary Version [e.g. 2.0.0]
- JS Package [e.g. Web Renderer 2.0.1]

**Screenshot/Screencast**

Add a screenshot or screencast if it will help demonstrate the bug.

**Additional context**

Add any other context about the problem here.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: "\U0001F497 enhancement"
assignees: ''

---

Note: Feature requests will only be considered if they solve a pain or present a useful refactoring of the code.

# Summary

## Problem

Describe the pain that this feature will solve.

### Impact

Describe the impact of not having this feature.

## Solution

Describe the solution.

# Detail

**Is your feature request related to a problem? Please describe.**

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**

A clear and concise description of what you want to happen.

**Describe alternatives you've considered**

A clear and concise description of any alternative solutions or features you've considered.

**Additional context**

Add any other context or screenshots about the feature request here.
36 changes: 36 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Description

This PR makes the following changes:

- [ ] Fix Bug 1
- [ ] Fix Bug 2
- [ ] Add Feature 1
- [ ] Add Feature 2

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

## Link to issue

Please add a link to any relevant issues.

## Type of change

- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Refactor (non-breaking change that updates existing functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
- [ ] Comments have been added/updated

Please delete options that are not relevant.

## Test plan (required)

Demonstrate the code is solid.

Which commands did you test with and what are the expected results? Which tests have you added or updated? Do the
tests cover all of the changes included in this PR?

## Screenshots/Screencast

Please include a screenshot or screencast if it will help demonstrate the changes.