diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..52abe205 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,24 @@ +--- +name: Bug Report +about: Report a bug encountered while operating daed +labels: kind/bug +--- + + + +## What happened + +## What you expect to happen + +## How to reproduce it (as minimally and precisely as possible): + +## Anything else we need to know + +## Environment + +- daed version (use `daed --version`): +- OS (e.g `cat /etc/os-release`): +- Kernel (e.g. `uname -a`): +- Others: diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 00000000..84da0d28 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,11 @@ +--- +name: Enhancement Request +about: Suggest an enhancement to the daed project +labels: kind/enhancement +--- + + + +## What would you like us to improve + +## Why is this needed diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..e25cf18e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,19 @@ +--- +name: Feature Request +about: feature request related to daed +labels: kind/feature +--- + + + + + +## What feature you would like us to integrate into the daed project + +## Why is this needed diff --git a/.github/ISSUE_TEMPLATE/support-request.md b/.github/ISSUE_TEMPLATE/support-request.md new file mode 100644 index 00000000..002e9bb2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support-request.md @@ -0,0 +1,17 @@ +--- +name: Support Request +about: Support request related to Daed +labels: kind/support +--- + + + +## What would you like us to support (In short summary) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..14677004 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ + + +### Background + + + +### 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 + + + +Fix #_[issue number]_