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

New files for opening issues #761

Merged
merged 3 commits into from
Jul 31, 2023
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
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: "🐛 Bug report"
description: Report errors or unexpected behavior
labels:
- bug
- needs-triage
body:
- type: markdown
attributes:
value: |
Please make sure to [search for existing issues](https://github.com/maximegris/angular-electron/issues) before filing a new one!

- type: textarea
attributes:
label: Steps to reproduce
description: We highly suggest including a screenshots and a bug report log.
placeholder: |
Tell us the steps required to trigger your bug.
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

validations:
required: true

- type: textarea
attributes:
label: ✔️ Expected Behavior
placeholder: A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
attributes:
label: 🔍 Additional context
description: Add any other context about the problem here.
placeholder: |
OS: [e.g. iOS]

validations:
required: false
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: "⭐ New Feature / Enhancement Request"
description: Propose something new.
labels:
- enhancement
- needs-triage

body:
- type: markdown
attributes:
value: |
Please limit one request per issue.

- type: textarea
attributes:
label: Description of the new feature / enhancement
placeholder: |
A clear and concise description of what is the expected behavior of the proposed feature?
validations:
required: true

- type: textarea
attributes:
label: Scenario when this would be used?
placeholder: |
What is the scenario this would be used? Why is this important?
validations:
required: true