Skip to content

Commit

Permalink
Added github issue form for feature requests (#8924)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Raymond Berger <RayBB@users.noreply.github.com>
Co-authored-by: Drini Cami <cdrini@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
4 people committed May 14, 2024
1 parent ddaab7e commit fe6c160
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Feature Request
description: Suggest a new idea for this project
labels: ["Type: Feature Request", "Needs: Triage", "Needs: Lead"]
body:
- type: markdown
attributes:
value: |
**IMPORTANT: Before posting, remove sensitive data, such as passwords, secret keys, session cookies, etc.**
Thanks for showing interest in adding new features to Open Library! 👍
- type: textarea
attributes:
label: Problem
description: Describe the problem that this feature will address.
value: |
### A clear and concise description of what you want to happen
### Expected behaviour / screenshots (ex: Figma design screenshots for UI feature)
### Additional Context
- type: textarea
attributes:
label: Proposal & Constraints
description: Describe the proposed solution and possible constraints
value: |
### What is the proposed solution / implementation?
### Is there a precedent of this approach succeeding elsewhere?
### Which suggestions or requirements should be considered for how feature needs to appear or be implemented?
- type: textarea
attributes:
label: Leads
description: |
Please leave this section blank for maintainers if you are unsure what to enter
value: |
### Related files
<!-- Files related to the implementation of feature; this is super useful for new contributors who might want to contribute! If you're not sure, leave this blank; a maintainer will add them. -->
### Stakeholders
<!-- @ tag stakeholders of this feature if any -->

0 comments on commit fe6c160

Please sign in to comment.