Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add issue,pull_request templates #26

Merged
merged 9 commits into from
Jun 14, 2023
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug Report
about: Report a bug encountered while operating Daed
piyoki marked this conversation as resolved.
Show resolved Hide resolved
labels: kind/bug
---

<!--
Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
-->

## What happened

## What you expected to happen
piyoki marked this conversation as resolved.
Show resolved Hide resolved

## How to reproduce it (as minimally and precisely as possible):

## Anything else we need to know

## Environment

- Daed version (use `dae --version`):
piyoki marked this conversation as resolved.
Show resolved Hide resolved
- OS (e.g `cat /etc/os-release`):
- Kernel (e.g. `uname -a`):
- Others:
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Enhancement Request
about: Suggest an enhancement to the Daed project
piyoki marked this conversation as resolved.
Show resolved Hide resolved
labels: kind/enhancement
---

<!-- Please only use this template for submitting enhancement requests -->

## What would you like us to improve

## Why is this needed
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature Request
about: feature request related to Daed
piyoki marked this conversation as resolved.
Show resolved Hide resolved
labels: kind/feature
---

<!--
STOP -- PLEASE READ!

If you have a good idea that wishes us to integrate to the current dae project, feel free to elaborate here.

You may also post your idea on the Discussions or the Dae Telegram channel (https://t.me/daeuniverse).
-->

<!-- Please only use this template for submitting enhancement requests -->

## What feature you would like us to integrate into the daed project

## Why is this needed
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/support-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Support Request
about: Support request related to Daed
labels: kind/support
---

<!--
STOP -- PLEASE READ!

GitHub issue is not the right place for support requests.

If you're looking for help, check the Discussions (https://github.com/daeuniverse/daed/discussions).

You can also post your question on the Discussions or the Dae Telegram channel (https://t.me/daeuniverse).
-->

## What would you like us to support (In short summary)
21 changes: 21 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!-- NOTE: Please read the CONTRIBUTING.md guidelines before submitting your patch, and ensure you followed them all: https://github.com/daeuniverse/daed/blob/master/CONTRIBUTING.md -->
piyoki marked this conversation as resolved.
Show resolved Hide resolved

### Background

<!--- Why is this change required? What problem does it solve? -->

### Checklist

- [ ] The Pull Request has been fully tested
- [ ] There's an entry in the CHANGELOG
- [ ] There is a user-facing docs PR against https://github.com/daeuniverse/dae

### Full changelog

- [Implement ...]

### Issue reference

<!--- If it fixes an open issue, please link to the issue here. -->

Fix #_[issue number]_