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
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Submit a bug
title: ''
labels: type/bug, needs-triage
assignees: ''
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we need assignees, if the bug is not our other contributor ( developer ) create, they won't know who is the assignees.

---

## Environment

- Version:
<!-- Use command "vulcan version" to get your packages' version -->

```
cli version: 0.1.0-alpha.1
core version: 0.1.0-alpha.1
build version: 0.1.0-alpha.1
serve version: 0.1.0-alpha.1
```

- OS: macOS, windows 11 ...

## What's wrong?

## What's the correct behavior?

## Reproducing steps
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: Submit a new feature request
title: ''
labels: type/enhancement, needs-triage
---

## What’s the problem you're trying to solve

<!---
Clearly describe what the problem is. What are you trying to do with Vulcan and what blocks you?
-->

## Describe the solution you’d like

<!--
What change would you like to see?
-->

## Additional context

<!--
Any additional context we need to know.
-->
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Description

Please describe your pull request.

## Issue ticket number

closes #xx

## Additional Context

<!--
Describe your commits, tell us what might be impacted ...etc.
-->