From 79466cea9ad352775403505777ec52d398088c47 Mon Sep 17 00:00:00 2001 From: Yvan Duhamel Date: Thu, 9 Jan 2025 10:52:43 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++ .github/ISSUE_TEMPLATE/report-a-problem.md | 33 ++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/report-a-problem.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..df81be2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/report-a-problem.md b/.github/ISSUE_TEMPLATE/report-a-problem.md new file mode 100644 index 0000000..3eee62f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-a-problem.md @@ -0,0 +1,33 @@ +--- +name: Report a problem +about: LDAPCP throws an error, or causes an error in SharePoint, or cannot be configured +title: '' +labels: '' +assignees: '' + +--- + +**Describe the problem** +A clear and concise description of what the problem is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Version of LDAPCP:** +Run the script below: +```powershell +$dll = [System.Reflection.Assembly]::Load("Yvand.LDAPCPSE, Version=1.0.0.0, Culture=neutral, PublicKeyToken=80be731bc1a1a740") +Get-ChildItem -Path $dll.Location | Select-Object -ExpandProperty VersionInfo +``` + +**Relevant logs:** +Include the relevant messages from the SharePoint logs. +LDAPCP records its activity in the Product/Area "LDAPCPSE". +You can use [ULS Viewer](https://www.microsoft.com/en-us/download/details.aspx?id=44020&msockid=0e32b08e13e8640e3148a5e312a96567) to easily filter the logs.