Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand authored Jan 9, 2025
1 parent f461ced commit 79466ce
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-problem.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 79466ce

Please sign in to comment.