Skip to content

Commit

Permalink
.github/ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
Modify issue templates to fit SEAPATH.

Signed-off-by: Erwann Roussy <[email protected]>
  • Loading branch information
eroussy committed Jan 24, 2025
1 parent 984a563 commit 2e3fd30
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

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

**Screenshots**
If applicable, add screenshots to help explain your problem.

**SEAPATH version**
Give the SEAPATH distribution you are using (v1.0.0 ? main ?).
You can also add a label to the pull request to target this specific version.

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

---

**Abstract**
A clear and concise description of what the problem is.

**Current status**
A description of the current implementation or features available in SEAPATH.

**Detailed Description**
An explanation of the proposed solution.
Add any other context or screenshots about the feature request here.

**Benefits to SEAPATH**
Explain how this new feature or implementation would improve SEAPATH.

**Work to be done**
If you know about it, describe the steps to get the work done on the project.

0 comments on commit 2e3fd30

Please sign in to comment.