Skip to content

Commit 19623a8

Browse files
Merge pull request #80 from Stanford-NavLab/derek/new-issues
Add new issue templates following contributing guide
2 parents e77bbcf + 45c9011 commit 19623a8

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Feature request
3+
about: Propose a new feature
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the proposed feature**
11+
Explain in detail the intended feature, its purpose and how it would work.
12+
Keep the scope as narrow as possible, which will make it easier to implement.
13+
14+
**Motivate the proposed feature**
15+
Help us understand why the proposed feature would help you and/or make `gnss_lib_py` easier to use.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Usage feedback
3+
about: Let us know if gnss_lib_py has been helpful to you!
4+
title: ''
5+
labels: usage feedback
6+
assignees: ''
7+
8+
---
9+
10+
**Functionality Usage**
11+
What specific functionalities of `gnss_lib_py ` do you use the most?
12+
13+
**Application Usage**
14+
Are you using `gnss_lib_py` for a specific application or course?
15+
16+
**Suggested Changes**
17+
Is there anything about `gnss_lib_py` that you would change?
18+
19+
**Usage Intuition**
20+
Is there anything you find particular confusing about how to use `gnss_lib_py`?

0 commit comments

Comments
 (0)