aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2022-12-12 13:54:59 -0800
committerCopybara-Service <copybara-worker@google.com>2022-12-12 13:55:56 -0800
commite38ef3be887afc0089005e394c5001002e313960 (patch)
tree87feee4f9655e2fa2cf84b813faa50345fc29d35 /.github
parentad54e90f57199b91ac40e1344eb0c75e8670b21b (diff)
downloadgoogletest-e38ef3be887afc0089005e394c5001002e313960.zip
googletest-e38ef3be887afc0089005e394c5001002e313960.tar.gz
googletest-e38ef3be887afc0089005e394c5001002e313960.tar.bz2
Convert feature requests to a form
PiperOrigin-RevId: 494820396 Change-Id: I1aa0a5a0f4796fde8d0424093370fd89ebd2592e
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/10-feature_request.md24
-rw-r--r--.github/ISSUE_TEMPLATE/10-feature_request.yml33
2 files changed, 33 insertions, 24 deletions
diff --git a/.github/ISSUE_TEMPLATE/10-feature_request.md b/.github/ISSUE_TEMPLATE/10-feature_request.md
deleted file mode 100644
index 70a3a20..0000000
--- a/.github/ISSUE_TEMPLATE/10-feature_request.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-name: Feature request
-about: Propose a new feature
-title: ''
-labels: 'enhancement'
-assignees: ''
----
-
-**Does the feature exist in the most recent commit?**
-
-We recommend using the latest commit from GitHub in your projects.
-
-**Why do we need this feature?**
-
-Ideally, explain why a combination of existing features cannot be used instead.
-
-**Describe the proposal**
-
-Include a detailed description of the feature, with usage examples.
-
-**Is the feature specific to an operating system, compiler, or build system version?**
-
-If it is, please specify which versions.
-
diff --git a/.github/ISSUE_TEMPLATE/10-feature_request.yml b/.github/ISSUE_TEMPLATE/10-feature_request.yml
new file mode 100644
index 0000000..91ad041
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/10-feature_request.yml
@@ -0,0 +1,33 @@
+name: Feature request
+description: Propose a new feature.
+title: "[FR]: Please title this feature request"
+labels: "enhancement"
+body:
+ - type: textarea
+ id: version
+ attributes:
+ label: Does the feature exist in the most recent commit?
+ description: We recommend using the latest commit from GitHub in your projects.
+ validations:
+ required: true
+ - type: textarea
+ id: why
+ attributes:
+ label: Why do we need this feature?
+ description: Ideally, explain why a combination of existing features cannot be used instead.
+ validations:
+ required: true
+ - type: textarea
+ id: proposal
+ attributes:
+ label: Describe the proposal.
+ description: Include a detailed description of the feature, with usage examples.
+ validations:
+ required: true
+ - type: textarea
+ id: platform
+ attributes:
+ label: Is the feature specific to an operating system, compiler, or build system version?
+ description: If it is, please specify which versions.
+ validations:
+ required: true