From b4fca7fbbb47524a0ebf151ddcc80686772113ed Mon Sep 17 00:00:00 2001 From: Julie Turner Date: Wed, 8 Nov 2023 08:27:40 -0500 Subject: [PATCH] Update enhancement.yml Fixed merge issue --- .github/ISSUE_TEMPLATE/enhancement.yml | 50 -------------------------- 1 file changed, 50 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 08c4d75ac..15c1db418 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -2,56 +2,6 @@ name: 🏗 Enhancement description: Suggest an enhancement labels: ["type: enhancement", "status: investigate"] -body: -- type: markdown - attributes: - value: | - This issue type is for suggesting or discussing enhancements to the library. - - - Follow our guidance on [How To Create Good Issues](https://github.dev/juliemturner/pnpjs/wiki/How-to-Create-Good-Issues). - - Remember to include sufficient details and context. - - If you have multiple questions, suggestions, or bugs, please submit them in separate issues. -- type: dropdown - attributes: - label: Target environment - options: - - All - - SharePoint Framework - - NodeJS - - Browser App (Hosted external to Microsoft 365 platform) - - other (enter in the "Additional environment details" area below) - validations: - required: false -- type: textarea - attributes: - label: Additional environment details - description: Please describe the environment you're working in and how you're authenticating. - placeholder: | - I'm using NodeJS and certificate based MSAL for authentication. -- type: textarea - attributes: - label: Enhancement Idea - description: Please included details to describe your situation, code fenced example code OR a link to a code snippet using GitHub or CodePen or the like to show how your code is structured and get you the right help more quickly. - placeholder: | - I'm struggling to get a list item. Here is the code I'm running. Can anyone help me figure out what's wrong? - - ```TypeScript - import { spfi } from "@pnp/sp"; - import "@pnp/sp/webs"; - import "@pnp/sp/lists"; - import "@pnp/sp/items"; - - const sp = spfi(...); - - // get all the items from a list - const items: any[] = await sp.web.lists.getByTitle("My List").items(); - console.log(items); - ``` -======= -name: 🏗 Enhancement -description: Suggest an enhancement -labels: ["type: enhancement", "status: investigate"] - body: - type: markdown attributes: