Skip to content

Commit c14f758

Browse files
committed
add GitHub issue templates
1 parent ced59de commit c14f758

File tree

3 files changed

+76
-0
lines changed

3 files changed

+76
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: Bug report
3+
about: Something is broken in ObjectBox? Help us to fix it.
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
:rotating_light: First, please check:
11+
- existing issues,
12+
- Docs https://swift.objectbox.io/
13+
- FAQ page https://swift.objectbox.io/faq
14+
15+
**Describe the bug**
16+
A clear and concise description in English of what the bug is.
17+
18+
**Basic info (please complete the following information):**
19+
- ObjectBox version (are you using the latest version?): [e.g. 1.3.1]
20+
- Reproducibility: [e.g. occurred once only | occasionally without visible pattern | always]
21+
- Device: [e.g. iPhone 11]
22+
- OS: [e.g. iOS 13]
23+
24+
**To Reproduce**
25+
Steps to reproduce the behavior:
26+
1. Put '...'
27+
2. Make changes to '....'
28+
3. See error
29+
30+
**Expected behavior**
31+
A clear and concise description of what you expected to happen.
32+
33+
**Code**
34+
If applicable, add code to help explain your problem.
35+
- Include affected entity classes.
36+
- Please remove any unnecessary or confidential parts.
37+
- At best, link to or attach a project with a failing test.
38+
39+
**Logs, stack traces**
40+
If applicable, add relevant logs, or a stack trace.
41+
42+
**Additional context**
43+
Add any other context about the problem here.
44+
- Is there anything special about your code?
45+
- May transactions or multi-threading play a role?
46+
- Did you find any workarounds to prevent the issue?

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Question
4+
url: https://stackoverflow.com/questions/tagged/objectbox
5+
about: Ask how to do something with ObjectBox, or why something "isn't working" (Stack Overflow).
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Feature request
3+
about: Something is missing in ObjectBox? Suggest your idea.
4+
title: ''
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
:rotating_light: First, please check:
11+
- existing issues,
12+
- Docs https://swift.objectbox.io/
13+
- FAQ page https://swift.objectbox.io/faq
14+
15+
Start with a clear and concise description of what problem you are trying to solve.
16+
Often there is already a solution!
17+
18+
**Describe the solution you'd like**
19+
A clear and concise description of what you want to happen.
20+
21+
**Describe alternatives you've considered**
22+
A clear and concise description of any alternative solutions or features you've considered.
23+
24+
**Additional context**
25+
Add any other context (e.g. platform or language) about the feature request here.

0 commit comments

Comments
 (0)