Skip to content

Commit

Permalink
Merge pull request #573 from NordicSemiconductor/issue-templates
Browse files Browse the repository at this point in the history
Issue templates
  • Loading branch information
philips77 authored Oct 17, 2023
2 parents c932d35 + 902070b commit d4354d3
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 49 deletions.
64 changes: 38 additions & 26 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,38 @@
---
name: Bug report
about: Create a report to help us improve nRF Mesh

---

**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.

**Platform details:**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Library Version (or Commit)

**Logs / Screenshots**
Add any logs or screenshots that can help us debug the issue faster
name: Bug Report
description: Create a report to help us improve nRF Mesh.
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: dropdown
id: version
attributes:
label: Version
description: What version of our software are you running?
options:
- 4.0.1 (Latest)
- 4.0.0
- 3.2.0
default: 0
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: Describe the issue
description: Describe the issue, expected and actual result.
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. ...
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
42 changes: 26 additions & 16 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
---
name: Feature request
about: Suggest an idea for nRF Mesh

---

**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.
description: Propose a new feature.
labels: ["improvement"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this form!
- type: dropdown
id: type
attributes:
label: Target
description: Are you proposing it a feature in nRF Mesh app or the library?
options:
- Library
- App
default: 0
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Describe the feature
description: What do you need? You may include screenshots if needed.
placeholder: Please add...
validations:
required: true
7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/user-story.md

This file was deleted.

0 comments on commit d4354d3

Please sign in to comment.