Skip to content

Commit

Permalink
Merge pull request #10 from gutentag2012/chore/update-templates
Browse files Browse the repository at this point in the history
Chore/update templates
  • Loading branch information
gutentag2012 authored Apr 7, 2024
2 parents 25603a2 + 59feb59 commit e3a8d67
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ body:
description: What steps did you take to encounter this bug?
placeholder: Tell us what you see!
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
1.
validations:
required: true
- type: input
Expand All @@ -31,7 +28,7 @@ body:
description: What did you expect to happen?
placeholder: Tell us what you expected to see!
value: |
I expected to see...
I expected
validations:
required: true
- type: input
Expand Down
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Q&A
url: https://github.com/gutentag2012/form-signals/discussions
about: Ask a question about this project
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Feature Request
description: Suggest an idea for this project
title: "[Feature Request]"
labels: ["enhancement", "needs triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest a feature for this project!
Please fill out the sections below to help us understand your request.
- type: textarea
id: summary
attributes:
label: Summary
description: A clear and concise description of what the feature is.
placeholder: I'd like to see...
validations:
required: true
- type: textarea
id: details
attributes:
label: Details
description: Provide any additional details or context for the feature.
placeholder: I think this feature would be useful because...
validations:
required: false
- type: textarea
id: alternatives
attributes:
label: Alternatives
description: Describe any alternative solutions or features you've considered.
placeholder: I've also thought about...
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional Information
description: Add any other information or screenshots about the feature request here.
placeholder: Here's a screenshot...
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
- [ ] The code is well documented
- [ ] The documentation website is up-to-date
- [ ] Tests cover new code or fixes

## Changes

0 comments on commit e3a8d67

Please sign in to comment.