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

add feature request template #265

Merged
merged 2 commits into from
Oct 6, 2023
Merged
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
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Feature request
description: Suggest an idea for Companies DB
labels: ["Feature Request"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about to add Infrastructure label?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean change the name from feature request to Infrastructure ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought maybe two labels would be better for this template. But for now, it seems like one is enough.
labels: ["Feature Request", "Infrastructure"]

body:
- type: checkboxes
attributes:
label: Prerequisites
description: |
Please answer the following questions for yourself before submitting the feature request.
options:
- label: I checked the documentation and found no answer;
required: true
- label: I checked to make sure that this issue has not already been filed;
required: true
- label: This is not a report to update the database.
required: true

- type: textarea
id: problem
attributes:
label: Problem description
placeholder: |
Is your feature request related to a problem?
Please add a simple and clear description of the problem.
validations:
required: true

- type: textarea
id: solution
attributes:
label: Proposed solution
placeholder: |
Suggest a possible solution in a clear and concise manner.
validations:
required: true

- type: textarea
id: additional
attributes:
label: Additional information
placeholder: |
Add any other context about the problem here.
validations:
required: false