Skip to content
Open
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
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/03_new_resource.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

name: "Request a New Resource or Data Source"
description: "Choose this option to request an entirely new resource or data source be added to the provider."
name: "Request a New Resource, Ephemeral Resource, or Data Source"
description: "Choose this option to request an entirely new resource, Ephemeral Resource, or data source be added to the provider."
title: "[New]: "
body:
- type: markdown
attributes:
value: |
# Thank you for opening a request!

This form is intended to be used when requesting an entirely new resource, data source, or service be added to the provider. If you're looking for a change to be made to an existing resource or data source, consider submitting either the "Request an Enhancement" or Report a Bug" forms instead.
This form is intended to be used when requesting an entirely new resource, ephemeral resource, data source, or service be added to the provider. If you're looking for a change to be made to an existing resource or data source, consider submitting either the "Request an Enhancement" or Report a Bug" forms instead.

Please update the title to match what you're requesting, e.g.:

- `[New Resource]:` - for new resource requests
- `[New Ephemeral Resource]:` - for new ephemeral resource requests
- `[New Data Source]:` - for new data source requests

- type: textarea
Expand Down
Loading