Skip to content
Merged
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
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: Bug report
about: Report something that went wrong!
title: "🐛[BUG] -"
labels: bug
assignees: ''

---

### Describe the bug.

> _Clear and concise description of the bug.

---

### To Reproduce

> _Steps to trigger the bug. Provide the minimal setup._

1.
2.
3.

---

### Environment

> _Provide environment details or leave `N/A`._

- GravLib Version:
- VEX Brain Firmware:
- Rust Version:

---

### Related Code / Logs

> _Paste code snippets or error messages (use ``` for code blocks)._

```rust
// Example code
```
---

### Additional Comments (optional)

> _Are there other statements or comments you would like to make about this bug, feature or question?_

34 changes: 15 additions & 19 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,29 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEAT.]"
labels: ''
title: "[FEATURE]"
labels: enhancement
assignees: ''

---

### Describe the Requested Feature

> _Clear and concise description of the issue, request, or question._

---
name: Feature Request
about: Suggest an idea for the project
title: "[FEATURE]"
labels: "enhancement"
assignees: ""

### Current Implementation

> _Is there any current implementations in the codebase that addresses this?

---

#### Requested Feature
<!-- Concisely describe the behavior you are requesting here -->
### Motivation
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

feature requests are usually used to request for a feature, before its written :D, so maybe keep this more like "why this is a good idea", rather than "what motivated u to create it".

also environment shouldnt be necessary


<!-- Describe any details in point form here -->
- a
- b
- c
> _Why do you think this is useful?

#### Current Implementation
<!-- Describe the current implementation here -->
---

#### Motivation
<!-- Explain why this feature would benefit users and/or maintainers -->
### Additional Comments (optional)

#### (Optional) Possible Implementations and Alternatives
<!-- Describe any possible implementations or alternatives you have considered -->