From 22046f411e09e7035da7400a305bc46e2f426888 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 24 Apr 2021 13:08:48 -0400 Subject: [PATCH] Delete bug.md --- .github/ISSUE_TEMPLATE/bug.md | 84 ----------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md deleted file mode 100644 index d84f22f46..000000000 --- a/.github/ISSUE_TEMPLATE/bug.md +++ /dev/null @@ -1,84 +0,0 @@ ---- -name: "\U0001F41E Bug" -about: Report an anomaly or unexpected behavior with a sample from this repository. -title: '[Web Part Name]: [Issue Title]' -labels: type:bug -assignees: '' - ---- - -Thank you for reporting a bug! Use the sections below to submit a bug ONLY if it's related to samples in this repo. If you have an issue or question about the SharePoint Framework or its documentation, please submit it at https://aka.ms/spdev-issues - -- Bugs that do not follow the below template will automatically be closed -- All bug reports are welcome - we want to fix them! -- This repo is maintained by volunteers (not Microsoft). Please be courteous and patient. 🙂 -- Include sufficient details and context. -- If you have multiple bugs please submit them separately so we can track resolution. -- Screenshots are always helpful (just paste any images right here in the bug report) -- We accept pull requests. If you know how to fix it - go ahead! - -DELETE EVERYTHING ABOVE AFTER READING - THANKS! - -## Sample -> Which sample are you having trouble with? -> -> Issues without a sample name will be closed automatically -> -> _(DELETE THIS PARAGRAPH AFTER READING)_ - -## Authors - -> Because of the way this repository is configured, samples authors do not get a notification when you create an issue. *It makes it less likely for you to get your issue resolved or to get help*. For the section above **@mention any author of the sample**. Authors' GitHub handle can be found on the main sample documentation page, under the "solution" section. Use the `PREVIEW` tab at the top right to preview the rendering before submitting your issue. -> -> The author's name can be found in the sample's `README.md` file, under **Authors**. -> -> Issues without an author will be closed automatically -> -> _(DELETE THIS PARAGRAPH AFTER READING)_ - - -## Expected or Desired Behavior - -> What should it do? -> -> Issues without an expected behavior will be closed automatically -> -> _(DELETE THIS PARAGRAPH AFTER READING)_ - - -## Observed Behavior - -> What does it do? -> -> Issues without an observed behavior will be closed automatically -> -> _(DELETE THIS PARAGRAPH AFTER READING)_ - - -## Steps to Reproduce - -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -> Issues without an steps to reproduce will be closed automatically -> -> _(DELETE THIS PARAGRAPH AFTER READING)_ - - -# Environment Details (*Development & Target environment*) - -- **OS**: [e.g. Windows 10 | MacOS 10.15.x] -- **Target Environment**: [e.g. SharePoint Server 2016 | SharePoint Server 2019 | SharePoint Online] -- **Framework**: [e.g. .NET Framework v3.x | .NET Core v3.x | Node.js v6/v8/v10/v12] -- **Browser(s)**: [e.g. Chrome v79 | Safari v22 | FireFox v31 | IE v11 | Edge | Chromium Edge v79] -- **Tooling**: [e.g. VS Code | SPFx v1.10.0 | Visual Studio 2019] -- **Additional details**: *The more context you can provide, the easier it is (and therefore quicker) to help.* - -> Issues without environment details will be closed automatically -> -> _(DELETE THIS PARAGRAPH AFTER READING)_ - -## Additional context