added issues template

This commit is contained in:
Berger Eugene 2023-06-14 23:49:43 +03:00
parent c5ca8ef72e
commit 014bf702ed
3 changed files with 42 additions and 0 deletions

4
.github/ISSUE_TEMPLATE/blank_issue.md vendored Normal file
View File

@ -0,0 +1,4 @@
---
name: Blank Issue
about: Create an issue with a blank template.
---

23
.github/ISSUE_TEMPLATE/defect.md vendored Normal file
View File

@ -0,0 +1,23 @@
---
name: Defect Report
about: Report a bug found in Process Compose
labels: 🐞 bug
---
## Defect
Make sure that these boxes are checked before submitting your issue -- thank you!
- [ ] Included the relevant configuration snippet
- [ ] Included the relevant process-compose log (log location: `process-compose info`)
- [ ] Included a [Minimal, Complete, and Verifiable example] (https://stackoverflow.com/help/mcve)
#### Version of `process-compose`:
#### OS environment:
#### Steps or code to reproduce the issue:
#### Expected result:
#### Actual result:

View File

@ -0,0 +1,15 @@
---
name: Feature Request
about: Request a feature for the Process Compose
labels: 🎉 enhancement
---
## Feature Request
#### Use Case:
#### Proposed Change:
#### Who Benefits From The Change(s)?
#### Alternative Approaches