Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/raspi/WinLLDPService
Browse files Browse the repository at this point in the history
  • Loading branch information
raspi committed Oct 20, 2017
2 parents 899454c + 1a54cd2 commit dbaf681
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,39 @@
### Submission type
<!-- Remove these comment lines and fill out the "> …" lines and possible checkboxes with [x] -->

- [ ] Bug report
- [ ] Request for enhancement

*NOTE: Do not submit anything other than bug reports or enhancements via the issue tracker!*

*NOTE: Only submit one enhancement or bug per issue!*
<!-- NOTE: Do not submit anything other than bug reports or enhancements via the issue tracker! -->
<!-- NOTE: Only submit one enhancement or bug per issue! -->

### Used version of operating system
For example: Windows 7 Ultimate 64 bit
<!-- NOTE: For example: Windows 7 Ultimate 64 bit -->

>
### In case of bug report: Is machine connected to Active Directory?

- [ ] Yes

- Specify what Windows version is running AD
- Specify if you're using [Samba](https://www.samba.org/) as AD
<!-- NOTE: Specify what Windows version is running AD -->
<!-- NOTE: Specify if you're using [Samba](https://www.samba.org/) as AD -->

### In case of bug report: Version the issue has been seen with

>
*NOTE: Do not submit bug reports about anything but the two most recently released versions!*
<!-- NOTE: Do not submit bug reports about anything but the two most recently released versions! -->
<!-- Note see homepage https://raspi.github.io/projects/winlldpservice/ for latest releases -->

### In case of bug report: Expected behaviour you didn't see
Attach possible log(s) and screenshot(s).
<!-- NOTE: For example: switch didn't receive any LLDP information -->
<!-- NOTE: Attach possible log(s) and screenshot(s). -->

>
### In case of bug report: Unexpected behaviour you saw
<!-- NOTE: For example: service tried to send malformed packet -->

>
Expand All @@ -39,10 +42,17 @@ Attach possible log(s) and screenshot(s).
>
### In case of bug report: Additional details
Any errors on Windows Event Log? What .NET framework version? MSI installer version (for example "Windows® Installer. V5.0.7601.23593" from `msiexec /?`? Did you try to update msiexec and/or .NET framework? Did you try also 32 bit installer on 64 bit system? Did you try on different machine(s)?

If installer failed to install the software please provide installer `.log` as attachment by running (as admin):

msiexec /i "installer.msi" /L*V "install.log"
<!-- Any errors on Windows Event Log? -->
<!-- Switch(es) are running latest firmware and LLDP support is enabled? -->
<!-- Other than ASCII characters in network interface or computer name? -->
<!-- Which .NET framework version are you using? -->
<!-- MSI installer version if applicable (run "msiexec /?") (for example "Windows® Installer. V5.0.7601.23593") -->
<!-- Did you try to update msiexec and/or .NET framework? -->
<!-- Did you try also the 32 bit installer on 64 bit system? -->
<!-- Did you try on different machine(s)? -->
<!-- If installer failed to install the software please provide installer `.log` as attachment by running (as admin): -->
<!--
msiexec /i "installer.msi" /L*V "install.txt"
-->

>

0 comments on commit dbaf681

Please sign in to comment.